ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  QTP
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
does qtp runs on internet explorer 7.0
 Question Submitted By :: Praveen
I also faced this Question!!     Rank Answer Posted By  
 
  Re: does qtp runs on internet explorer 7.0
Answer
# 1
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 4 No
Sam
 
  Re: does qtp runs on internet explorer 7.0
Answer
# 2
Yes.
IE7.0 works with QTP9.2,
 
Is This Answer Correct ?    1 Yes 0 No
Navdeep Singh
 
 
 
  Re: does qtp runs on internet explorer 7.0
Answer
# 3
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 ?    1 Yes 2 No
Rkesh
 
  Re: does qtp runs on internet explorer 7.0
Answer
# 4
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 ?    1 Yes 2 No
Rajendra Pradeep
 
  Re: does qtp runs on internet explorer 7.0
Answer
# 5
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 ?    2 Yes 3 No
Anders
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
Hi all , I am new at QTP I want a sample script to check validation messages(For java script or VB script) for login page with for web based application.. Any one can Help. I have to complete it in two days I need urgent help.. Ex. if I want to check mail.yahoo.com 1 > If user doed not exist it display "Username does not exist" 2> if invalid Uname and password then it display" Invalid Uname or pass" 3> Loing Sucssessfully. I want to check this types of application by using data table to give values of username and password.. Thanks  2
what ar the challenges do we face while testing webbased applications using the automation tool qtp or any? TCS4
what properties do use to identify a browser and page while using descriptive programming? TCS3
HO DO U CALL A ACTION? BirlaSoft2
how to invoke the web application through script in qtp Synechron5
Hi All, I am new to QTP but i was trained on winrunner before. My problem is..QTP 8.2 was unable to record my application which is a java app. By selecting smart identification, i was somehow able to record the test BUT QTP cant run the test! Can anyone help me in walking through this problem..Is java addin really necessary for this?? Is there anyways i can run the test successfully? I am not sure whats going wrong in my testing.Please do help me asap as i need to submit the report early. Thanks in advance  4
what is aregular expression? UHG4
Hi all im having a pop up validation browser which is 20 in number, i want to close those similar pop browsers one after the other, is there any specific code for that? i tried by giving creation time & putting in a loop but it dint work? valid working answers will be greatly appreciated McAfee2
What is XML checkpoint in QTP. How we can use in Web Based application LinkEdge2
Can we do Load Testing with QTP?  4
what are the difference ways of parameterising?  1
How to make arguments optional in a function? Liquid-Crystal2
Object recognition in QTP is based on which model ? a) COM b) DCOM c) DOM d) None of the above Ordain-Solutions1
What is the file extension of the code file & object repository file in QTP?  2
What are the parameters provided by QTP? Ordain-Solutions3
what is the script(qtp) to export and import the datas from MSaccess to Excel sheet.if anybody know plz tell me.  2
1. How to capture data from images in QTP and produce them in Excel sheet ? 2. What is Terminal Emulator add-in installation and configuration procedure ? 3. Tell me how do u define action and transaction in QTP ? 4. Is QTP case sensitive ? 5. Problem with XML checkpoint ? 6. When was QTP 8.2 and Loadrunner 8.0 officially released to the market ? 7. Can we record on netscape browser does it require any special settings ? 8. How do I add new object to the object repository to any particular frame ? 9. Do we have rapid test scrpit wizard in QTP ? How to learn all the windows and objects in QTP 10. How to open Exceel sheet using QTP script ? 11. Is it necessary to learn VB script to work with QTP or we can manage with keword driven ? 12. What is descriptive programming in QTP ? 13. How to invoke the QTP from dos prompt and run a test without any interaction with human ? 14. What is the meaning of Context sensitive ? 15. How to retrive the property values from "Resource.mtr" after recording the script with "Standard checkpoints" ? 16. Where should we use accessbility checkpoints. Can u explain me with the example ? 17. How do we add object repository dynamically ? (During runtime) 18. How to record right click of a context menu and click on the selection ? 19. How to connect oracle database to QTP ? 20. How will you load few objects in Active Screen ? 21. Can I compare two DataBases using QTP ? 22. If the the two object have same class then how QTP will find the object ? 23. Can I change the runtime properties of an object ? How can I check if a parameter exists in database ? 24. What is the script for database check point, bitmapchek point, regular expression ? 25. What is QTP environmental variable ?  1
How to pass parameters into an action.Please explain me with examples  4
Greetings friends , Hope all of you are doing well. When I run a test, is it possible for me to for me to take each row from the data table , once at a time. In other words,if i have 10 rows in the global data table, say data1,data2, data 3...and so on up to data10. Can I have the value of data1 when I run a test, and next time when I run the same test (say next day), it should skip data1 as it has already used it and go directly to data 2 ??? Would be great if anybody can help me out know in this issue. Thanks & Regards !! CTS4
Hi, Plz give best Definition of Software Testing? Why we need Software Testing? and plz send 2+yrs experience Interview qutions (Manual,Qtp).  1
 
For more QTP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com