0 votes
in Testing by
When should I use Selenium Grid?

1 Answer

0 votes
by

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, testing under different environments and saving execution time remarkably.

...