InterviewSolution
Saved Bookmarks
| 1. |
Explain how QTP uniquely identifies the GUI objects? |
|
Answer» In QTP, object’s properties help in identifying the GUI object. During recording, the object repository of the GUI objects stores the properties that have been defined in the Object Identification settings and while running the test, QTP compares the properties that have been stored in the object repository of the GUI objects with the on-screen properties to uniquely recognize the GUI object. |
|