Selenium Grid Part1 : Introduction

Today we will go through brief introduction to Selenium Grid.



Selenium Grid is used to distribute the test cases across multiple environments. Selenium Grid has two main components



1) Hub

2) Node.



Hub is like a controller and different nodes with different environment and browser capabilities connects to the hub.

This tutorial also goes through how to run hub using standalone server jar file and how to connect a node to hub.




For more details please watch the video below



Comments

Popular posts from this blog

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