'API call to get test case id and test run id in a single api call
QS1-API call to get test case id and test run id in a single APIcall?
QS2-GET https://dev.azure.com/{organization}/{project}/_apis/test/runs? I want API call like this but I do not want to give project name .I want at organization level
QS3: Anyone having knowledge on API CALL .
https://dev.azure.com/{organization}/{project}/_apis/test/runs?api-version=6.0
https://dev.azure.com/{organization}/{project}/_apis/test/runs/{runid}/results?api-version=6.0
We are extracting run id using these API CALL and for subsequent test case test plan test suite we have written odata query . We have an API also for the same : https://dev.azure.com/{organization}/{project}/_apis/test/Plans/{planId}/Suites/{suiteId}/points/{pointIds}?api-version=6.0 I need a single API call which can give test case id and runid as there is no common key to link the two . .
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
