Submit a test runCopy Pagepost https://{hostname}/test-management/v3/test-runsSubmits a test run for functional testing. With one request you can run the test for a property version, test suite, and functional test case.Query ParamsaccountSwitchKeystringFor 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.Body ParamsSpecifies objects you want a test run to execute against an environment.functionalrequiredSpecifies functional testing objects you want the test run to execute. Depending on what you want to run the functional test for, it may include: propertyManagerExecution, testSuiteExecutions, or testCaseExecutions.Simple test caseTest suitesProperty versionSimple test case objectnotestringlength between 1 and 200Notes about the test run.purgeOnStagingbooleanDefaults to falsePurges the configuration for the test run. It applies only for targetEnvironment set to STAGING.truefalsesendEmailOnCompletionbooleanDefaults to trueSends a notification email after the test run completes.truetruefalsetargetEnvironmentstringenumrequiredEnvironment against which the test run executes the request, either PRODUCTION or STAGING.PRODUCTIONSTAGINGAllowed:PRODUCTIONSTAGINGResponse 202Process successfully launched.Updated about 1 month ago