Multiple choice technology testing

How does QuickTest Professional identify each object you record

  1. By class and properties

  2. By class and methods

  3. By methods and properties

  4. By class only

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

QTP identifies objects by their class (type) and a set of properties that uniquely distinguish them from other objects. Methods define what actions can be performed on the object but are not used for identification during recording.