does qtp runs on internet explorer 7.0
Answer Posted / 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 |
Post New Answer View All Answers
How can you close the second opened browser?
what is impact analysis on regression testing?
What is throw Object?
can test automation improve test effectiveness?
What are the methods used in UFT to handle exceptions or run-time errors?
What is smart identification in QTP?
how u will evaluate the tool for test automation?
how to find that tools work well with ur existing system?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
How smart identification works in qtp ?
How to capture all the data of a webtable, weblist and combolist using QTP?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
How to release all resources file from the QTP?
What is synchronization? What are the ways you can synchronize?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian