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
Define virtual object?
How to save your test using quicktest professional (qtp)?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
Is it possible to merge two object repository files in qtp?
Explain the features and benefits of quick test pro(qtp)?
How QA specialist can identify when programmatic descriptions are useful?
after initiating one project for testing, when exacltly QTP tester role starts?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
what type of automation is follwed in the project?
If created one virtual object? Next time I changed the window position will it work?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
How you can write contexts to text file in qtp?
Both static and dynamic arrays are handled by the vb script. Is it true?