Back to QMetry All Products Help Page
How to get testResultId for a single Test Case?
Steps for getting testResultId of a single Test Case:
In order to get the testResultId of a single Test Case, the below mentioned API must be ran:
Expand Test Case execution details |
---|
POST /testrun/testexecution/:testRunIssueId |
Description:
This article will help you to fetch the details of a single Test Case OR all the Test Cases associated to a Story/Test Scenario.
Once you have the testRunIssueId of a particular Test Run; Steps in this artilce, you will have to make use of the "whereClause":[], must be used in the body section to filter out the Test Cases within a specific Test Run. Please refer to the attached screen shot below:
The Response Body would be as follows:
Back to QMetry All Products Help Page