Supported test execution service properties

The test execution service has specific properties it supports and various combinations of assigned values to these properties specify the nature and direction of the test execution. These properties are input arguments to the parameterized test execution service and each property has additional meta-properties such as to indicate if a given property is optional or required, how it relates to other properties specified in the service and what the default value is if a value is not explicitly specified. There are also some general properties that all automatable services support.

Defined properties

The service defines the properties it supports while the client automation adapters provide native means to set these properties. Each property described below is set in a standard way as prescribed by each client automation adapter (the three adapters included in TPTP are the Ant, shell and Java adapters).

Example property combinations

The service defines the properties it supports while the client automation adapters provide native means to set these properties. Each property described below is set in a standard way as prescribed by each client automation adapter (the three adapters included in TPTP are the Ant, shell and Java adapters). Refer to the TestExecutionService class Javadoc HTML documentation for additional information.

Related concepts
Overview of the automatable services framework

Related tasks
Using the TPTP automatable services
Launching tests from scripts and applications