Choose which of the four test suites you wish to run:
Install The Java Card post-issuance installer tests. All implementations that use a post-issuance installer must pass these tests. The installation test suite installs existing CAP files and runs the tests on the implementation under test. This test suite is intended to verify that an implementation is able to install correct CAP files, and can verify the JCRE implementation.
Convert If your Java Card implementation includes a converter, you must run this test suite (separately) in addition to any of the other test suites in order to test your converter implementation. This test suite runs the converter, installs the generated CAP files, and runs the tests using Sun's reference implementation.
LoadCAPfiles This is the main test suite for Pre-issuance Downloadable Java Card Products that are able to load valid CAP files. It loads tests using the loadCapFileApplets() interface, and then runs the tests.
LoadClassfiles This is the main test suite for Pre-issuance Downloadable Java Card Products that are able to load valid class files. It loads tests using the loadClassFileApplets() interface (instead of trying to generate CAP files or install existing CAP files), and then runs the tests. Only the API and JCRE tests are included in this test suite. The VM tests exist as CAP files that must be installed; therefore, they can not be used in this test suite. The intent of this test suite is to verify the on-card API and JCRE implementations.