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 |
Create an Excel file and pass the values from Flat File? (for ex:data1.txt,data2.txt )
I am just a beginner in QTP. Could any one explain me in detail how to automate adding two numbers and getting the result in QTP. Also I would like to parameterize the inputs. I have tried but getting an error like 'Can't use sub.....'(can't recollect the exact error)
what is localisation testing and globalisation testing? what is the difference between them?
What are the properties you would use for identifying a browser & page when using descriptive programming ?
can any one tell me How exactly data drivent testing is done in.explain with any example and the exact steps to fallow?
how to get the data from a winedit box in vb scripting and store it in a variable if data contains "_"(i.e data is TEST_1)
diff between qtp versions from 8.5
The hybrid framework can be implemented for any application. Is it true?
Is it possible for QTP to capture the objects in word document.If so please give me the code.Thank you.
How will you report the bug and explain the defect tracking sheet you handled?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
what is the mediater between qtp and application/project in automation testing?