My current project uses NUnit for unit tests and for managing UATs written with Selenium. Developers typically run tests using the ReSharper test runner in VS.Net 2003, and our build runs them through NAnt.
We would like to run UAT tests in parallel so that we can use Selenium Grid / RC so that they can work much faster.
Does anyone have any thoughts on how this can be achieved? and / or recommendations for testing Selenium tests in different browser environments without automatically recording duplicate tests?
Thank.
c # selenium testing nunit selenium-grid
Benjamin Lee Oct 17 '08 at 16:28 2008-10-17 16:28
source share