Selenium-Grid
Selenium-Grid
Allows the Selenium RC solution to scale for large test suites and for test suites that must be run in multiple environments.
- Allows you to run your tests in parallel, that is, different tests can be run at the same time on different remote machines.
- If you have a large test suite, or a slow-running test suite, you can boost its performance substantially by using Selenium Grid to divide your test suite to run different tests at the same time using those different machines.
- If you must run your test suite on multiple environments you can have different remote machines supporting and running your tests in them at the same time.