🎴 Flashcard Mode
Software Testing Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Identify which one is an internal failure
AnswerClick to flip back
A
Training programmers to make or miss fewer bugs
💡 Explanation:
Internal failure in testing context refers to addressing defects at their origin within the development process itself. Training programmers to write better code and introduce fewer bugs represents a preventive approach that targets the root cause of defects - the human element and development practices. This is fundamentally different from external failures that manifest during testing or in production, as it focuses on prevention at the source rather than detection downstream.