how to associate two test script to single test case in MTM

137 Views Asked by At

How can I associate two Visual Studio C# test scripts with a single test case in MTM?

I have a test case like this:

Test case

and I have associated an automation script with it:

Automation script associated with test case

But I want to add one more test script to the test case. How can I do that?

1

There are 1 best solutions below

0
Rekshino On

What you can do is to run other test methods from the test which you have associated with test case.