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

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator