1 / 1

What is smoke testing and what are its characteristics

In the smoke testing method, the most crucial tests are executed in order to make sure that the application can be moved on to further testing. It is also known as u201cBuild Verification Testing.u201d <br><br>https://www.testingxperts.com/blog/smoke-testing

Download Presentation

What is smoke testing and what are its characteristics

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. WHAT IS SMOKE TESTING AND WHAT ARE ITS CHARACTERISTICS? What is Smoke testing? It is a testing method that ascertains whether a deployed software build is stable or not. The basic functionality of the build is tested. If a build is declared unstable, that means the test has failed, and it will be tested until the build passes the smoke test. In the smoke testing method, the most crucial tests are executed in order to make sure that the application can be moved on to further testing. It is also known as “Build Verification Testing.” FOLLOWING ARE A FEW KEY CHARACTERISTICS OF SMOKE TESTING ·Wider functionalities are covered, but only the most basic/common use cases are focused and worked upon ·Smoke tests are well documented and based on the requirement it is automated as well ·The basic functionalities of the application are designed and executed ·Obvious errors are uncovered, which, in turn, saves effort and time for the testing team ·It can be performed both in an automated manner and manually ·Each build passes through the smoke test ·Smoke testing ensures that the product’s business-critical functionalities are properly met ·Both the QA team and developers can run smoke testing based upon the requirements. THE NEED TO PERFORM SMOKE TESTING All the showstoppers in the build are identified by the smoke testing process. It ensures that all the specific issues are solved and the system is corrected in the initial stages. After the QA team releases the build, the process of smoke testing is initiated.Smoke testing can provide optimal testing results if the team knows how to leverage smoke testing tactically. READ MORE HERE

More Related