After you set a configuration (see Initial Set-up Commands) you can specify individual values for a test run that override those in the configuration file.
Values that you specify in the command string override but do not change the values specified in the configuration file.
You can use the following commands to specify individual values for a test run:
set
- used to set any value in a configuration
file. See Setting Test Suite Specific Values for
a detailed description of this command.concurrency
- used to change the concurrency value set in the configuration file. See Setting Concurrency (concurrency) for a detailed description of this command.envFile
- used to specify or change the environment file name set in the configuration file. This option only applies to legacy test suites that use environment (.jte) files. See Specifying an Environment File (envFile or envFiles) for a detailed description of this command.envFiles
- used to specify or change the environment file names set in the configuration file. This option only applies to legacy test suites that use environment (.jte) files. See Specifying an Environment File (envFile or envFiles) for a detailed description of this command.env
- used to specify or change the environment name set in the configuration file. This option only applies to legacy test suites that use environment (.jte) files. See Specifying a Test Environment (env) for a detailed description of this command.excludeList
- used to specify or change the exclude list set in the configuration file. See Specifying Exclude List Files (excludeList) for a detailed description of this command.keywords
- used to specify or change the keyword values set in the configuration file. See Using Keywords (keywords) for a detailed description of this command.priorStatus
- used to specify or change prior status values set in the configuration file. See Selecting Tests Based on Previous Results (priorStatus) for a detailed description of this command.tests
- used to specify or change the tests specified in the configuration file. See Specifying Tests or Directories to Run (tests) for a detailed description of this command.timeoutFactor
- used to specify or change the test timeout value specified in the configuration file. See Increasing the Timeout (timeoutFactor) for a detailed description of this command.