Hello! I am 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 only associate one test case for automation, while our robots run several test cases.
Something I tried is to create a "master" test case and link the child test cases in it, but the result is not inherited by the other test cases.
Does anyone know of a way to change the status of multiple test cases with just one automation in TFS? Thanks!