Hi all,
we are using TFS REST API to retrive TestResults.
GET https://{instance}/DefaultCollection/{project}/_apis/test/runs/{run}/results/{result}?api-version={version}[&includeIterationDetails={bool}]
When parsing the Response, for each actionresult a Revision is delivered in case of shared steps. But no Information can be retrieved about the Revision of the testcase itself.
So, when processing the Response, we can say that this specific test result was made testing shared steps in a specific condition. But we can't do that for the other steps.
The Response delivers a "Response"-field, but the value does not correlate with the testcase Revision which was used for the testrun.
Is there a possibility to retrieve the Revision of the testcase during test execution?
Thanks in advance