Tagged Questions

2
votes
1answer
250 views

How do i use more than one browser in Nunit/Selenium GRID/C# Setup

I have a Selenium GRID Setup with the various browsers on it (IE6, 7, 8, FF 3.5.6) written in C# and individually they work fine. I also have a set of Selenium Tests setup and they also work fine with ...
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 ...
0
votes
0answers
293 views

MbUnit NUnit Selenium Grid not working properly

For some reason on both MbUnit and Nunit tests when I try to run a simple test just to see if I can navigate somewhere in a web browser via the testing unit and into selenium grid, my program gets to ...