End-to-End Test
I am currently developing and Application that for PCs that should interact with a Java Card via a card reader. I do not have the cards or the readers as yet but I am using JCOP and eclipse.
How can I use the simulator to do a end-to-end test (retrieving data from the card and processing it in the application)
Do I need to create a card Terminal or Proxy?
How the application call the reader?
Please code snippets would be appreciated also.

