Interview Questions

Explain in brief about the QuickTest Professional (QTP) Automation Object Model.

QuickTest Professional (QTP) Questions and Answers


(Continued from previous question...)

Explain in brief about the QuickTest Professional (QTP) Automation Object Model.

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.

(Continued on next question...)

Other Interview Questions