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
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 |
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 |
What is the use of "Step Generator" in QTP??for what purpose we are using??explain with an example
What is the syntax to call one script from another?
Hi All, I need code for how to execute qtp scripts from excell sheet
How to do call a output parameter from one action to another action??/
Define Environment Variable in UFT and its uses?
What is source control?
what is the Exact Meaning of Environment Variables?
Suppose i have given 10 test cases all the test cases should be automated?
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
why can't you use excel directly in qtp. why we want to import excel data into Datatable.
what is defination of intergration testing?
how to choose the framework in qtp ? 2)when we go for the descriptive programming ?