Tagged Questions

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
383 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 ...