What are "Ordinal Identifiers" and where it is used in QTP.
AS FAR AS i KNOW, its is used to identify the object. but i
want clarity regarding this.

Answers were Sorted based on User's Feedback



What are "Ordinal Identifiers" and where it is used in QTP. AS FAR AS i KNOW, its is use..

Answer / moreshwar deshmukh

Ordinal Identifiers have Index, Location and Creation Time
( for only web browser).

QTP is unable to identify an object with recorded
properties(Mandatory & Assistive properties), then it uses
recorded properties and Ordinal Identifier to identify the
object.

Index: Indicates the order in which the object appears in
the application code relative to other objects with an
otherwise identical description.

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.
Values are assigned from top to bottom, and then left to
right.

The Web Browser object has a third ordinal identifier type:

Creation Time:
Indicates the order in which the browser was opened
relative to other open browsers with an otherwise identical
description.

Is This Answer Correct ?    5 Yes 0 No

What are "Ordinal Identifiers" and where it is used in QTP. AS FAR AS i KNOW, its is use..

Answer / nalini

Ordinal Identifiers are Location, Index for both windows,
web applications. For Web only, Creationtime has been added
apart from these two.

If QTP is unable to identify an object with recorded
properties(Mandatory & Assistive properties), then it uses
recorded properties and Ordinal Identifier to identify the
object.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More QTP Interview Questions

What is the use of "Step Generator" in QTP??for what purpose we are using??explain with an example

2 Answers  


What is the syntax to call one script from another?

0 Answers  


Hi All, I need code for how to execute qtp scripts from excell sheet

0 Answers  


How to do call a output parameter from one action to another action??/

0 Answers   TCS,


Define Environment Variable in UFT and its uses?

0 Answers  






What is source control?

1 Answers  


what is the Exact Meaning of Environment Variables?

10 Answers   AppLabs,


Suppose i have given 10 test cases all the test cases should be automated?

3 Answers   NTT Data,


In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3

4 Answers   Broadridge,


why can't you use excel directly in qtp. why we want to import excel data into Datatable.

1 Answers   BoA,


what is defination of intergration testing?

2 Answers  


how to choose the framework in qtp ? 2)when we go for the descriptive programming ?

2 Answers   Syntel,


Categories