When would you use a Selenium Grid? To run your tests in parallel, against different browser types, browser versions, operating systems To reduce the time needed to execute a test suite Selenium Grid runs test suites in parallel against multiple machines (called Nodes). For large and long-running test suites, this can save minutes, hours, or perhaps days. This shortens the turnaround time for test results as your application under test (AUT) changes.