Which software testing type is performed after code modifications to ensure…
2026
Which software testing type is performed after code modifications to ensure that previously working functionalities remain unaffected ?
- A.
Regression testing
- B.
Alpha testing
- C.
Beta testing
- D.
None of these
Attempted by 35 students.
Show answer & explanation
Correct answer: A
Regression testing is performed after code modifications to ensure that previously working functionalities remain unaffected. This type of testing verifies that new changes have not introduced defects into existing features.