I am using Selenium (WebDriver) and C# and have a question regarding running tests.
I have developed a number of tests and they are all working as I expect. I am able to execute them in FireFox, IE and Chrome but I have to manually alter the definition of my driver initialization between runs.
What I want is to run all tests in IE, then re-execute in Chrome then once more in FireFox and I have not figured out how I could do that.
Anyone done something similar?
Any thoughts are appreciated. Thanks
Sean