Forum Discussion
AndreaAlbini
Apr 18, 2023Brass Contributor
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
May 08, 2023Brass 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.