Welcome
| Web Testing That Doesn't Take Hours! Selenium Grid allows you to run Selenium tests in parallel, cutting down the time required for running acceptance tests. |
Comments ( Hide )
|
|
Ralf kunoth says:Feb 22, 2008 03:00 ( Permalink ) |
Works fine - but parallel testing has a problem if you must "login" into a web application: Selenium GRID should handle multiple and different 'user accounts' and must guarantee that only one 'user account' is in use. Otherwise the tests will fail (e.g. same user account: one test creates something, another test cleans up)