New answers tagged test-automation
0
Unit tests are also a form of regression testing.
Regression testing is not a "family of testing" in the same vein as Unit Testing, Integration Testing and Acceptance Testing. Rather, regression testing is a characteristic of sound testing methodologies that allows you to change the underlying implementation without breaking the functionality of the ...
Top 50 recent answers are included