Smart identification is a mechanism in QTP to identify objectsQTP-Smart-Identification smartly, whenever object identification fails due to changes in the Object properties.

Methods of Smart Identification –

  1. Add – Adds the specified property to the properties list.
  2. Find – Returns the position of the specified property.
  3. Remove – Removes the specified property from the properties list.
  4. RemoveAll – Removes all editable properties from the properties list.

Properties of Smart Identification –

  1. Count – The number of editable properties in the list.
  2. Item – The property located in the specified position.

Additional Reading