Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Smoke Testing

--------------

It is a type of testing that guarantees an application's basic and critical


features are working fine before doing exhaustive testing or rigorous testing.

Smoke testing is also known as a subcategory of acceptance testing or Build


Verification testing.

In other words, we can say that smoke testing is used to test all the functionality
of the software product or check whether the build is broken or not.

Sanity Testing
--------------

It is performed to check whether the bugs have been fixed after the build.
Generally,
Sanity testing is performed on stable builds. It is also known as a variant of
regression testing.

You might also like