How To Use Selenium Grid 2 To Run WebDriver Test Cases In Parallel

Main advantage of selenium grid is we can run webdriver software test cases in parallel using selenium grid 2 environment to reduce software test execution time as described in THIS POST. Also It helps us to perform compatibility testing as it is supporting multiple browsers too. Earlier we have configured selenium grid 2 hub in THIS … Read more

How To Configure Selenium Grid 2 Node To Run WebDriver Test

As described In my EARLIER POST, Selenium grid 2 Is useful to execute webdriver software tests on multiple nodes In parallel. So we need to set up selenium grid 2 nodes for webdriver software test execution. But before that, Your selenium grid hub should be configured and in running mode as described in my PREVIOUS … Read more

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