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.
Answer Posted / 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 |
Post New Answer View All Answers
Can we write winrunner language i.e TSL in QTP tool?
Explain the types of properties that quick test learns while recording?
How to modify object property in qtp ?
Explain the check points in quicktest professional?
How to open a new test using quicktest professional (qtp)?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
What is checkpoints for qtp?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Hi Samrat, Thank u very much, what u said it is right.
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
What is difference between shared and local object repository?
Explain the difference between call to action and copy action?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?