Selenium Grid Part1 : Introduction
Selenium Grid:
This blog will go through the introduction of Selenium Grid
Selenium Grid is used to distribute the test cases across multiple environment and helps in speeding up the execution.
Selenium Grid has two main components
a) Hub
b) Node
Hub acts as a controller and Nodes with different environment and browser capabilities connects to a hub. Whenever a test case needs to be executed, the test case is submitted to a hub and hub will decide based on the capabilities and environment which node the test case will be executed on based on the nodes which are connected to that hub.
For more details go through the following video.
This blog will go through the introduction of Selenium Grid
Selenium Grid is used to distribute the test cases across multiple environment and helps in speeding up the execution.
Selenium Grid has two main components
a) Hub
b) Node
Hub acts as a controller and Nodes with different environment and browser capabilities connects to a hub. Whenever a test case needs to be executed, the test case is submitted to a hub and hub will decide based on the capabilities and environment which node the test case will be executed on based on the nodes which are connected to that hub.
For more details go through the following video.
Comments
Post a Comment