| Detail | Parameter |
|---|---|
| Help | "-h" |
| Gives parameter help | |
| Project name | "-project <project name>" |
| e.g. -project ''ExampleProject'' | |
| Project version | "-version <project version>" |
| e.g. -version ''1.3'' | |
| AUT configuration name | "-autconfig <configuration name>" |
| e.g. -autconfig ''localconfiguration'' | |
| Use when starting an AUT via a configuration. | |
| AUT ID | "-autid <ID>" |
| e.g. -autid ''SimpleAdder1'' | |
| Use when AUT was started via autrun. | |
| Configuration file | "-c <path to configuration file>" |
| e.g. -c '' | |
| Use this instead of entering all arguments | |
| via the command line. | |
| Workspace | "-data <path to workspace>" |
| e.g. -data '' | |
| The ITE workspace with the preference | |
| settings for the Database connection | |
| This is optional if you enter the -dburl | |
| parameter | |
| Database scheme | "-dbscheme <scheme>" |
| e.g. -dbscheme ''embedded'' | |
| This is optional if you enter the -dburl | |
| parameter | |
| Database username | "-dbuser <username>" |
| e.g. -dbuser ''username'' | |
| Database password | "-dbpw <password>" |
| e.g. -dbpw ''password'' | |
| Server | "-server <AUT Agent hostname>" |
| e.g. -server ''localhost'' | |
| Port number | "-port <port number>" |
| e.g. -port ''60000'' | |
| Language | "-language <language code>" |
| e.g. -language ''en_US'' | |
A list of language codes is available in the reference manual -->Reference Manual . |
|
| Test Suite | "-testsuite <testsuite name>" |
| e.g. -testsuite ''suite1'' | |
| Use to start a Test Suite | |
| Only one Test Suite or Test Job can be started | |
| Test Job | "-testjob <testjob name>" |
| e.g. -testjob ''job1'' | |
| Use to start a Test Job | |
| Only one Test Suite or Test Job can be started | |
| Data directory | "-datadir <path to external" |
| "test data directory>" | |
| e.g. -datadir '' | |
| Result directory | "-resultdir <path to directory>" |
| e.g. -resultdir '' | |
| No run option (optional) | "-n" |
| e.g. -n | |
| Checks if the Test Suite is startable. | |
| Quiet option (optional) | "-q" |
| e.g. -q | |
| Does not give out test information. | |
| Database URL (optional) | "-dburl <URL>" |
| e.g. -dburl ''db.example.de'' | |
| If no URL is given, the default will be used. | |
| If you enter this parameter, you do not | |
| need to enter the -data or -dbscheme parameter | |
| You can find the dburl in the Database preferences | |
| Timeout (optional) | "-timeout <timeout in seconds>" |
| e.g. -timeout ''3600'' | |
| Enter an optional timeout for the command line client. | |
| No screenshot (optional) | "-s " |
| Test results not relevant (optional) | "-r " |
| Flags the test results as not relevant | |
| in the test result summary 3.22.8. |
![]() |
If you are starting a Test Suite , your AUT will be started from its configuration if you have entered one. If you are starting a Test Job , you must make sure that the first AUT you require is already started with the autrun command. Other AUT's required during the test must either also be started already, or started as a part of the test itself. |
![]() |
The test executor also accepts arguments to pass on to the Java Virtual Machine. This means that you can, for example, increase the initial and maximum amount of system memory allocated to the JVM with the parameters "-Xms<memory_size>" and "-Xmx<memory_size>", respectively. For example, the parameter "-Xmx128M" would make a maximum of 128 MB of system memory available to the test executor. When entering the standard parameters for the test executor, you may add "-J<JVM_parameter>" for each JVM parameter you wish to set. For example, "-J-Xmx128M". Multiple parameters, like standard parameters, are separated by spaces. Here is an example of defining mutliple JVM parameters: "-J-Xmx128M -JXms128M". |
![]() |
To stop the test execution, use »CTRL+C« |