Multiple choice technology testing

A deviation from the specified or expected behavior that is visible to end-users is called ______

  1. an error

  2. a fault

  3. a failure

  4. a defect

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

In software testing terminology, a failure is the observable deviation from expected behavior that end-users experience. A fault or defect is the actual bug in the code, while an error refers to the human mistake that led to the fault being introduced.