How to update the Execution Status of Test Case/Test Steps in a Test Cycle using the Open API.

For updating the Execution status of the Test Case/Test Steps in a Test Cycle using Open API, the user should have the pre-requisite as TestCaseExecutionId/TestStepExecutionId and ResultsExecutionId.

  • To get the testcaseExecutionId, please refer to this help document.

  • To get the teststepExecutionId, please refer to this help document.

  • To get the ExecutionResultsId, please refer to this help document

Once you are done with the above API’s, gather the pre-requisite details and follow the below steps in order to update the execution result of the Test Case/Test Step

Method: PUT

URL: https://qtmcloud.qmetry.com/rest/api/latest/testcycles/id/testcase-executions/testCaseExecutionId

Header

  • Content-Type:application/json

  • apiKey:

In this way, the user would be able to update the execution status of the Test Case/Test Steps. Additionally, refer to the following help document for more details.

In case of any query related to Open API, kindly reach out to QMetry Support.