Answer Posted / vikas choubey
Object Identification: -
QTP’s object identification concept is based on 4 types of
properties and an ordinal identifier.
Types of properties:
• Mandatory properties
• Assistive properties
• Base Filter properties
• Optional Filter properties
A test engineer can specify list of mandatory properties,
assistive properties, base filter properties, optional
filter properties and ordinal identifier.
Ordinal Identifiers: - There are 3 types of ordinal identifiers.
1. Location
2. Index
3. Creation Time
1. Location: If at all the Location is selected as an
ordinal identifier then the QTP will generate the sequence
of numbers from 0,1,2,… based on the sequence of the objects
located in the application.
2. Index: If at all the index is selected as an ordinal
identifier then the QTP will generate the sequence of
numbers from 0,1,2,… based on the sequence of the programs
of the corresponding objects.
3. Creation time: If at all the creation time is selected as
an ordinal identifier then the QTP will generate the
sequence of numbers from 0,1,2,... based on the loading time
of a web page
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How do I get the QTP scripts result in xml format by using vb script function?
why you have standardized functions? plzzz guys with real time exp. do answer
What are the methods used in UFT to handle exceptions or run-time errors?
What are the key points to create a framework in QTP for oracle forms?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
What is Associate Repository in QTP 9.2 ?
how to idetfy which test cases are automated?who will deside that plz tell me
How did you use regular expressions in QTP and also in WR?
hi nani my doubt is how does qtp process metrix related to software process.
What is the file extension of the code file in qtp?
Hi, how can we check or avoid the memory leakage in QTP9.2?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
Hi How to retrieve data from web element line by line?
How would you directly trigger javascript in a test?