🎴 Flashcard Mode

Software Testing Fundamentals

Card1 / 15
Mastered0
Review0
QuestionClick to flip

When a deviation from specified or expected behaviour is visible to end-user, this is called

AnswerClick to flip back
A
a failure
💡 Explanation:

In software testing terminology, a failure is when the system deviates from expected behavior during execution - it's the visible symptom to the end-user. A fault is the defect in code that causes the failure. An error is a human mistake that leads to a fault. A defect is often used interchangeably with fault.

Change Mode