Hi All,
I am new to this forum, i hope i am asking in a right way.
When qtp test finishes IE browser automatically close down.
Please let me know to how configure QTP so that browser would not close.
Thanks,
Ajit
There must be an statement to close the browser at the end of your script.
comment that statement in expert view and try.
Hi Ajit,
Try as Saket suggested and if there is no Close statement then I would suggest you to check with the below way.
Navigate to Automation Menu > Recor & Run Settings > Web > check whether "Close the Browser when test closes" checkbox is selected. If it is selected then uncheck the checkbox & click "Apply" -> OK.
Now execute the test & check if browser is not closed when QTP finishes the test.
Hi,
I am facing the same problem and also getting error message like "browser can't be launched possibly url is wrong"
please let me know of any solution.
whats your QTP & IE version?
(03-02-2010 05:10 PM)sreekanth chilam Wrote: [ -> ]Hi Ajit,
Try as Saket suggested and if there is no Close statement then I would suggest you to check with the below way.
Navigate to Automation Menu > Recor & Run Settings > Web > check whether "Close the Browser when test closes" checkbox is selected. If it is selected then uncheck the checkbox & click "Apply" -> OK.
Now execute the test & check if browser is not closed when QTP finishes the test.
Reply: I have checked all of above "Close the Browser when test closes" is unchecked already. Actually it started happening suddenly, this use to work before.
(03-03-2010 12:05 PM)sreekanth chilam Wrote: [ -> ]whats your QTP & IE version?
I have QTP 9.2 and IE8
Hi Ajit,
QTP 9.2 does not support IE8. you will need to upgrade QTP to version 10.0
(03-04-2010 10:15 AM)Saket Wrote: [ -> ]Hi Ajit,
QTP 9.2 does not support IE8. you will need to upgrade QTP to version 10.0
Thanks Saket