seleniumnunitbddspecflowpnunit

parallel execution in nunit for bdd test cases


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

  1. downloaded pnunit
  2. changes the setup method the use pnunit
  3. created agent.conf file
  4. run "agent agent.conf" to start agent
  5. created app.conf file for parallel execution
  6. run "launcher app.conf" for execution

but its also not working. It says that class is not found under dll. Please provide any suggestions.

-Neeraj


Solution

  • 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/