Submit a test run

POST https://{{host}}/test-management/v3/test-runs

Submits a test run for functional testing. With one request you can run the test for a property version, test suite, and functional test case.

Request Params

KeyDatatypeRequiredDescription
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Request Body

{"functional"=>{"propertyManagerExecution"=>{"propertyId"=>123, "propertyVersion"=>2, "testSuiteExecutions"=>[{"testCaseExecutions"=>[{"testCaseId"=>4}], "testSuiteId"=>3}, {"testSuiteId"=>4}]}}, "note"=>"Test a change on staging that is implemented in config_user11 Version 15.", "purgeOnStaging"=>false, "sendEmailOnCompletion"=>true, "targetEnvironment"=>"STAGING"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring