how qtp identify two objects having same name, supose
objects are in same page also with same name,specify spl
feature.
Answers were Sorted based on User's Feedback
Answer / sudheer 4m mphasis
This is the SPL feature for this problem.
QuickTest can use the following types of ordinal
identifiers to identify an object:
Index. Indicates the order in which the object appears in
the application code relative to other objects with an
otherwise identical description. For more information, see
Identifying an Object Using the Index Property.
Location. Indicates the order in which the object appears
within the parent window, frame, or dialog box relative to
other objects with an otherwise identical description. For
more information, see Identifying an Object Using the
Location Property.
CreationTime. (Browser object only.) Indicates the order in
which the browser was opened relative to other open
browsers with an otherwise identical description. For more
information, see Identifying an Object Using the
CreationTime Property.
Is This Answer Correct ? | 16 Yes | 1 No |
Answer / ratheesh
BY using index property u can define the same objects
Is This Answer Correct ? | 12 Yes | 1 No |
Answer / n.n.raju
QTP identify the objects by logical name and class but
smart identification mechanism is used for identified the
object from object repository
in this situation QTP uses ordinal identifier Concept
Is This Answer Correct ? | 7 Yes | 3 No |
Answer / jayant naikwade
you have to enter to the rep and find the object
then check the propertoes
and you have to add index property there
in both objects with the same name
and for descriptive you have to include the index:= and the
number of index of the object
within the object descrioption
basically the index is what can help you identifying the
correct one
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nidhi
objects ar identify by qtp through their logical name and
class we can use smart identification to recognise object
which is not normally recognised by qtp in normal process
do.send answer correct me i m wronge
Is This Answer Correct ? | 1 Yes | 7 No |
What is the difference between local and shared object repository in qtp?
Explain how qtp identifies object?
What is the real use of different actions in QTP
What is XML checkpoint in QTP. How we can use in Web Based application
What are the three challenges U faced during automation testing of your application.
what is descriptive.create()in qtp?
i have data in excel sheet.i imported the data in data table.while doing parameterization,how the code knows it is a valid or invalid data?
what is Defect density, defect leakage, defect age,latentbed,yasid testing, interface
How can you delete the results file (XML)
what are the different kinds of frameworks in automation?
What is use of Global Sync Timeouts in QTP9.2?
Explain about Test Fusion Report of QTP?