1
Hello!
I’m automating test cases with Visual Studio and studying the possibility of associating these automations with test cases in TFS.
The problem is that I can associate only one test case for automation, while our robots perform several test cases.
Something I tried is to create a "master" test case and link the children test cases in it, but the result is not inherited by the other test cases.
Does anyone know a way to change the status of multiple test cases with just one automation in TFS?
Thank you!