This video contains the selenium interview questions and their answers. e.g What is Selenium Grid?
Selenium-Grid allows you run your tests on different machines against different browsers in parallel.
A grid consists of a single hub, and one or more nodes.
A HUB is a central machine which redirects Selenium commands to available nodes.
A NODE is the actual machine where tests would be executed.
To start hub:
java -jar selenium-server-standalone-2.44.0.jar -role hub
To register node:
java -jar selenium-server-standalone-2.44.0.jar -role node -hub http://localhost:4444/grid/register
1) Automation testing tutorial for beginners
2) Selenium Interview Questions and Answers | Selenium Tutorial | Selenium WebDriver Training
Please share, support and subscribe.
Follows us on:
Automation Framework Questions
• Automation Framework Interview Questi...
Selenium Interview Questions
• Selenium Interview Questions and Answ...
YouTube: / @techrostrum
Skype: https://join.skype.com/Nf8HD17vsKoW
Facebook: / seleniumonlinetutor
Google Plus : https://plus.google.com/u/0/104924809...
Website: http://seleniumonlinetutor.com/
Twitter : / seleniumonlinet
About Online Rostrum:
This is a tech channel and we are sharing knowledge and helping our community.