Number of APIs: 4
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.
GET https://{{host}}/test-management/v3/test-runs
Lists test runs submitted in your organization. The response is an array of objects, each keyed by testRunId
with details and status of each test run.
GET https://{{host}}/test-management/v3/test-runs/:testRunId
Returns details of a test run. Check Functional testing results to learn how to analyze the results.
4. Get test run's detailed results
GET https://{{host}}/test-management/v3/test-runs/:testRunId/raw-request-response
Gets a raw request and response for all URLs in a test run.
ENDPOINTS