1
votes

I have selenium testscript (unit test - C#) developed in visual studio and this test script associated with test case in MTM (Microsoft Test Manager). While running test script from MTM, script is not stopping at breakpoints in Visual Studio. How to execute test script from MTM in debug mode. Please let me know.

1

1 Answers

3
votes

Execute it from within Visual Studio. Pull up the solution, click Test > Windows > Test Explorer > to get the test window displayed. Right click on a test and run in debug mode.