Tagged Questions
The pnunit tag has no wiki summary.
8
votes
3answers
3k views
Has anyone found a way to run C# Selenium RC tests in parallel?
Has anyone found a way to run Selenium RC / Selenium Grid tests, written in C# in parallel?
I've currently got a sizable test suite written using Selenium RC's C# driver. Running the entire test ...
4
votes
4answers
381 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
149 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 ...
0
votes
0answers
73 views
PNunit Launcher.Main throws NullReferenceException
I have spent a frustrating morning trying to configure PNUnit to run two tests in parrallel on seperate agents.
From the agents cmd window the tests are being executed and NotifyResults are being ...