Setting the class path for automated tests on solutions
If you plan to run your test cases often by using a testing framework, you must include the required Java™ archive (JAR) files and libraries in your class path.
About this task
You can run JUnit tests from outside of Insight Designer by including the test driver JAR files in the <InstallDir>/runtime/ia/testdriver directory and the libraries that you need to run your tests in your class path.
To run your tests in Ant, for example, integrate JUnit testing into an Ant build script, define a class path variable, and call your <junit> tasks.