π΄ Flashcard Mode
Software Testing Fundamentals
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, meaning the software does not perform as defined in requirements or specifications. This distinguishes a failure (observable incorrect behavior) from an error (mistake in code) or defect (flaw in the code), and from human mistakes that cause these issues.