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 |
In an interview what r the questions asked in qtp related project? pls any answer this question?
What type of VB script u had done in expert view?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
1.IF SOME OBJECT IN APPLICATION IS NOT IDENTIFIED BY QTP? HOW WILL YOU OVERCOME THIS? 2. WHEN AND WHYDO U GO FOR DESCRIPTIVE PROGRAMMING? 3. WHAT IS THE DIFFERENCE BETWEEN VB AND VBA? 4.WHAT ARE THE REGULAR EXPRESSIONS YOU USED? 5.IF ANY REQUIREMENT IS ADDED IN YOUR PROJECT, HOW WILL YOU PROCEED TO DERIVE THE TEST CASES AND HOW WILL YOU PERFORM AUTOMATION FOR IT?
how can i replace any text from the qtp script with some anothere text
explain how to write vb script in qtp?when will you write own script?
QTP identified the object but not performing the desired action???what could be the reason?????
What is Automation frame work.How we will prepare in real time.
why should we give deliver good quality software?
What is action? How many types of actions are there in qtp?
What is DOM
How do u use Database checkpoints and what are the use?