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 |
What is LoadRunner?
hello everyone, can anybody please tell me what are the different recording modes of QTP, and where these recording modes are present in QTP 9.2. Thanks in advance, Gaytri
What is the another extension name of library file. If that is exist than what's the difference between them.
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
What is QTP scenario.
How can I deploye a 'QTP Runtime environment only'
What are the Features & Benefits of Quick Test Pro (QTP)..?
Difference between image checkpoint and bitmap checkpoint
Q- what is the advantage of merging tool in QTP 9.2?
what are all the fileds present in object repository?
what is the recovery scenario?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this