Explain in brief about the QTP Automation Object Model.
Answer Posted / ramyab.mca@gmail.com
Hai.....
Essentially all configuration and run functionality
provided via the Quick Test interface is in some way
represented in the Quick Test automation object model via
objects, methods, and properties. Although a one-on-one
comparison cannot always be made, most dialog boxes in
Quick Test have a corresponding automation object, most
options in dialog boxes can be set and/or retrieved using
the corresponding object property, and most menu commands
and other operations have corresponding automation methods.
You can use the objects, methods, and properties exposed by
the Quick Test automation object model, along with standard
programming elements such as loops and conditional
statements to design your program.
K,Byeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
why you have standardized functions? plzzz guys with real time exp. do answer
What are the different types of qtp test assets and their extensions?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
How to write business scripts using object repository with different scenarios
wt is the use of multiple questions in QTP
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
can any body give the banking domain concepts/links
What r the different filters in defect in quality center
what kind of frame work you used in your last project?
How to start recording using quicktest professional?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
What are the different attribute used with regular expression?
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
How will you report the bug and explain the defect tracking sheet you handled?
How does qtp identify objects in the application?