What is the Test Object model in QTP?

Showing Answers 1 - 5 of 5 Answers

Abhijit.Mahajan

  • Nov 6th, 2006
 

QuickTest Professional automation object model to write programs that automate your QuickTest operations.

The QuickTest automation object model provides objects, methods, and properties that enable you to control QuickTest from another application

  Was this answer useful?  Yes

sudhakar2068

  • Dec 15th, 2006
 

 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.

sudhakar kolla,

Email ID:kollasudhakar2005@yahoo.co.in.

Ph:+91-9819859346

  Was this answer useful?  Yes

anjalireddy

  • Dec 29th, 2006
 

Essentially all configuration and run functionality provided via the Quick Test interface is in some way represented in the Quick Test automation object model via objects, methods, and properties. Although a one-on-one comparison cannot always be made, most dialog boxes in Quick Test 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 Quick Test automation object model, along with standard programming elements such as loops and conditional statements to design your program

  Was this answer useful?  Yes

The Test Object Model is a large set of object types or classes that QuickTest 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 QuickTest can record for it.

A Test Object is an object that QuickTest creates in the test or component to represent the actual object in your application. QuickTest stores information about the object that will help it identify and check the object during the run session.

A Run-Time object is the actual object in your Web site or application on which methods are performed during the run session.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions