Wednesday, 13 May 2015

QTP - 11 - Types of recording modes in the QTP!

The QTP Supports three types of recording:

-> Normal (Default recording): In this recording mode QTP identify the object irrespective of their location on the screen. It is done by recording object based on application window.It records the properties of each object and compare it while execution.Also known as context sensitive recording , this mode records the object and operation performed on them.

-> Analog Recording: In analog recording mode, Quick Test Professional  records and tracks every movement of the mouse as you drag the mouse around a screen or window.It is used when exact mouse movement and action performed by mouse is important. Used in testing the paint application and signature made with the help of mouse.It depends on the  mouse movement.

-> Low Level Recording: it helps in identifying those objects which is not recognized by the QTP. It is used when the location of object is changing inside the screen.It uses co-ordinates to record the objects.It is used when the exact coordinates of the object are important for your tests.

->Insight Recording: There are instances that the developer does not assigns the object property or the property assigned are not enough to identify an object uniquely. In such instances QTP/UFT uses insight recording mode. In this mode UFT sends the screenshot of the objects to the scripts. While executing the UFT identifies the object using this.

No comments:

Post a Comment