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