Explain in brief about the QTP Automation Object Model.
Answer / sreeprasad
Essentially all configuration and run functionality
provided via the QuickTest interface is in some way
represented in the QuickTest automation object model via
objects, methods, and properties. Although a one-on-one
comparison cannot always be made, most dialog boxes in
QuickTest 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 QuickTest automation object model, along with standard
programming elements such as loops and conditional
statements to design your program.
| Is This Answer Correct ? | 2 Yes | 0 No |
Wht are the BY default Add-ins in QTP 9.2 version and what all are differences between 8.2 and 9.2
hi friends can anyone tell me where can i find descriptive programming material please send me the link also,from which i can download the material
What is difference between shared and local object repository?
What is keyword view and Expert view in QTP?
How to work with multiple browsers when opened in the window, write the script for it
Explain about invoking of application?
Do we get any issues if we run the test script on differentbrowsers?what are the options we need to set in QTP?
can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...
what type of run time errors you get while you ar edoing rpg program?
What is the use of Regular expression?
How to capture the tooltip of webelement,if there are two values displayed in tooltip of webelement?
It is given in the help of QTP 9.2 that we cant debug the scripts. Is there any other way to VIEW, PAUSE and make modifications in the scripts during execution???