0 votes
in Selenium by
What is Selenium Grid?

1 Answer

0 votes
by

Selenium Grid is a tool used together with Selenium RC to run tests on different machines against different browsers in parallel. That is, running multiple tests at the same time against different machines running different browsers and operating systems.

In simple words, it is used to distribute your test execution on multiple platforms and environments concurrently.

Related questions

0 votes
asked Jan 31, 2020 in Selenium by SakshiSharma
0 votes
asked Aug 22, 2019 in Selenium by john ganales
...