Different types of testing
There three commonly used software testing types. These are: unit testing, regression testing, acceptance testing.
Unit testing will ensure that functionality of modules or specific portions of code works.
Regression testing ensures that new functionality does not break functionality that was working before.
Acceptance testing ensures that people that develop software or who requested changes are happy with the changes.
Comments
Post a Comment