1.

How does QTP identify GUI object?

Answer»

QTP identifies GUI OBJECT based on corresponding properties. At the time of recording, the tool will DETECT and store beautiful features in the GUI object’s object repository. It will compare the stored property VALUES with the present on-screen properties to uniquely identify the GUI object.

6. What are the recording modes in QTP?

QTP tool supports three types of recording modes:

  • CONTEXTUAL Recording Mode: It’s the default recording mode of QTP and RECOGNIZES test objects regardless of their on-screen position.
  • Low-level Recording Mode: It records the exact x,y coordinates of mouse operations, and useful in testing hashmaps and objects not identified by contextual mode.
  • Analog Mode: This records the exact mouse and keyboard movements that users perform about the application window.


Discussion

No Comment Found