What is selenium Grid?

What is selenium Grid?

Through a Client-Server paradigm, Selenium Grid enables parallel testing against several browser and operating system combinations. The Server is referred to as the Hub in this context, having various Clients to interact with. You can use Selenium Grid to connect a server to several remote Computer systems, which can then be used to run a browser automation script across multiple browser + OS setups at the same time.

Read this Selenium grid tutorial for more details.