Multiple choice technology testing

When spying an object, if a particular property for identifying an object is not listed in the list of properties. How can we identify the desired object?

  1. Using the Default Property.

  2. Adding the specific property to identify the object.

  3. Using some other property to identify the object.

  4. Adding the specific property to the list.

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

When an object cannot be identified by its listed properties, most testing tools allow using a "default property" or ordinal identifier as a fallback mechanism. This typically means identifying the object by its index or position among similar objects (like "the 3rd button on the page"). Adding properties or using other properties would require those properties to be available and reliable.