what is difference between Sanity testing and Smoke testing?

Answers were Sorted based on User's Feedback



what is difference between Sanity testing and Smoke testing?..

Answer / varshab

Smoke testing is basically perform to asure software is
stable enough to consider it for further testing.It is
shallow & wide as we navigate through all options of
application without going into much deep.In this we are
more concern about major functions without much bothering
about minor ones.e.g.It is more useful in configuration
(hardware) testing.

Sanity testing is cursory testing.When new build is
released from development team with minor changes, in this
case instead of performing through regression testing
sanity testing is more appropriate to ascertain indeed
rectifications are done.It is narrow & deep.It is subset of
regression testing.

Is This Answer Correct ?    8 Yes 1 No

what is difference between Sanity testing and Smoke testing?..

Answer / sj

Take one example To test Word Doc::

In word doc we have different option available like File
Menu,Edit Menu,View Menu,Insert Menu,Tool Menu,Table Menu
etc.......
For Smoke Testing We check whether when we click in file
menu or in insert menu etc we get all options present in
that menu or not i.e Smoke Testing..


For Sanity testing After clicking on File menu we check its
sub menu whether or not they r working fine or not i.e
Sanity Testing ...........


with the help of example i think u understand the 2 Testing

Is This Answer Correct ?    9 Yes 2 No

what is difference between Sanity testing and Smoke testing?..

Answer / deepa

Smoke Test:

When a build is received, a smoke test is run to ascertain
if the build is stable and it can be considered for further
testing.



Smoke testing can be done for testing the stability of any
interim build.



Smoke testing can be executed for platform qualification
tests.



Sanity testing:

Once a new build is obtained with minor revisions, instead
of doing a through regression, a sanity is performed so as
to ascertain the build has indeed rectified the issues and
no further issue has been introduced by the fixes. Its
generally a subset of regression testing and a group of
test cases are executed that are related with the changes
made to the app.



Generally, when multiple cycles of testing are executed,
sanity testing may be done during the later cycles after
through regression cycles.

Is This Answer Correct ?    3 Yes 1 No

what is difference between Sanity testing and Smoke testing?..

Answer / akhil kumar

Hey guys are u going mad.First thing is that if u dont know
about the thing that please dont put your foot in that as
little knowledge is a very dangerous thing.This is very
simple thing which I m describing briefly:-

Sanity testing :- It is just to test the basic
functionalities of a software product and application.it is
done by testers.

smoke testing :-it is a form of regression testing.when a
application made some new changes to modules or added new
modules to a application then a smoke test is performed that
it is working fine or not.it can be done by both developers
and testers.

I hope this might have clear your doubts.

If anyone of has some queries regarding manual testing and
automation tools and quality assurance u can ask me freely.
my email id is akhil_25683@yahoo.co.in.

Thanks & Regards,
akhil

Is This Answer Correct ?    12 Yes 12 No

what is difference between Sanity testing and Smoke testing?..

Answer / sridhar

Sanity Testing: sanity test is a very brief run-through of
the functionality of a computer program, system,
calculation, or other analysis, to assure that the system or
methodology works as expected

Smoke Testing: smoke testing is a preliminary to further
testing, i.e when the release is given to the test team -
need to do smoke testing for each and every link - in order
to verify that the next pages are displayed and the further
testing can be done.

Is This Answer Correct ?    1 Yes 1 No

what is difference between Sanity testing and Smoke testing?..

Answer / rajkumar

Smoke Testing- Also called as Build Verification Testing.
This type of testing is done to check the stability of the
build that most of the crucial function are present and can
be accessed and to evaluate the build is ready for further
levels of testing. e.g. All menu options are present, all
forms can be navigated properly. This is a shallow and wide
approch

Sanity Testing- This is a cursory testing in which we will
check a functionality in detail rather than going for
overall build. Approach is narro & deep.

Is This Answer Correct ?    0 Yes 0 No

what is difference between Sanity testing and Smoke testing?..

Answer / naveen

Smoke testing is a wider\broad approach in which we test the
stability of build. Whether build deployed to testing
environment functioning without any issues or not..Here the
main functionalities is tested(such as we are able to login
to the application without any issues)

Sanity testing is a narrow regression testing where we test
indepth functionalities are working as expected or
not(basically a touch test of all applications)

-Naveen

Is This Answer Correct ?    0 Yes 0 No

what is difference between Sanity testing and Smoke testing?..

Answer / a.sameer

Smoke testing is done by developers before the build is
released to testers.

Sanity testing is done by testers to verify whether to
accept a build for further testing or not.

In both the same the way of technique used to test is the
same, both are for checking for minimal functionality of the
application only difference is done departments are different.

Is This Answer Correct ?    3 Yes 4 No

what is difference between Sanity testing and Smoke testing?..

Answer / viji

smoke testing-Checking the functionality
Sanitary-opposite to smoke testing.checking in depth of
functionality of the process

Is This Answer Correct ?    1 Yes 2 No

what is difference between Sanity testing and Smoke testing?..

Answer / silpa

sanity testing and smoke testing is same.
here we wil check the basic functionalities of our build.
we are using +ve data for sanity testing
but in smoke testing we are using -ve data .

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

Please recommend which are a good books for software testing.. best authors for s/w testing.

1 Answers  


Can some one help me writing a manual test case for email applications like yahoo i need for www.everonn.com

0 Answers  


what is the meaning of compatibility testing in view of web application testing?

12 Answers   MBT,


what is system testing? explian with scenarios..

1 Answers  


hai friends, I need clarifications for some doubts in testing terminology. 1.What is thread testing. 2.What is bucket testing and which automated tool is used to do this test. 3. ERP testin automation testing. 4.What is Data Warehousing testing? 5.What is Implementation testing? 6.What is Shake out testing? please let me have the clarifications in detail

0 Answers   CSI,






Can anyone give me a sample bug report, Iam right now taking training on Testing Tools.

5 Answers  


What is risk analysis and what kind of risk you foud while testing

2 Answers  


Can we include 'Space' and 'Underscore' in alpha characters or alphanumeric characters at the time of Defect Reporting?

2 Answers  


What is a Data Guidelines?

1 Answers  


What is meant by beta testing?

2 Answers  


what is a broken link in web testing and how test it.

2 Answers   Crea,


when doing regression testing, how can we know that other screen or module are affected?

4 Answers   Aspire,


Categories