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 ?
Answer: A. Regression testing — Regression testing is performed after code modifications to ensure that previously working functionalities remain unaffected. This type of testing verifies…
- A.
Regression testing
- B.
Alpha testing
- C.
Beta testing
- D.
None of these
Attempted by 221 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.
Loading lesson…