Different types of testing
There are different types of testing, I will try to explain common types.
Unit testing - this is not testing of the entire application, but testing of the part of the application.
Regression testing makes sure that code changes do not impact previously known good functionality.
Acceptance testing is a testing that changes are upto specs that were defined.
Comments
Post a Comment