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
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?
1. Multiple tests across different browsers
2. Parallel Testing
3. Speed and Decrease Execution Time
How to Setup Selenium Grid?
🟢 Step 1 - Download the Selenium Server. -http://selenium.dev/downloads
🟢 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
🚀 Tools and services I recommend:
Some of the courses that I recommend to become better Automation Tester 🙌🙌
✅Learn Jenkins for QA -
https://bit.ly/learnjenkins-p1
✅Programming Java -
https://bit.ly/learnjava2020-p1
✅Test Automation -
https://bit.ly/learnautomation2020
✅API Testing -
https://www.learnapitesting.com
✅Cypress Tutorial with LIVE Projects -
https://cypresstutorial.com
​