difference between sanity testing and smoke testing?

Answers were Sorted based on User's Feedback



difference between sanity testing and smoke testing? ..

Answer / priyanka agrawal

Smoke Testing: Software Testing done to ensure that whether
the build can be accepted for through software testing or
not. Basically, it is done to check the stability of the
build received for software testing.

Sanity testing: After receiving a build with minor changes
in the code or functionality, a subset of regression test
cases are executed that to check whether it rectified the
software bugs or issues and no other software bug is
introduced by the changes. Sometimes, when multiple cycles
of regression testing are executed, sanity testing of the
software can be done at later cycles after through
regression test cycles.

Is This Answer Correct ?    11 Yes 2 No

difference between sanity testing and smoke testing? ..

Answer / mfsi_krushnas

smoke testing
-------------
1.A smoke test is scripted--either using a written set of
tests or an automated test.

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

sanity testing
--------------
1.A sanity test is usually unscripted.

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

Is This Answer Correct ?    1 Yes 0 No

difference between sanity testing and smoke testing? ..

Answer / gangadhar mahabubabad

smoke testing; To test the mandatory functionalities of the new build because the build is eligible for the entire testing or not........
sanity testing ;To test the mandatory functionality and optional functionalities of the appln, because the build is eligible for UAT or not ........

Is This Answer Correct ?    1 Yes 0 No

difference between sanity testing and smoke testing? ..

Answer / subhash ingale

1. Sanity Testing or Build Verification testing or Build
acceptance testing.

It is type of testing in which one will conducted overall
testing and the release the build in order to conform
whether the build is proper or not for conducting detil
testing.

To do the same one will check the following.
1.Whether the build can installed in to Environment proper
or not.
2.whether one can navigate to all the pages of the
application or not.
3.whether all the objects are available and properly
arranged or not.
4.whether the required connection are properly established
or not.


Smoke Testing :-
some compines this type of testing also called as smoke
testing but in some compines just before releasing the
build is proper or not that is known as smoke testing and
once the build is release the test Eng. will check whether
the build is proper or not . that is known as build
acceptance testing ,build verification testing.

Is This Answer Correct ?    0 Yes 0 No

difference between sanity testing and smoke testing? ..

Answer / na

smoke testing
-------------
1.A smoke test is scripted--either using a written set of
tests or an automated test.

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

sanity testing
--------------
1.A sanity test is usually unscripted.

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

Is This Answer Correct ?    0 Yes 0 No

difference between sanity testing and smoke testing? ..

Answer / mfsi_krushnas

smoke testing
-------------
1.A smoke test is scripted--either using a written set of
tests or an automated test.

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

sanity testing
--------------
1.A sanity test is usually unscripted.

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

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

what is thetesting methodology that u r company folowing??

9 Answers   CTS, Sonata,


What is endurance testing?

16 Answers   Infosys, MBT, Syntel,


What are the types of maintenance?

0 Answers  


How will u test a stored procedure,which accepts 2 int values and sums them? Test cases?

1 Answers   AVS,


How do you test cases for mobile handsets ?

2 Answers   Contata, Seed Infotech, SNGS, SoftSol,






What is boundary value testing? Give an example.

0 Answers   Agilent, ZS Associates,


What's an 'inspection'?

1 Answers   Crea,


When do u perform REGRESSION testing and how to perform it ?

10 Answers  


what is localization and globalization testing?

5 Answers  


What is the Difference Between Manual and Automation Testing.Give Some Example Both of them

1 Answers  


How can data caching have a negative effect on load testing results?

0 Answers  


What is the diffrence between web testing & web based testing?

3 Answers  


Categories