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
- downloaded pnunit
- changes the setup method the use pnunit
- created agent.conf file
- run "agent agent.conf" to start agent
- created app.conf file for parallel execution
- 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