I am working on BDD (written in selenium webdriver with c#). For sequential execution we were using nunit but now the client requirement is parallel execution. Gone through so many documentation but only found Pnunit. Steps executed till now
but its also not working. It says that class is not found under dll. Please provide any suggestions.
-Neeraj
I've developed a method of running selenium tests in parallel that I've written about here http://blog.dmbcllc.com/running-selenium-in-parallel-with-any-net-unit-testing-tool/