Forum Discussion

AndreaAlbini's avatar
AndreaAlbini
Brass Contributor
Apr 18, 2023

How can I retrieve Test Plan Analytics Progress Report from Azure DevOps SDK in C# ?

How can I retrieve the followind 3 information groups from Test Plan with Azure DevOps SDK ?


Path= ".../_testManagement/analytics/progressreport"

  • AndreaAlbini's avatar
    AndreaAlbini
    Brass Contributor

    AndreaAlbini 
    I found a way: feature>test plan>test suite>test point
    I collected "states" and "outcomes" of each test point of each test suite, of each test plan, of each feature

    and applied the following formulas.

     

Resources