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 |
what type of automation is follwed in the project?
What is the Diff between Image check-point and Bit map Check point?
hello everyone, can anybody please tell me what are the different recording modes of QTP, and where these recording modes are present in QTP 9.2. Thanks in advance, Gaytri
What do you do if QTP doesn't recognize object ,what action should be taken
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
how can you write a script without using GUI in QTP?
Explain the difference between smart identification and object identification withn clear example. please it is very urgent
write a script to verify the image path(src property) of the images which are in web pages.
what is actually contain test report? can anybody post the test report
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
how many maximum number of virtual users we can create?
How do you invoke an application using the step generator in qtp?