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
Hi.....wat r d major bugs we can find in banking domain???
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...
what is mean by impact analysis ,how we used to select regression TC using this?
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
In simple steps how will you do unit testing using VSTS?
What are the types of maintenance?
Write a Test scenario for Outlook Search functionality.
What a team leader will test first when s/he will get new module to test?
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
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
What is quality center? What are the modules of quality center?
What icon is used in WinRunner to get an explanation of the syntax of TSL?
what is JAVA TESTING? What Testers will do in JAVA Testing. Can any one Give suitable Ans Pls. it's urgent
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...
What is the difference between stlc and sdlc?