Selenium/NUnit run one test on multiple IP addresses.
- by Matt Clarkson
I have a test suite DLL written in C# that uses Selenium.This is then loaded into NUnit and tests can be performed on our embedded web server boards.
Does anyone know how to run a NUnit Selenium test on multiple IPs in multiple browsers?
I have tried creating multiple DefaultSelenium classes but they point to the same Internet Explorer window. I…