Skip to main content

One doc tagged with "Regression Risk"

View All Tags

Main Result

Regression Risk

Risk that the functionality you provide changes for the worse, over time.

practices > Development-And-Coding

Coding

Writing software to meet a required feature.

Refactoring

Revising code to improve its structure without changing its behavior.

Version Control

Using version control systems to manage changes to the codebase.

practices > Testing-and-Quality-Assurance

Automated Testing

Writing and running tests for individual units or components of the software.

Regression Testing

Testing to ensure new changes do not adversely affect existing functionality.