What is object identification?
Answers were Sorted based on User's Feedback
Answer / venkateshwarlu
while we are recording the operation on application qtp
tries to captures the properties to identify uniquely.
first and foremost it concentrate on mandatory properties
to identify the objcts uniquely, if it is not possible it
concentrates on assistive properties to identify uniquely
and if it is alos not possible, it capture the ordinal
identifier like index, location, creation time. and store
it in a file, it is called object repository file. using
this qtp will identifies the objects or windows.
by
venkatesh
| Is This Answer Correct ? | 22 Yes | 5 No |
Answer / kiran
Object Identification is Related to Object Classes
information That means if u want change the properties of
class do it in Object identification
Object Identification contains the properties of a standard
class of object
1.Normal identification
a.Mandatory properties
b.Assistive properties
2.Smart identification
a.Base Filter properties
b.optional Filter Properties
Apart from the above Properties there is ordinal identifier
proprty also
In Ordinal Identifier it wil consider 3 properties
1. Creation Time
2. Index
3. Location
| Is This Answer Correct ? | 21 Yes | 4 No |
Answer / chinmaya khatua
Object Identification:-
To identify the object properties uniquely.
there are two type of object identification modes in qtp.
1.Normal Identification
2.Smart Identification
| Is This Answer Correct ? | 15 Yes | 7 No |
Answer / sanjana
object identification is used for uniquely identifying the
objects they are two types of object identifications
1.Normal identification
2.Smart identification
Actually they are 4 types of properties in object
identification
1.Mandatory properties
2.Assistive properties
3.Base Filter properties
4.optional Filter Properties
Apart from the above Properties there is ordinal identifier
proprty also
| Is This Answer Correct ? | 8 Yes | 2 No |
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 |
Answer / vinay srao
Before creating any shared repository file or before adding objects information in to object repository We can configure which property values QTP has to collect based on type of object and environment
Ex: Configure for a push button QTP has to collect native class, text & height property values for standard windows based application.......
navigation: goto Tools menu
--> select Object Identification...
--> select Environment as standard windows
--> select test object classes
--> click winButton
---> click add/remove in Mandatory properties
---. select height property, click OK---> click OK
| Is This Answer Correct ? | 4 Yes | 6 No |
Answer / namukaya winfred
uniquely identifies an object in the management information
base.
| Is This Answer Correct ? | 3 Yes | 6 No |
Answer / ram karthick t.g
Object Identification in QTP, How QTP learns Objects in Application?
Stores Objects as Test objects
1. Mandatory Properties
2. Assistive Properties
3. Ordinal Identifier
4. Smart Identification
| Is This Answer Correct ? | 0 Yes | 4 No |
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
HI, Based On The Information Below Write A Data Driven test Script Edit Box 1 Should take Value From Num1 Column Edit Box 2 Should take Value From Num2 Column Click On Add Button, Get The Value Of Exp res Column, Get Value From Actual Result Edit Box , Compare Two Values, Write Pass / Fail Value Into Result Column Thanks In Advance... Kavitha Input.Xls Num1 Num2 Exp res Act res Result 10 30 40 40 Pass 50 40 90 90.5 - - - - - - - - - - - - - - - -
how do u copy object repository?
Did you use flatfiles in your projects?At what situation you used it?How can you upload flatfiles?
what is the diffrence bw qtp architectute and qtp framework?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
How the smart identification is used in real time?Please explain with an example
what function you write to do database testing with the help of qtp?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
In an output value text checkpoint, where does the output value stored by default ?
Hi..friends can anybody write the script for this question... Am having some 20 nos of links in a web application, i want to click some 5,13 & 17th links. So please....can anybody give the answer....??? -->Hani<--