How to execute the unit test cases parallel in vis

2019-08-17 13:43发布

I am new to automation testing and using Selenium C# in Visual studio 2015. I have 36 test cases and it took 38 minutes to complete the test run. To reduce the test time i am looking for parallel test run. In my test configuration i have used MSTet.TestAdapter and MSTest.TestFramework. I have searched for related topics and found that to add runsetting file. I have added the same but the test not running parallel. Can any once help me on my request or share any document to achieve my request. Please help me on this request.

1条回答
来,给爷笑一个
2楼-- · 2019-08-17 13:52

I think you just use the "run tests in parallel" option in the VS Test Explorer.

enter image description here

查看更多
登录 后发表回答