🎴 Flashcard Mode
Software Testing Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
A regression test
AnswerClick to flip back
A
will help ensue unchanged areas of the software have not been affected
💡 Explanation:
Regression testing verifies that recent code changes haven't adversely affected existing functionality. It targets unchanged areas to ensure no unintended side effects occurred. It's not limited to UAT (runs throughout testing), doesn't validate changed areas (that's unit/system testing), and isn't always automated (often manual). Note: 'automed' appears to be a typo for 'automated'.