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

Brass Contributor

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

test plan information to retrieve.png
Path= ".../_testManagement/analytics/progressreport"

1 Reply

@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

AndreaAlbini_1-1683533494349.png

and applied the following formulas.

AndreaAlbini_0-1683533213297.png