Junior — Middle
What is meant by the type of testing where the main focus is on changes in the code or system?
sobes.tech AI
Answer from AI
This is about regression testing. It is a type of testing focused on verifying changes in the code or system to ensure that new modifications do not break existing functionality.
Key points:
- Performed after making changes or fixes
- Checks that previously working functions continue to work correctly
- Often automated for quick re-runs
Example: after fixing a bug in the payment module, regression testing is conducted to ensure that other parts of the application are not broken.