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.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
I think you just use the "run tests in parallel" option in the VS Test Explorer.