Selenium Grid 2 Tutorial

This selenium grid 2 tutorial will guide you how to use selenium grid 2 to perform distributed software test automation in order to speedup software test execution process. Using selenium grid 2, You can execute your software automation test in different OS, different versions of browser and execute software automation tests in parallel. Follow the … Read more

Selenium Grid 2 Configuration – Setup Hub To Run Selenium WebDriver Tests

We learnt what is Selenium Grid 2 and when to use it in PREVIOUS POST. Selenium Grid is another project of selenium so you need to configure selenium grid 2 from scratch to execute selenium webdriver software test cases parallel in grid. Let’s try to configure selenium grid In single machine and then we will run selenium … Read more

What Is Selenium Grid 2? When To Use Grid?

Earlier we learnt selenium WebDriver/Selenium 2 tutorials with practical examples and you can find all webdriver tutorials links on THIS PAGE. Selenium Grid 2 may be new for most of you but you must needs to learn It because If you wants to run your selenium software tests In multiple browser versions and OS parallel … Read more