How can I run NUnit(Selenium Grid) tests in parallel?

Posted by Benjamin Lee on Stack Overflow See other posts from Stack Overflow or by Benjamin Lee
Published on 2008-10-17T16:28:38Z Indexed on 2010/04/24 17:33 UTC
Read the original article Hit count: 383

Filed under:
|
|

My current project uses NUnit for unit tests and to drive UATs written with Selenium. Developers normally run tests using ReSharper's test runner in VS.Net 2003 and our build box kicks them off via NAnt.

We would like to run the UAT tests in parallel so that we can take advantage of Selenium Grid/RCs so that they will be able to run much faster.

Does anyone have any thoughts on how this might be achieved? and/or best practices for testing Selenium tests against multiple browsers environments without writing duplicate tests automatically?

Thank you.

© Stack Overflow or respective owner

Related posts about c#

Related posts about selenium