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 is descriptive.create () in QTP?
What is text check point and text area check point?
Which property do you use to retrieve or assign data into a cell in a Data Table object?
Could any one explain about the nested actions in QTP? This question is asked by Qualitree and CA
3 Answers CA, Qualtree Solutions,
In a shared Object Repository in QTP if some object is changed how can the other script which is using the same object can be known
is it possible to change the date format like MM/DD/YY into DD/MM?YY through script in QTP
What is the difference between Global and Local Data Sheets?
whenever a scenario is recorded ever, it creates a object repository automatically (‘per action’ /local ). we do not need to make them individually…then why we need a shared object repository. How it will be practically utilized ?? your input will be highly appreciated..
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
How many check points are there in QTP and what are they?
In QTP, Which are the concepts are needed to do Functional testing and Regression testing?
1. Which function is used to check whether the specified object property achieves the specified value within the specified timeout below anyone is correct 1. Check Property 2. getToproperty 3. output Pls anybody can give the answer.. Thanks in advance...