Before you can perform tasks from the command line, you must first set up a configuration for the JavaTest harness to use. You can set up a configuration by performing at least one of the following:
.jti
) file. You are not required to specify either a test suite or a work directory.After setting up a configuration, you can then change specific values for your specific requirements. See Setting Specific Values for the commands used to modify the values in the configuration.
You can include commands in any combination on the command line provided the intital set-up commands are specified before any other commands in the command line.
You can use any of the following commands to set up a configuration for the JavaTest harness to use when performing tasks:
config
- Used to specify an existing configuration
file. See Specifying
a Configuration for a detailed description of this command.workDirectory
or workDir
- Used to specify an
existing work directory or to create a new work directory. See Specifying
a Work Directory for a detailed description of this command.testSuite
- Used to specify a test suite. See Specifying
a Test Suite for a detailed description of this command.open
- Used to specify a test suite, work directory, configuration
file, or parameter file. See Specifying a Test Suite,
Work Directory or Configuration for a detailed description of this command.