Selenium/NUnit run one test on multiple IP addresses.

Posted by Matt Clarkson on Stack Overflow See other posts from Stack Overflow or by Matt Clarkson
Published on 2010-03-18T14:55:20Z Indexed on 2010/03/19 9:31 UTC
Read the original article Hit count: 322

Filed under:
|
|

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 need multiple instances of the Selenium RC controlling individual Internet Explorer windows.

Have been looking a lot on the Selenium User Group and in various documentation but can find a definitive answer.

Cheers,

Matt

© Stack Overflow or respective owner

Related posts about selenium

Related posts about selenium-rc