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 main difference between desriptive programming and generic functions
I dont know how to configure non standard objects to standard objects in QTP9.2 can i have someone explain me in breify?
What expansion of "MIC" in MICPASS (TEST ReportPAGE)
How QTP integrate with application?
how i will connect oracle or microsoft acess database through manually written Script
4. what is the use of Text output value in Qtp?
What is creation time property and how does it work?
Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.
What frame work ur using in QTP in ur current company?
How to handle the exceptions using the recovery scenario manager in qtp?
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...