Selenium Grid Tutorial For Beginners (Step By Step) With Demo in 5 min
--
✅ 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 and How to run Selenium Grid in less than 5 min with step by step.
✅ 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
🚀 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