🎴 Flashcard Mode
Software Testing and QTP Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Regression Testing is :
AnswerClick to flip back
A
Testing that seeks to uncover software errors by partially retesting a modified program.
💡 Explanation:
Regression testing is testing performed after code modifications to verify that existing functionality remains unaffected. It selectively retests parts of the system that could be impacted by the changes. Option C correctly describes it as testing that uncovers errors by partially retesting a modified program.