I am working with two applications, App1 that is run under any browser, and App2 that is run under Internet Explorer only. My testing generally involves entering changes through App1 and checking the results in App2. The scenario then for my test lists is test App1 under any browser, followed by testing App2 under IE. Is there a way within one test list to run one test in a selected browser and then the subsequent test in Internet Explorer only? I have tried setting the browser-type property on the second test but apparently, the browser selected at the beginning of the run overrides that property. I have also tried setting the RunsAgainst property on the second test, and then running it as a child to the first test. No success. Is there a way to do what I need to do?
Your help is much appreciated. Thanks.
Your help is much appreciated. Thanks.