简体   繁体   中英

How to update automation test execution results into the test cases in AzureDevOps/TFS

I'm executing test cases in Visual Studio 2019 and after the execution the passed/failed status needs to be updated to the corresponding test case in AzureDevOps/TFS.

I have used to Azure DevOps API to update the results to TFS but there is more easy and straight forward way to accomplish it. Any help would be appreciated. ?

Thanks

You could run automated tests from test plans directly in Azure test plans , instead of running from Visual Studio 2019:

https://docs.microsoft.com/en-us/azure/devops/test/run-automated-tests-from-test-hub?view=azure-devops

And you could mark the outcome of the test cases as the screenshot below shows:

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM