Answers for "advantages of selenium grid"

3

what is selenium grid

Selenium Grid can be used to execute 
same or different test scripts on
multiple platforms and browsers
concurrently so as to achieve distributed test execution.

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-30-2021
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

Code answers related to "advantages of selenium grid"

Browse Popular Code Answers by Language