Test sessions

Launch one or more test sessions.

post/tests/start

Request body

systemstring

The API KEY identifying the target system. This can be skipped in case the target organisation defines a single system.

actorstring

The API KEY identifying the target actor. This can be skipped in case you prefer providing test suite and/or test case identifiers to match the target actor. In any case a single conformance statement must be matched based on the provided inputs.

forceSequentialExecutionboolean

Whether the test sessions should be forced to execute sequentially.

waitForCompletionboolean

Whether the call should only return once the started test sessions have completed (or until a maximum wait time has elapsed).

maximumWaitTimenumber

In case the call should wait for the test sessions to complete, this is the maximum time (in milliseconds) to wait before returning.

testSuitestring[]

The identifier(s) of the test suites to execute.

testCasestring[]

The identifier(s) of the test cases to execute.

Response

Test session(s) successfully created.

Changes