Hello
As I continue with the evaluation, I noticed that session state is sometimes being maintained between calls. IE. One test runs, opens the browser, logs into site, performs some actions and then closes the browser. Next test opens browser. Attempts to login with login button but button is not visible as it determines that we are still logged in. This does not happen each time. Sometimes there is enough of a delay between one browser closing and the next browser opening. How can I delay execution between tests. Test machine is Quad Core with 16g of ram... May be responding to fast?...
Also: This test is run on IE. There are no instances of IE open when the test are run(I know that the session state is shared between IE instances). The only application running is WebUI.
Any Ideas.
Thanks.