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                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
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
How does QTP identifies the object in the application
 Question Submitted By :: Suha
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How does QTP identifies the object in the application
Answer
# 1
firt we have to create the scrpit aftr that just execute it 
and in executing time QTP take help of to find the object 
in appplication by using "object repository"
 
Is This Answer Correct ?    0 Yes 1 No
Ravichadnranath
 
  Re: How does QTP identifies the object in the application
Answer
# 2
To find the unique ness in the objects qtp fallow the below 
process
1:It depends on Mandatory Properties
2: It depends on Assistve Properties
3:Smart identification
4:Ordinal identifiers

If smart identification is enable the order is 1,2,3,4
if smart identification is disable then order is 1,2,4
 
Is This Answer Correct ?    1 Yes 0 No
Chakram -smile,smile
 
 
 
  Re: How does QTP identifies the object in the application
Answer
# 3
Mainly objectives are three type's OF PROPERTIES namely 
1) Mandatory properties,
2) Assistive properties
3)  ordinal identifier
firstly QTP traying to identifies mandatory  properties if 
it is not unique then identifies assertive properties if it 
is not unique then go to identifies ordinal identifier.
 
Is This Answer Correct ?    0 Yes 1 No
Bgreddy
 
  Re: How does QTP identifies the object in the application
Answer
# 4
The object identification concept is based on four types of
properties and ordinal identifier. The four types of
properties are as follows:
1.Mandatory Properties(MP).  2. Assistive Properties(AP)
3.Base Filter Properties(BFP) and 4. Optional Filter
Properties.(OFP).
The test engineer will specify the list of MP,List of
AP,List of BFP, the List of OFP & an ordinal identifier
depending upon his desire.
The options BFP & OFP are available in smart identification
and one has to select the check box of smart identification
to list desired BFP & OFP. However, the information of BFP &
 OFP will hidden and QTP has its own method of how to use
these BFP & OFP of the particular object.
When all the four types are used, then QTP  will learn all
the properties of MP, BFP & OFP simultaneousely and thinks
whether it can identify the desired object or not. If QTP
feels that it can identify the object with MP,BFP & OFP then
it stops learning. Otherwise, it will learn the first
assistive property(AP) and then thinks again whether it can
identify the desired object or not. Now the QTP thinks again
whether it can identify the object. If it feels that it can
identify the desired object then it stops learnig. Otherwise
, it learns the second assistive property and the process
continues untill all the assistive properties were usedup.
If still the QTP feels that it cannot identify the object
then it learn the ordinal identifier and stops learning.
 
Is This Answer Correct ?    2 Yes 0 No
Prasad.n.v.r.
 
  Re: How does QTP identifies the object in the application
Answer
# 5
the above answers are correct..here some more information..

if u explain this definitely interviewer will ask u
.....what is Ordinal Identifier?

In Ordinal Identifier we have 3 properties..Index, Location
and Creation Time. we can select only one property for one
Object and Creation Time is only for Browser.

Index is Tab Order of a Object in Application.
Location is x,y position of a Object in in Application.
Creation Time is browser opened time.

If any queries...
nanda.dreddy@gmail.com
 
Is This Answer Correct ?    1 Yes 0 No
Nanda
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
In website, protocol has been changed http:to https what you will do? tell me your approach?  1
What type of VB script u had done in expert view?  1
need clear explanation of actions and functions in qtp with examples?can anyone suggest me gud site for that other than qtp manual?  1
How many types of Parameters are available in QTP? and Pls Explain with example. LG-Soft3
How u perform exception handling in QTp,what is other name for ths Lehman-Brothers1
where is the bitmap checkpoint be saved  3
hai, i am doing QTP by own. So, i am confident in checkpts,synchronization, data driven test, recovery scenarioe manager etc. but actually i don't know how all these we wil implement while we r writting code manually. when we r doing practice, while recording code is automatically generated but in real time i heard that we have to write the script.But i don't know how it is? How to write descriptive prog.? plz. tel me what r the basic things we have to know? explain how to write descriptive prog.? explain me with an example pls....... Vertex2
what is the general issues faced while using automation tool Qtp9.0 TCS1
In real time ,How to run all scripts in QTP? i,e in projects  1
Hi This is tanya actually im facing problem in Qtp actully some time QTP doesnot recoznise the recorded object due to which script is going to fail.so can you tell me how we can handle this situation and i have another concerened issue is that at the time of run New errors comes every time so how we can handle this sitauation how we can add Recovery scenarios to the script.some time application runs successfully and some time it produces new error thats why i am facing lot of problem please give me the sugeestion as soon as possible.  2
How can we export test results to an excel sheet in QTP??? Can any one provide sample coding for this????? TCS4
I have action1, action2, action3 r there.my query is while executing if i get any error in action1 i want exit from here itself, otherwise execute action2, if i get any error in action2 i want exit from hereitself, like this,what is the method for this? AZTEC5
explain virtual object? in detailed? pls any one explain me? Cap-Gemini2
what are the different Frame Works in Quick Test Proffessional testing Wipro4
I have an application running in Linux server. I am reaching the application through emulators like telnet. My operating system at the client side is Windows XP. Using emulator I am connecting the Linux server and working on the application. Can I automate the testing of the software running in Linux server using QTP. In short, does QTP support the applications running in Linux servers.  1
Does QTP work in UNIX environment BirlaSoft3
What are they Advantages and Disadvantages in QTP 9.2? Infotech1
What is deference between normal QTP testing and descriptive programming? Polaris4
How to handle recovery scenario for a application crash.write script for this. Polaris2
In our application (Web based application)we will get a pdf file and we have check a particular text in that pdf. Can any one tell how to check text in a pdf file. In the same pdf file it generating some links and I have to click that links. QTP unable recognizing that links, even id did record and playback qtp does not generating any script. Can any one help me….?  5
 
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