Virtual card reader and simulator(s) -- automated tests
Posted: Fri Feb 12, 2016 7:04 am
I would like to write some tests which would test my applet implementation. The idea is to use same kind of test framework (ex. JUnit) to write client test code which would exercise corresponding applet capabilities.
Is it possible to use virtual reader and any simulator from JCIDE independently from development tool?
I would like to run applet in any of simulators and access it from virtual card reader for client code to communicate with applet.
Is it possible to save state of applet in any simulator?
Is i possible to use simulator( any of available in development tool) independently from IDE (running it from command prompt)?
If this is possible I would be able to write some scripts or code that will automate applet loading and state configuration which would enable me to appropriately test implemented functions in the applet.
Thanks for your answer.
Is it possible to use virtual reader and any simulator from JCIDE independently from development tool?
I would like to run applet in any of simulators and access it from virtual card reader for client code to communicate with applet.
Is it possible to save state of applet in any simulator?
Is i possible to use simulator( any of available in development tool) independently from IDE (running it from command prompt)?
If this is possible I would be able to write some scripts or code that will automate applet loading and state configuration which would enable me to appropriately test implemented functions in the applet.
Thanks for your answer.