What is test object model in QTP ?

Answer Posted / zia ur rehman

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.

When you perform an operation on your application while recording,
QuickTest:
➤ identifies the QuickTest test object class that represents the object on which you performed the operation and creates the appropriate test object
➤ reads the current value of the object’s properties in your application and stores the list of properties and values with the test object
➤ chooses a unique name for the object, generally using the value of one of its prominent properties
➤ records the operation that you performed on the object using the appropriate QuickTest test object method.

QuickTest identifies the object that you clicked as a WebButton test object.
It creates a WebButton object with the name Find, and records the following properties and values for the Find WebButton:
It also records that you performed a Click method on the WebButton.
QuickTest displays your step in the Keyword View like this:
QuickTest displays your step in the Expert View like this:
Browser("Mercury Interactive").Page("Mercury Interactive").
WebButton("Find").Click

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use debug tools?

2191


How do you know the location Id of an object if you know its index id?

582


What is Cross browser testing? Does UFT support it?

613


Explain QTP using different development techniques ?

531


hi guys, pls tell me for testing institution training hub, hitech city is best or not?

1309






How to use parameterization in qtp?

616


is it possible to add sheets to excel at runtime

3227


What is the difference between qtp and selenium?

542


How did you use regular expressions in QTP and also in WR?

2157


Dis advantages of XML checkpoint ?

1573


What is QTP testing process?

617


Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?

1513


What is the default object synchronization timeout in qtp?

636


Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji

2254


How to start recording using quicktest professional (qtp)?

591