Selenium Grid Part 2 : Grid setup and run test case on multiple browsers

Please read the Part1 of selenium grid before going through this.



In this tutorial, we will start off with the setup where we start a hub and register three different nodes with different browser capabilities.


First Node with Chrome Browser
Second Node with Firefox browser
Third Node with IE browser

Here i am taking a simple authentication example and we write selenium java code using DesiredCapabilities, Options Class and RemoteWebdriver Class.

The same test case will be run on all the three nodes. This video gives a good idea on how to distribute the test case execution among multiple environment or platforms.




For more details please watch the video below



Comments