Multiple choice technology testing

When mandatory values are not sufficient to identify an object, we use

  1. assistive property

  2. Ordinal identifier

  3. both a & b

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

QTP uses mandatory properties (like class, name) as the primary object identification method. When these aren't sufficient to uniquely identify an object, QTP adds assistive properties to improve identification. If that still fails, it uses ordinal identifiers (index, location, creation time). Both assistive properties and ordinal identifiers are used when mandatory properties alone are inadequate.