Selenium | Grid setting up | Real-time Example | How to do parallel testing using Selenium Grid
In this video, we will learn the What is Selenium Grid, need of Selenium Grid and setting up Selenium Grid for real-time parallel testing.
What is Selenium Grid?
Selenium Grid is nothing but a component of Selenium like Webdriver and IDE.
In market, there is always a requirement to test the product across operating systems, on different browsers to ensure the quality. So how do we test, our product with Selenium code on different OS or different browsers or same browser with different versions etc?
This is where Grid comes into the picture. Grid is not programming stuff, it’s just a master-slave configuration.
MASTER = HUB
SLAVES = NODES
For any Grid setup, there will be only one HUB and multiple NODES.
What do we need to set up our First Grid structure?
Selenium standalone server. Download: https://www.seleniumhq.org/download/
Steps:
First, configure the hub: java -jar selenium-server-standalone-3.141.59.jar -role hub
Next, we have to do is register the node to the hub: java -Dwebdriver.chrome.driver="chromedriver.exe" –jar selenium-server-standalone-3.141.59.jar –role node –hub http://YOUR HUB IP:4444/grid/register -port 5555
1)Selenium basics: http://bit.ly/2XtOt1F
2)Selenium Advanced: http://bit.ly/2WYieZe
3)TestNG Absolute Beginner Guide: http://bit.ly/2N6xgaM
4)Data-driven framework: http://bit.ly/2WVjSFT
5)Page Object Model: http://bit.ly/2IAXJZR
6)How to write XPath on our own: http://bit.ly/2KwMLql
7)Must know Java concepts for Selenium: http://bit.ly/31Ro7G8
8)Selenium Interview Questions: http://bit.ly/2N6xu1F
9)Java for Selenium Automation: http://bit.ly/2IylOAh
10)Maven beginner guide: http://bit.ly/2Rsigm0
11)Github Absolute beginner Guide: http://bit.ly/2Kxdzqj
12)REST Web services beginner guide: http://bit.ly/2N69rQq
13)Cucumber absolute beginner guide: http://bit.ly/2X0lSBB
14)Acceptance Testing (Fitnesse) beginner guide: http://bit.ly/2Y6oE55
15)Jenkins beginner guide: http://bit.ly/2X39fGb
Follow me on Instagram: https://bit.ly/2Ez36rH
Facebook: https://bit.ly/2TqPlis
#SeleniumGrid #LAO #Tamil
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Selenium | Grid setting up | Real-time Example | How to do parallel testing using Selenium Grid», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.