Regression Testing is the process of testing software to ensure new changes do not break existing functionality. Used in software development to maintain quality after updates.
Example:
QA tests an app after a feature update to ensure old features still work.