
Showing posts with label Grid. Show all posts
Showing posts with label Grid. Show all posts
November 17, 2019

Setting Up Selenium Grid (C#) for Parallel/Distributed test execution
We can use Selenium Grid to execute our test parallely in multiple machines with different configurations. Setup Selenium Grid You can...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...