does qtp runs on internet explorer 7.0

Answers were Sorted based on User's Feedback



does qtp runs on internet explorer 7.0 ..

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

does qtp runs on internet explorer 7.0 ..

Answer / navdeep singh

Yes.
IE7.0 works with QTP9.2,

Is This Answer Correct ?    3 Yes 0 No

does qtp runs on internet explorer 7.0 ..

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

does qtp runs on internet explorer 7.0 ..

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

does qtp runs on internet explorer 7.0 ..

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

Post New Answer

More QTP Interview Questions

For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?

0 Answers   V2 Solutions,


I have written some scripts in QTP by using older version, but I want to run them in latest version. Is there any process to do that.If so can anyone explain me?

1 Answers  


What is difference between QTP 8.2 Obect Repository and QTP 9.2 object Repository?

2 Answers   Nokia,


Explain about opening notepad in QTP and writing of test result in notepad?

4 Answers  


After i ran the Test in Batch mode i didn't get any results. Can any one let me know how it can be done?

3 Answers  






Hi All Below is my script which i made for lgin into Flight.exe. SystemUtil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe","","C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\","open" Dialog("Login").WinEdit("Agent Name:").Set DataTable ("p_Text", dtGlobalSheet) Dialog("Login").WinEdit("Agent Name:").Type micTab Dialog("Login").WinEdit("Password:").SetSecure DataTable ("p_Text1", dtGlobalSheet) Dialog("Login").WinButton("OK").Click If Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").Click datatable.Value(3)= "Incorrect password. Please try again" Dialog("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)="Please enter agent name" Dialog ("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)= "Please enter password" Dialog("Login").WinButton ("CANCEL").Click else Window("Flight Reservation").Move 309,146 datatable.ExportSheet "C:\Raj\Result.xls" ,1 Window("Flight Reservation").Close End If I want to capture the Message string from Dialog("Login").Dialog("Flight Reservations" Also pls let me know if this is the right way to do the script for login. Pls provide some script for login Flight.exe Thanks in advance Raj Dhiman

1 Answers  


how we connect oracle or sql data server database to qtp.

4 Answers   TCS,


Difference between image checkpoint and bitmap checkpoint

2 Answers  


Write a code check the checkbox in the web table which is in the 4th row and fifth column (Use child item concept)

2 Answers   FIS, Wipro,


How to build scripts that access data from external sources?

0 Answers  


could any help me please, how to work on visual foxpro application using UFT

0 Answers   NA,


What's Checkpoints for QTP?

1 Answers  


Categories