简体   繁体   中英

How to execute the unit test cases parallel in visual studio 2015

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.

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

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM