Every test automation tool is GUI
(graphical user interface)sensitive. Test automation tool has to identify the
objects on the application, then only it can do the intended operations.
QuickTest Professional has its own
mechanism to identify the objects on the Application Under Test. QTP has
various add-ins available for different applications. Let us have a
look at the QTP’s object identification mechanism.
QTP identifies the objects with the
following properties:
- Mandatory properties
- Assistive properties
- Smart identification
- Ordinal identifier
Index
Creation time(only for browser object)
QTP identifies the objects with Mandatory properties, if the object does not contain these properties then it will go ahead with the Assistive properties. If both are absent (not added to Object Repository as they are absent for a particular object) then it uses either smart object identification (if enabled) or Ordinal Identifiers (location or index of an object).
Creation time(only for browser object)
QTP identifies the objects with Mandatory properties, if the object does not contain these properties then it will go ahead with the Assistive properties. If both are absent (not added to Object Repository as they are absent for a particular object) then it uses either smart object identification (if enabled) or Ordinal Identifiers (location or index of an object).
No comments:
Post a Comment