I wish to get it automatically and on a higher level sutch as Tag or test plan
I know I can get the outcome history manually from the test case execution history
I wish to get it automatically and on a higher level sutch as Tag or test plan
I know I can get the outcome history manually from the test case execution history
Copyright © 2021 Jogjafile Inc.
As my knowledge, there is no directly automatic way to get the test case outcome in the test plans page.
But here some ideas for your reference: 1.You could try to use the OData API which will return either a day's or a month's test results to find the test results. It looks like something like this: https://analytics.dev.azure.com/{OrganizationName}/{ProjectName}/_odata/v3.0-preview/testResults/ 2.I search and find some third-party extension in Azure DevOps extension market such as View Latest Test Result (A custom VSTS extension that displays the latest test results for a test case on the work item form.) or Test-Analysis(Summery Add to your Azure DevOps new ways to explore your test work, and improve your work analysis. help you to get the right perspective of each Tes Plan).
If this couldn't meet your requirement, we recommend that you can directly report the feature requests: https://developercommunity.visualstudio.com/report?space=22&entry=suggestion. That will allow you to directly interact with the appropriate engineering team and make it more convenient for the engineering team to collect and categorize your suggestions.