🎴 Flashcard Mode

Software Testing Fundamentals and Frameworks

Card1 / 20
Mastered0
Review0
QuestionClick to flip

A failure is:

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

A failure is the departure of the system from its specified behavior - it's what the user observes when the software doesn't work as expected. An error is a human mistake that causes a defect (bug) in the code, and when that defect is executed, it causes a failure. Option C describes a defect, option D describes an error, and option A is incomplete.

Change Mode