Today's Updates:

Showing posts with label sanity testing. Show all posts
Showing posts with label sanity testing. Show all posts

Saturday, May 24, 2014

Difference between smoke testing and sanity testing

Smoke Testing
Software Testing done to ensure that whether the build can be accepted for through software testing or not. Basically, it is done to check the stability of the build received for software testing.
In Smoke Testing, the test cases chosen cover the most important functionality or component of the system. The objective is not to perform exhaustive testing, but to verify that the critical functionality of the system are working fine.

For Example a typical smoke test would be - Verify that the application launches
Related Posts Plugin for WordPress, Blogger...