How QTP recognizes Objects in AUT?
Answers were Sorted based on User's Feedback
Answer / narendra
QTP recornizes objects of an application using the defined
properties(Mandatory/assistive/ordinal) in Object
Identification option. To customize the property
identification in QTP goto Tools->Object
Identification->Select an
environement(Web,ActiveX,StandardWindows,VB)and add/remove
properties so that the QTP use those properties to recognize
the objects during recording and stores in OR
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / ravichandranath
through object repository qtp can recognize the object in
AUt
bye
ravichandranath
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / mailman
I've been looking for a while and couldn't find a clear
resource...AUT is "application under test" I'm assuming?
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / raghavender
QTP recognises the objects by using object's physical name
and Logical property given to that while adding the objects
to the object repository.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / vijay
QTP recognise the objects with it's unique class and
properties and object repository consists of description
about the object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sridhar
QuickTest stores the definitions for application objects in
a file called the Object Repository. As you record your
test, QuickTest will add an entry for each item you
interact with. Each Object Repository entry will be
identified by a logical name (determined automatically by
QuickTest), and will contain a set of properties (type,
name, etc) that uniquely identify each object. Each line in
the QuickTest script will contain a reference to the object
that you interacted with, a call to the appropriate method
(set, click, check) and any parameters for that method
(such as the value for a call to the set method). The
references to objects in the script will all be identified
by the logical name, rather than any physical, descriptive
properties.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shreya
quicktest stores the definitions for the application in a
file called the Object repository.As you recoed your script
or test,quick test will add an entry for each time you
interact with.Each object repository will be identified by
a logical name(determined automatically by quick test).
| Is This Answer Correct ? | 0 Yes | 5 No |
Explain about reusable actions?
how to invoke the web application through script in qtp
Apart from VB script What are the fundamental criteria to gain the knowledge to write QTP script without OR and recording ?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
Why VB scripts are used in QTP and TSL in Winrunner, is there any advantage of using VB Scripts
Hi. plz expalin abouit SetToProperty, SetRoProperty, GetToProperty, GetRoProperty,GetToPrperties. with examples.
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
How do u use Database checkpoints and what are the use?
can anyone please send me qtp framework material please its urgent
Hai Friends this is Rajesh , Is there any Site or Blog that Video tutorials of Qtp that can be free downloadable to Pc. Friends if any body know that site or blog please send me because i'm really in need for that because i cannot affordMoney in learning Course in Institutes due to Financial Problem . So please Forward that Site or Blog which provides Downloadable Video Tutorials in Free to PC , As My Friend is having PC thru that I'm planning to learn. So Kindly help me Friends if you are aware of that Site/Blog
Give answer with example what is orthogonal array testing technique?