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.

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