Skip to main content

Some Software Testing Practices for the beginners

Functional Testing

It is blackbox testing. Some types: Smoke testing, regression testing, Sanity testing, usability testing.

Smoke Testing

It is not a complete testing. It is done in order to figure out whether the product is worth testing or not. It is a type  of functional testing.

Regression Testing

When the bugs are removed after a testing cycle, regression testing is done in order to check if the bug fix has created any new bugs.

Sanity Testing

Another quick testing in order to save time. Only key features are tested. In order to test whether the product works roughly as expected.

Comments