🎴 Flashcard Mode

Software Quality Assurance and Testing

Card1 / 11
Mastered0
Review0
QuestionClick to flip

A program can operate incorrectly but still appear to pass your test because (choose correct answer from the following):

AnswerClick to flip back
A
All of the above
💡 Explanation:

A program misbehavior can go unnoticed (appearing to pass) due to automated tests lacking specific assertions (option 1), manual testers focusing on other UI elements (option 2), or lack of oracle knowledge (option 3). Therefore, all of these options are valid reasons.

Change Mode