why do we use both location and index identifier.
Answer Posted / prasad
If both the mandatory properties and assistive properties
are fails to identify uniquely, QTP uses ordinal property
(Index and location) to the description to recognize the
object uniquely.
Types of ordinal identifiers to identify an object are
i) Index
ii) Location
iii) Creation Time
an example of ordinal identifier:
Suppose there are 2 “Back” button link(i.e back to the
previous page)in a web page. Hence these two will be differ
from each other by their “Location”.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the different kinds of test steps?
What are the recording modes in wave event?
can any body give the banking domain concepts/links
Where you get the run time data table?
What are the technologies supported by qtp?
How to analyzing test results using quicktest professional (qtp)?
Mention the different actions types of qtp.
when a test case is written how u test using qtp
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How would you directly trigger javascript in a test?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
How to use conditional loops in qtp ?
Explain advantages and disadvantages of ddf?
How do you send email with attachment from outlook using qtp ?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?