Creating parallel selenium tests in C# and using Nunit as the runner application
- by damianmartin
I am writing a new test suite for the company to test a very complex ASP.NET application which is heavily AJAX driven.
We have decided to use Selenium (Grid & Remote Control) and Nunit to run these tests. The actually tests are dynamically created at run time from a spreadsheet. Each Column in an excel spreadsheet relates to a new test and…