'Test Point Progress Chart

Is it possible to create a view of summarizing test point outcome by tester? If yes, how can this be done?

I am using Azure DevOps to track the testing progress on my project. I have defined test plans for each Sprint, with multiple testers, test cases and test points assigned to each sprint.

It's possible to create a matrix with Testers as rows and Outcomes as columns for each particular Sprint.

I want to create a sort of an aggregated view over all Sprints, but using a query to summarize information from multiple test plans only allows me to look at test cases, not test points. Hence, I get "State" as column options, rather than "Outcome". Is it possible to query over test points in some other way? https://docs.microsoft.com/en-us/rest/api/azure/devops/test/points/get-points-by-query?view=azure-devops-rest-6.0 this suggests its doable, but I can't understand how to use the UI to get it.

Thanks a lot!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source