1 / 1

Smoke Testing – An Informative Guide on Smoke Testing_compressed-1

Smoke testing has got its name from hardware repair systems wherein a smoke test is performed on pipelines to know whether they are working or not. Similarly, this smoke test is a quick test performed as a part of the software testing, to see if the application u201ccatches on fireu201d when a new build is deployed and tested for the first time.<br>

Download Presentation

Smoke Testing – An Informative Guide on Smoke Testing_compressed-1

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 An Informative Guide on Smoke Testing Smoke testing has got its name from hardware repair systems wherein a smoke test is performed on pipelines to know whether they are working or not. Similarly, this smoke test is a quick test performed as a part of the software testing, to see if the application “catches on fire” when a new build is deployed and tested for the first time. What is the scope of Smoke Testing? When Smoke Testing is performed? Basically, smoke testing is a rapid regression functionality and shows that the product is ready for further testing. With smoke testing method, most of the defects are identified at initial stages of the software development and helps in correction of these identified defects. This testing should take place at the beginning of the software testing life cycle. Smoke testing quickly verifies the quality of the build and evaluates the basic tasks whether they can be executed or not. This method of testing should be adopted when there is a change in the build or whenever a new build is deployed. test of the major correction of these identified defects. Types of Smoke Tests 01 Manual method The smoke tests are run manually in this method of smoke testing wherein for each newly added feature, the scripts have to be updated or based on the need new scripts will have to be created. This is the most commonly used method for smoke testing. 02 Automation method Automated smoke testing is also used wherein a set of automated test cases are used to run the smoke tests. With the help of automation tests, developers can check build immediately, whenever there is a new bug noted in the build. 03 Hybrid method This is a combination of both manual and automated testing methods which improves the overall smoke testing performance. www.TestingXperts.com To know more about our services please email us at info@testingxperts.com USA | CANADA | UK | NETHERLANDS | SOUTH AFRICA | UAE | INDIA | SINGAPORE © TestingXperts, All Rights Reserved

More Related