What is the exact purpose of Selenium Grid?
问题 I am new to Selenium, TestNG and Selenium Grid. I got slightly confused about when exactly I need to use Selenium Grid. Below are my understandings on this. Just let me know if i am right : Selenium Grid is only for running your tests remotely on another machine If I need to run my tests parallelly in my local Machine, there is no need to use Grid. That can be achieved by using TestNG only If I need to execute my test, parallelly on different remote machines, Then i have to use selenium Grid