Print Page | Close Window

Learn Smoke Testing

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Beginners @ OneStopTesting
Forum Discription: New to the Club...!!! Don't Worry, We are here for you...!!! Learn the very basics of Software Testing and other pertinent Informations.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=3094
Printed Date: 18Jul2025 at 7:32am


Topic: Learn Smoke Testing
Posted By: tanushree
Subject: Learn Smoke Testing
Date Posted: 22Oct2007 at 3:41am
Learn Smoke Testing:

Definition:

Smoke testing is non-exhaustive software testing, ascertaining that the most crucial functions of a program work, but not bothering with finer details. 

It verifies the major functionality at high level in order to determine if further testing is possible. The Smoke test scenarios should emphasize breadth more than depth.  All components should be touched, and every major feature should be tested briefly. If test fails, the build is returned to developers un-tested.

The term smoke testing originated in the hardware industry. The term derived from this practice: After a piece of hardware or a hardware component was changed or repaired, the equipment was simply powered up. If there was no smoke, the component passed the test.




Print Page | Close Window