🎴 Flashcard Mode

Software Testing and QA Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

The difference between re-testing and regression testing is

AnswerClick to flip back
A
re-testing is running a test again; regression testing looks for unexpected side
💡 Explanation:

Re-testing (or confirmation testing) specifically reruns failed test cases to verify that a previously identified defect has been successfully fixed. In contrast, regression testing is performed on unchanged parts of the software to ensure that recent modifications have not introduced unexpected side effects or new bugs.

Change Mode