Executing the AtcgReplayApp Application from the Command Line

To facilitate calling the AtcgReplayApp application from sources other than the AtcgControlApp application (for example, from a batch file or benchmark framework), you can specify the test class from the jadclient command line.

In the command line or shortcut to the application, specify the test class; for example, the following command line executes the LogTransfers test.

c:\atcg\bin\jadclient path=c:\atcg\system ini=c:\atcg\system\jade.ini schema=Atcg app=AtcgReplayApp endJade ;LogTransfers; 

The exit code is set to 4 for successful test execution and 1 for a test failure. An exit code of zero (0) can sometimes occur if the exit or terminate condition is unhandled.