β
Join us - https://sendfox.com/thetestingacademy
β
Master API Testing - https://learnapitesting.com.
In this video, We are going to learn about the Selenium Grid, What is is and How to run Selenium Grid in less than 5 min with step by step.
π Day 30 Task : JavaScript Executor in Selenium
π All Task List : https://scrolltest.com/automation/task
π Watch Full Playlist : https://apitesting.co/30days
πDownload MindMap : https://scrolltest.com/automation/day28
β What is Selenium Grid?
- It is Part of Selenium Suite.
- It Provides running multiple tests across different browsers, operating systems, and machines in parallel.
- It has a concept of Hub and Node. Hub : Where you run the Test.Hub Passes Execution to Nodes Node : Where Execution Happens
β Why we need Selenium Grid?
- Multiple tests across different browsers
- Parallel Testing
- Speed and Decrease Execution Time
β How to Setup Selenium Grid?
- π’Step 1 - Download the Selenium Server
- π’Step 2 - Run Server as Hub Role java -jar selenium-server-standalone-3.4.0.jar -role hub http://192.168.1.2:4444/grid/console http://localhost:4444/grid/console
- π’Step 3 - Connect Node in Same Network. java -jar selenium-server-standalone-3.141.59.jar -role node -hub http://192.168.1.106:4444/grid/register
- π’Step 4 : Verify the http://192.168.1.2:4444/grid/console
--
Be sure to subscribe for more videos like this!
Top comments (0)