what is the difference between smoke, sanity and dry run
testing?

Answer Posted / saravanaragupathy

SMOKE TESTING:

* Smoke testing 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 fire and
smoke. In software industry, smoke testing is a shallow and
wide approach whereby all areas of the application without
getting into too deep, is tested.

* A smoke test is scripted, either using a written set of
tests or an automated test

* A Smoke test is designed to touch every part of the
application in a cursory way. It’s shallow and wide.

* Smoke testing is conducted to ensure whether the most
crucial functions of a program are working, but not
bothering with finer details. (Such as build verification).

* Smoke testing is normal health check up to a build of an
application before taking it to testing in depth.

SANITY TESTING:

* A sanity test is a narrow regression test that focuses on
one or a few areas of functionality. Sanity testing is
usually narrow and deep.

* A sanity test is usually unscripted.

* A Sanity test is used to determine a small section of the
application is still working after a minor change.

* Sanity testing is a cursory testing, it is performed
whenever a cursory testing is sufficient to prove the
application is functioning according to specifications. This
level of testing is a subset of regression testing.

* Sanity testing is to verify whether requirements are met
or not, checking all features breadth-first.

Sources :
http://www.softwaretestinghelp.com/smoke-testing-and-sanity-testing-difference/

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi.....wat r d major bugs we can find in banking domain???

2081


What will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...

1825


what is mean by impact analysis ,how we used to select regression TC using this?

1699


how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??

1232


In simple steps how will you do unit testing using VSTS?

798






What are the types of maintenance?

696


Write a Test scenario for Outlook Search functionality.

2688


What a team leader will test first when s/he will get new module to test?

1651


If anyone have attended interview with deloitte for the post of senior manual test engineer. Please share the interview process and the questions asked. How to prepare for the interview. Thanks in advance

4480


Hi Friends, Can anubody give me brief overview of Automation tools.. (basics of tools-summary)of following tools? 1.Qualty Center 2.Load Runner 3.Win Runner 4.Q.T.P mail me on ...rachna.huda@gmail.com

1814


What is quality center? What are the modules of quality center?

754


What icon is used in WinRunner to get an explanation of the syntax of TSL?

1663


what is JAVA TESTING? What Testers will do in JAVA Testing. Can any one Give suitable Ans Pls. it's urgent

1665


Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...

3730


What is the difference between stlc and sdlc?

700