Prepare for your Next Interview
This is a discussion on Smoke & Sanity within the Testing Issues forums, part of the Software Testing category; Difference between smoke and sanity testing? Who perform smoke an sanity testing?...
|
|||
|
Re: Smoke & Sanity
Whenever there is any change (mainly addition or deletion of any functionality) these smoke and sanity testing required.
Developer does smoke testing to confirm that the build is working good with new feature. Tester do sanity testing to see that application is sane enough to do exhausted testing.
__________________
Brijesh Jain brijesh.tester@gmail.com http://softwaretestingexpertise.blogspot.com |
|
|||
|
Re: Smoke & Sanity
Whenever we made a Change or Modification we perform Regression Testing !!!
Smoke testing to confirm that the build is working fine with its added features which will be performed by Tester may includes developer presence !!! Sanity testing to verify that application is good enough to outdo the next stage like Execution of Test Cases !!! |
|
|||
|
Re: Smoke & Sanity
SANITY TEST - Brief test of major functional elements of a piece of software to determine if its basically operational. Sanity testing is a preliminary check of functionality prior to execution of a comprehensive test suite.
SMOKE TEST - is similar, but a quick-and-dirty test that the major functions of a piece of software work. Originated in the hardware testing practice of turning on a new piece of hardware for the first time and considering it a success if it does not catch on fire. |
|
|||
|
Re: Smoke & Sanity
Smoke Testing and Sanity Testing are the processes of
checking the basic functionality of the application. These testing are done before the application is cleared for in depth testing. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Difference between sanity and smoke test | dibyamishra | Testing Issues | 34 | 03-19-2008 01:25 AM |
| Regression and Sanity Testing | JobHelper | Testing Issues | 11 | 12-08-2006 01:20 AM |