TestNg and Grid

testng grid

If we have multiple test classes in the same suite we can run them parallely by using the command. ... Read More

Running hub and nodes using json file

node hub grid

Now if we dont want to run the lengthy commands as we did earlier to start a hub and then number of ... Read More

Examples of hub.json and node.json file

hub node grid

Below is an example of hub.json file. Please note in this file we are providing the port number on w ... Read More

Customizing our node set up

node grid

If we want our node to run on some particular browser like firefox or chrome driver etc we can first ... Read More

Setting up hub and node

hub node grid

To work with Grid we go to Seleniumhq.com and download the Standalone Server 3.0.1. Place it any ... Read More

Grid architecture

grid architecture

In Grid we have a central hub and we can connect various machines to that hub.These machines are cal ... Read More

Adding browser driver locations to node set up

node grid

Now if we want to add the path for chrome and i.e exe files we have to include those paths in our co ... Read More