1 / 3

Smoke Testing

Let us examine Smoke and Sanity testing - <br>Smoke testing essentially checks for the stability of a software build. It can be deemed as a preliminary check before the build goes for testing.<br>Sanity testing is performed after a stable build is received and testing has been performed. It can be deemed as a post-build check, to make sure that all bugs have been fixed. It also makes sure that all functionalities are working as per the expectations. <br>Read More about Smoke Testing vs Sanity Testing<br>

webomates
Download Presentation

Smoke Testing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Smoke Testing Smoke testing, also known as build verification testing, is performed on initial builds before they are released for extensive testing. The idea is to net issues, if any, in the preliminary stages so that the QA team gets a stable build for testing, thus saving a significant amount of effort and time spent by the QA

  2. What is smoke testing? • Smoke testing is non-exhaustive and focuses on testing the workflow of the software by testing its critical functionalities. The test cases for smoke testing can be picked up from an existing set of test cases. The build is marked rejected in case it fails the smoke tests.

  3. Smoke Testing vs Sanity Testing • Let us examine Smoke and Sanity testing - • Smoke testing essentially checks for the stability of a software build. It can be deemed as a preliminary check before the build goes for testing. • Sanity testing is performed after a stable build is received and testing has been performed. It can be deemed as a post-build check, to make sure that all bugs have been fixed. It also makes sure that all functionalities are working as per the expectations. • Read More about Smoke Testing vs Sanity Testing

More Related