🎴 Flashcard Mode

Software Testing Fundamentals and Tools

Card1 / 20
Mastered0
Review0
QuestionClick to flip

A failure is:

AnswerClick to flip back
A
Departure from specified behaviour.
💡 Explanation:

A failure is a departure from specified behavior - the system doesn't do what it's supposed to do. An error is a human mistake that introduces a defect. A defect/bug is the incorrect code or data definition resulting from an error. When that defect executes, it may cause a failure (observable incorrect behavior). Option B precisely captures this definition of failure as behavioral deviation from specifications.

Change Mode