🎴 Flashcard Mode
Software Testing Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
One Key reason why developers have difficulty testing their own work is :
AnswerClick to flip back
A
Lack of Objectivity
💡 Explanation:
Developers struggle to test their own code primarily because they lack objectivity; they built the code, assume it works, and subconsciously avoid test paths they know are buggy. Technical documentation (A), test tools (B), and training (C) can help but are not the core psychological barrier. Testing independence is a fundamental principle.