Selenium Grid Overview

Selenium Grid runs tests simultaneously on multiple machines and browsers(Parallel execution of tests). Its architecture is based on a hub-node model and allows for parallel execution, which can significantly reduce the time required to execute a comprehensive test suite.

Selenium Grid = Hub + Nodes

 

Selenium Grid Standalone