How many types of recording modes are there in UFT? Which will be used when?

devquora
devquora

Posted On: Feb 22, 2018

 

There are 3 types of recording modes in UTF:

  1. Normal Recording mode or contextual recording mode
  2. Low-level recording mode
  3. Analog recording mode

Normal or contextual recording mode: Normal recording mode is the basic or default recording mode that is used in UFT, it takes full advantage of UFT’s test object model. It can recognize the objects regardless of their position on-screen. This is used for most of the automation activities and is the most preferred recording mode.

Low-level recording mode: It can record the objects that are not identified by the normal recording mode of UFT. It records with the help of x,y coordinates of the user's mouse operations. It helps in hashmap testing.

Analog recording mode: This mode records the movement of the mouse and keyboard that a user performs in relation to the screen/application window. This mode helps in drawing pictures, recording a signature and drag and drop operation.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    UFT Interview Questions

    What are Virtual Objects?

    There are objects in the application that behave like standard objects but are not recognized by UFT, these objects are Virtual objects, these objects can be mapped to the standard classes, such as a ...

    UFT Interview Questions

    What is the logical name of the object?

    When UFT creates an object in the repository, it gives it a name to it to uniquely identify it from other objects in the application, this name is known as the logical name of the object. UFT uses thi...

    UFT Interview Questions

    What is descriptive programming?

    Typically, to enable UFT to perform actions on the object, the object and its properties must be recorded in the Object Repository. Using Descriptive programming the object and its property values ar...