![]() |
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. |
For example: -c ''C:/My Documents/config1.xml''
<configuration>
<project>ExampleProject</project>
<version>1.0</version>
<autconfig>local configuration</autconfig>
OR
<autid>Adder</autid>
<dbscheme>embedded</dbscheme>
OPTIONAL DBURL PARAMETER (to avoid using -data and -dbscheme)
<dburl>DBURL</dburl>
<dbuser>sa</dbuser>
<dbpw></dbpw>
<server>localhost</server>
<port>60000</port>
<language>EN_US</language>
<testsuite>Suite1</testsuite>
OR
<testjob>Job1</testjob>
<datadir>C:/Program Files/guidancer/data</datadir>
<resultdir>C:/Program Files/guidancer/results</resultdir>
</configuration>
![]() |
The no-run, quiet mode, no screenshot, no relevance 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. |