0 votes
in Selenium by

1 Answer

0 votes
by

What is Selenium Grid?

Selenium Grid is a part of the Selenium Suite that specializes in running multiple tests across different browsers, operating systems, and machines in parallel.

Selenium Grid has 2 versions - the older Grid 1 and the newer Grid 2. We will only focus on Grid 2 because Grid 1 is gradually being deprecated by the Selenium Team.

Selenium Grid Tutorial: Step by Step Guide with Example

Selenium Grid uses a hub-node concept where you only run the test on a single machine called a hub, but the execution will be done by different machines called nodes

Related questions

0 votes
asked Aug 22, 2019 in Selenium by john ganales
0 votes
asked Sep 3, 2019 in Selenium by Robin
...