Showing posts with label Parallel Execution. Show all posts
Showing posts with label Parallel Execution. Show all posts

November 23, 2019

How to Enable multi-threading in selenium java for faster execution

How to Enable multi-threading in selenium java for faster execution

What happens if we have one test and when we start the test then we need to do a specific set of steps in parallel. This absolutely looks ...

November 17, 2019

How to do Parallel testing in MsTest-Selenium

How to do Parallel testing in MsTest-Selenium

You can use the Parallel Test functionality of MsTest to run multiple test cases in parallel. We can set tests to run at the Assembly le...
Bookmark this website for more workarounds and issue fixes.

Verify Zip file contents without extracting using C# + Selenium

While doing automation testing, we may get a scenario where we need to download a zip file and to validate the contents inside it. One way t...