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 |
Is it possible to change the extension of Shared object repository?
what is the advatages of merging of object repositories in Qtp9.0
how do you done Data-driven test using MS-Word Instead of DataTable
what is descriptive.create()in qtp?
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)
what is defination of system testing?
3 Answers CodeArrow, Infosys, Omax,
difference between GetROProperty and GetTOProperty
How to handle "Java Runtime error" popup window in the web application ? Sometimes the application throws the error repeatedly... Is there any browser setting available to disable the error ?
what is verification & validation?
what is the another name for blackbox testing?
I register user defined function in one test, I tried to call that function into other test. But that function not works in other test please give the direction for that.
If the objects hierarchy is changing from build to build, then how you will handle that condition?