Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Im using selenium and using mstest to drive it. My problem is i want my entire suite to run against 3 different browsers(IE,Firefox and chrome).

What i can't figure out is how to data drive my test on a suite level or how to rerun the suite with different paramateres.

I know i can add a datasource to all my tests and have the individual test run against multiple browsers but then i would have to duplicate the 2 lines for the datasource for every single test which i don't think is very good solution.

So anybody knows how i can data drive my assembly initialize? or if there's another solution.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.