views:

77

answers:

0

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 the envirments that i pass to them. What i am asking for is a way to prgrammatically set the differant unit tests to cycle through all of the browsers available to it on the Selenium GRID.

There are not that many browsers, so things like a list or array of browsers is fine but i can't figure a way to have the Setup and TearDown cycle through the browsers. I am using C# with NUnit along with Selenium Grid and 3 Selenium RCs hooked upto it.

I Don't even mind changing to something like MbUnit if it meant I could cycle through the browsers.

Many thanks