Monday, March 18, 2013

Selenium Grid

Selenium grid for selenium1 and webdriver has following functionality,
  1. Scale by distributing tests on several machines ( parallel execution )
  2. Manage multiple environments from a central point, making it easy to run the tests against a vast combination of browsers / OS.
  3. Minimize the maintenance time for the grid by allowing you to implement custom hooks to leverage virtual infrastructure for instance.

No comments:

Post a Comment