Reputation: 99
I'm automating tests by means of CodedUI in VS2015 Enterprice(.NET4.7.2) and running them from Azure DevOps. I need to associate manual test with automated test case via Work Item, but I don't see my test case (checked into tfs) in "Automated test name"-List (but older tests are listed.) Even so this test case runs succesfully in Azure Pipeline with "Automation State"= planned. Why can test case not be listed in "Automated test name" and how can I add it and change "automation state" to automated? Thanks
Upvotes: 3
Views: 3011
Reputation: 51183
The process to associate an automated test with a test case is:
Q: What types of tests are supported?
A: These are the limitations for each type of test:
More details please kindly refer our official doc: Associate automated tests with test cases
If you are unable to see the Automated Option in the dropdown there are only 2 options available in the dropdown - 'Not Automated' and Planned
.
This is caused you didn't associate automated tests successfully. To display the Automated
option, you need to Associate automated tests with test cases.
Take a look at this similar issue: 'Automated' option not shown in 'Automation Status' dropdown in Testcase work Item
Upvotes: 3