Understanding new Selenium Grid 4 for distributed testing

preview_player
Показать описание
In this video we will discuss the all new Selenium grid 4 in an complete detail. Selenium 4 Grid introduced on the same day of Selenium launch which has got many new features and ways to run test in an distributed manner

In this video we will discuss the different ways of running Selenium grid
1. Standalone (act as Server & Node)
2. Classical grid (Server and Node)
3. Fully distributed (Session, Distributor, Router)

Source code

Selenium Java (Basics)

Selenium Advanced framework development (Udemy)

#selenium4 #executeautomation #seleniumgrid #chrome #edgedriver #devtools
For more videos and articles please visit

Subscribe - Please subscribe ExecuteAutomation YouTube channel for more updates and videos

Рекомендации по теме
Комментарии
Автор

Is there a project I can run against the grid to actually see the grid capabilities? Not interested in running a single test on a grid, as that demonstrates nothing to me.

damaddestgamer
Автор

Hi Karthick, can you tell me how to specify max instances in chrome and max sessions? Can you add the Java line below? I tried —max-sessions 20, but it did not update the server

mikejohnston
Автор

Hi Karthick, can you tell me how to configure the node for 20 max instances in chrome and 60 max sessions? It is different than Server 3

mikejohnston
Автор

how do I do this same thing in c#? It doesn't seem to be able to find where I'm putting my chromedriver.exe

markbouwman
Автор

Thanks for the video, how to scale up browser instances in grid 4.

mizanur
Автор

Thanks karthik, I would ask you if I can use many node as clients and each node connect with hub(server) and each node that send run request to server will apply that run on the same node?

hadeelsy
Автор

Hi Karthik, in UI Data driven testing, is possible the JSON request can use instead of Excel sheet. How to achieve.

pratheepkumar