
The selenium-server-standalone package includes Hub, WebDriver, and Selenium RC(Remote Control) to execute the scripts in a grid. Code need NOT BE present on the system they execute.Execute multiple instances of WebDriver or Selenium Remote Control tests in parallel which uses the same code base.It dramatically accelerates the testing process across browsers and across platforms by giving us quick and accurate feedback. Selenium Grid is a tool that distributes the tests across multiple physical or virtual machines so that we can execute scripts in parallel (simultaneously). Why should a test code base reside on every node?.Why a scenario should wait for execution of other test cases even if it does not depend upon any test cases.


Node issues that need daily manual node management.
