Multiple choice technology testing

A control on the UI can be uniquely identified, generally, by

  1. Text

  2. Class

  3. Control ID

  4. Label

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

UI controls are uniquely identified by their Control ID, which is a unique identifier assigned to each control. Text, Label, and Class are not unique identifiers - multiple controls can share the same text, label, or class.