Test Framework
Hi,
I have developed Java Card Applet, and I want to test it. I dont think there is any framework available for testing of java card applets. I want to test it using JCOP offcard API.
I do have pegoda reader, using JCTerminal (JCOP OffCard API) how can I access that terminal.
There is method getInstance(java.lang.String spec, java.lang.String param) of JCTerminal, but not sure about what can be the parameters?

