The concept in which testing performed after code changes to ensure existing functionality still works correctly is best known as which of these terms?
- A. Unit testing
- B. Regression testing ✓
- C. Smoke testing
- D. Integration testing
Correct answer
B. Regression testing
Explanation
Regression testing refers to testing performed after code changes to ensure existing functionality still works correctly.