v1

latestOpenAPI 3.0.12026-07-177473205.1 KB
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.

executionDelaynumber

An optional delay (in milliseconds) before executing tests. This delay is applied between each test execution regardless of whether execution is sequential or parallel. Providing a negative value or zero is equivalent to no delay being applied.

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.