You can also enter test executor parameters in an XML configuration file.
![]() |
The workspace parameter (-data) cannot currently be entered in the configuration file for the test executor, it must be entered directly into the command line interface. |
This saves you typing in the same details each time you start a test.
To enter the configuration file path, enter the following command:
-c <path to file>
For example: -c ”<pathToQADocs>/config1.xml”
You can also overwrite parameters contained in the configuration file by entering another parameter directly into the interface.
For example, if your configuration file contains the Test Suite ”Suite1”, but you enter -testsuite ''Suite2'' in the command line interface, the Test Suite called ”Suite2” will be started, not ”Suite1”.
To create an XML file:
Open a text editor of your choice.
Enter the desired parameters as shown in the examples in the installation:
InstallationDirectory/examples/scripts
Save the file as an XML file.
This file will be used when you enter the ”-c <path to file>” parameter.
![]() |
The no-run, quiet mode, no screenshot, no screenshots in reports and -data (for the workspace) parameters can only be entered in the command line interface. They cannot be entered in the configuration file. |
![]() |
Java Virtual Machine parameters can only be entered in the command line interface. They cannot be entered in the configuration file. |