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

and I have associated an automation script with it:

But I want to add one more test script to the test case. How can I do that?
How can I associate two Visual Studio C# test scripts with a single test case in MTM?
I have a test case like this:

and I have associated an automation script with it:

But I want to add one more test script to the test case. How can I do that?
What you can do is to run other test methods from the test which you have associated with test case.