What is the Test Object model in QTP?
Answers were Sorted based on User's Feedback
Answer / agadhu
Just as you use QuickTest to automate the testing of your
applications, you can use the QuickTest Professional
automation object model to automate your QuickTest
operations. Using the objects, methods, and properties
exposed by QuickTest's automation object model, you can
write programs that configure QuickTest options and run
tests or business components instead of performing these
operations manually using the QuickTest interface.
Automation programs are especially useful for performing the
same tasks multiple times or on multiple tests or
components, or quickly configuring QuickTest according to
your needs for a particular environment or application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / agadhu
An object model is a structural representation of software
objects (classes) that comprise the implementation of a
system or application. An object model defines a set of
classes and interfaces, together with their properties,
methods and events, and their relationships.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sreeprasad
the test object model is a large set of object types or
classes that Quick Test uses to represent the objects in
your application. Each test object class has a list of
properties that can uniquely identify objects of that class
and a set of relevant methods that Quick Test can record
for it. A test object is an object that Quick Test creates
in the test or component to represent the actual object in
your application. Quick Test stores information about the
object that will help it identify and check the object
during the run session.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the another extention name of library file.If that is exist than what's the differnce between them.
how to evalute defects in QTP script?
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
Thanks Rag... One more question, How we test the dynamic images which frequently changed?Using the bitmap checkpoint r any other options available.... Can u give the steps pls... Thanks
What is qtpro? What is a quick test professional?
What is a Web Table?
How do you do batch testing in QTP, if so explain?
when qtp recognizes a web link like (hyper link)wich properties it is going to take to identify the objects unquely? what is Ini file in QTP?
UFT 12.02 which ALM version will support
what is Entry Criteria and Exit Criteria?
QTP Data Table Having 10 records with 10 to 15 fields(lets say).now i want to get alternative records from datatable.pls can any one answer it?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?