kcsahu777
13 years agoContributor
Issue Launching IE for web application
I have used following code to launch IE and open the desired URL.
Set iexplore = TestedApps.iexplore.Run()
call iexplore.WaitPage("*", 2000).ToURL(url)
And while closing the IE,I use below
testedapps.iexplore.Terminate
PROBLEM:
Generally we use test run interface in IE page and we submit test run from that page.
But it intern use the same IE page to open the application URL and also not closing it after test run.
Again we need to open another IE to reopen the run interface.