10 likes | 25 Views
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
E N D
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