How do I get Nunit to run selenium tests against different servers?
Posted
by Jon
on Stack Overflow
See other posts from Stack Overflow
or by Jon
Published on 2010-05-20T22:34:57Z
Indexed on
2010/05/20
22:40 UTC
Read the original article
Hit count: 138
I have an Nunit test which uses selenium RC to run tests against our UI. I want to run the tests against 2 different servers, which means having the call to selenium.open() with 2 different servers. However, I don't want to have 2 different Nunit test suites that do the same thing but against different servers. I need a way of passing parameters from Nant or the Nunit driver program to specific which server to test against.
Is there anyway to do this?
© Stack Overflow or respective owner