Specifying a Test Suite (testsuite)

To specify the test suite, use the testsuite command:

> javatest ... -testsuite path/filename [work directory command] [configuration command] ... [task command] ...

See About the Command-Line Examples for a description of the use of > javatest.

When you want to specify a test suite, include the commands in the following sequence:

  1. Specify the test suite (testsuite path/filename)
  2. Set up a configuration
  3. Include a Task Command such as runtests (optional).

See Command-Line Overview for a description of the command line structure.

Detailed Example of testsuite Command

In the following example, mytestsuite, myworkdir.wd, and myconfig.jti represent file names that might exist on your system.

Command Options Format Example:

> javatest -testsuite mytestsuite -workdir myworkdir.wd -config myconfig.jti -runtests

See Formatting a Command for descriptions and examples of other command formats that you can use.