Answers for "benefits of selenium grid"

0

advantages of selenium grid

It allows running test cases in parallel thereby saving test execution time.
It allows multi-browser testing.
It allows multi-OS testing.
It allows multi-platform testing (desktop, mobile).
Posted by: Guest on January-14-2021
-1

how selenium grid looks like

-it's a java program looks like jar file
-we run this jar from 2 roles: hub and node
-hub receives commands Webdriver object of the client
-then hub is looking for available nodes 
 for execution.
-nodes are executing tests
Posted by: Guest on January-08-2021

Code answers related to "benefits of selenium grid"

Browse Popular Code Answers by Language