Properties of steps

You must set the properties of steps to run the tests.

Input properties for the test run step

Field Type Description
Name String Required. Enter the name of the step.
Config File String Optional. The complete path to a file that contains the parameters for a test or schedule run.
Custom Report Format Files String Optional. A comma-separated list of absolute paths to custom report format files (.view files) to use when exporting statistical report data with the -exportstats option.
Exported HTTP Test log File String Optional. The complete path to a file to store the exported HTTP test log.
Exported Statistical Report Data File String Optional. The complete path to the directory to store exported statistical report data.
Installation Manager Shared Location String Required. The complete path to HCLIMShared location.
Project String Required. The path, including the file name of the project relative to the workspace.
Quiet Boolean Optional. Turns off any message output from the launcher and returns to the command shell when the run or the attempt is complete.
Results File String Optional. The name of the results file. The default result file is the test or schedule name with a time stamp appended.
Test Suite Name String Required. The path, including the file name of the test to run relative to the project.
User Comments String Optional. Add text within the double quotation mark to display it in the User Comments row of the report.
VM Args String Optional. Java virtual machine arguments to pass in.
Var File String Optional. The complete path to the XML file that contains the variable name and value pairs.
Workspace String Required. The complete path to the Eclipse workspace.
Number of Virtual Users String Optional. For a schedule, the default value is the number of users specified in the schedule editor. For a test, the default value is one user. Overrides the default number of users, if required. This option creates a new copy of the schedule that contains the specified number of users.
Dataset Override String Optional. For a test or schedule, the default value is the dataset specified in the test editor or schedule editor. Overrides the default dataset value to run if required.
Note:

You must use the Dataset Override option to replace the dataset values during a test or schedule run. You must ensure that both original and new datasets are in the same workspace and have the same column names. You must also include the path to the dataset.

For example,

/project_name/ds_path/ds_filename.csv:/project_name/ds_path/new_ds_filename.csv.

You can swap multiple datasets that are saved in a different project by adding multiple paths to the dataset separated by a semicolon (;).

For example,

/project_name1/ds_path/ds_filename.csv:/project_name1/ds_path/new_ds_filename.csv;/project_name2/ds_path/ds_filename.csv:/project_name2/ds_path/new_ds_filename.csv