Tagged Questions

4
votes
4answers
386 views

is NUnit bad choice for Selenium test?

I have read umpteen answers on SO while searching for NUnit + dependent methods + order of test execution. Every single answer suggests that forcing any set of order for unit tests is extremely evil. ...
2
votes
1answer
161 views

Troubleshooting PNUnit at the client end

I'm using PNUnit framework (based on NUnit) to run tests in Parallel. Basically the Runner deploys the PNUnitAgent on a client machine and sends it an NUnit Test as a dll file (as is normal for ...
2
votes
2answers
2k views

Selenium Grid with parallel testing using C#/NUnit

I've got several unit tests written with NUnit that are calling selenium commands. I've got 2 win2k3 server boxes setup, one is running selenium grid hub along with 2 selenium rc's. The other box is ...
1
vote
1answer
151 views

How to get application to use specific version of .NET?

I am using pnunit to run nunit tests on remote machines, the pnunit agent loads the test and runs it in Windows 2008 but the test fails to load in Windows 2003, the agent error is INFO ...