Selenium Question:
What is Selenium Grid?
Answer:
Selenium Grid is part of Selenium suite of projects. Selenium Grid transparently distribute your tests on multiple machines so that you can run your tests in parallel, cutting down the time required for running in-browser test suites. This will dramaticallyspeeds up in-browser web testing, giving you quick and accurate feedback you can rely on to improve your web application.
Previous Question | Next Question |
Which are the languages supported by Selenium RC? | What is Selenium WebDriver or Google WebDriver or Selenium 2.0? |