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