does qtp runs on internet explorer 7.0
Answers were Sorted based on User's Feedback
Answer / anders
Hello!
If you have testcases that worked like a sharm with QTP +
IE6, but does not work with QTP + IE7. Then you should try
to disable the tabbed broswing functionality in IE ("Tools -
-> Internet Options --> General --> Tabs --> Settings" and
untick the "Enable tabbed browsing..."-checkbox).
QTP have some issues with the tabbed browsing functionality
in IE7.
Good luck!
Is This Answer Correct ? | 8 Yes | 3 No |
Answer / rajendra pradeep
QTP works on I.E 6.0,7.0 the same way if u record the
application and play back.
i.e Browser("name").Page("name"). in this case ur giving
the browser name and page name if there are 100 browsers
also QTP will run your script.
But if Browser("micClass:=").Page("micClass:="). in this
case u directly declare the class to which browser
belongs.Then QTP cant work on different Browsers and Page's
It depends on the way u have learnt QTP
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / rkesh
QTP 8.2 does not compatible with IE 7.0. I have tried to
run QTP 8.2 with IE 7 but it failed.
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / sam
IE 7.0 is not compatible with QC. Since qtp does not require
IE to open unlike QC it really does not matter. Basically
QTP is independent of IE
Is This Answer Correct ? | 0 Yes | 6 No |
How iteration is related to Test Results in QTP?
How to handle dynamic objects in QTP?
Explain script generated at the time of setting runtime property?
four browser are open same application i want to enter 3browser how?
Please any on explain usage of "on error resume next","On error goto 0" with sample code....Thankyou......... when a tester is asked to execute 100 scripts in a short time..(the server will be down in another 10 min)..how he has to run those scripts?
write a qtp script to enter user name & password for flight reservation login page from excel sheet
what is verification & validation?
Explain about reusable actions?
If there are 10 notepads opened on desktop. how can we close a particular 2nd notepad using script
Suppose u run ur script today and it is working fine ,nobody has changed the setting and all.u r the owner for the script. But when tomorrow I ran the same script again it got failed and It didn't able to identify one object. Can you tell me what would be the reason for this
Explain how Selenium is different from UFT?
Is there any thing that we can replace recovery scenario manager in QTP.