How to retrieve the testcase results available in Testsuite without testrun Id?

Jinka, Anil Kumar 1 Reputation point
2020-07-30T18:57:18.807+00:00

As we can manually run the testcase present in a testsuite by clicking on execute tab.

Can we retrieve the status of the test case present in the testsuite without the testRunId? (by just passing the project Name/Id, testplan Id, TestSuiteID)

If there is a way to do this, Can you suggest me in python language or an API request if available.

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,748 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,858 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2020-07-30T19:20:20.313+00:00

    They're actively answering Devops and Devops Server questions in dedicated forums here.
    https://developercommunity.visualstudio.com/spaces/21/index.html
    https://developercommunity.visualstudio.com/spaces/22/index.html

    --please don't forget to Accept as answer if the reply is helpful--


  2. Dave Patrick 426.1K Reputation points MVP
    2020-07-31T15:49:46.463+00:00

    I'd suggest asking a new question in dedicated forums here.
    https://developercommunity.visualstudio.com/spaces/21/index.html
    https://developercommunity.visualstudio.com/spaces/22/index.html

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  3. Grmacjon-MSFT 15,851 Reputation points
    2020-08-03T21:46:19.957+00:00

    Hi @Jinka, Anil Kumar ,

    Based on the response in your post here https://developercommunity.visualstudio.com/content/problem/1133316/azure-devops-how-to-retrieve-the-testcase-results.html there is no current API available that meets your specific scenario.

    However, you can try using this API or this one to get a specific test case in a test suite with test case id.

    0 comments No comments