🎴 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 features - it specifically checks unchanged areas of the software to ensure they still work. Option C is incorrect because regression testing focuses on unchanged areas, not changed ones. Option B is wrong because regression testing runs at all levels, not just UAT. Option D is incorrect because regression tests can be manual.