difference between smoke testing and sanity testing?

Answers were Sorted based on User's Feedback



difference between smoke testing and sanity testing?..

Answer / jai

Hi,
Smoke testing is performed right after the build is
delivered to test team. We check whether the build is
stable by going through all the major pages,
forms,links,butons etc. If the build is stable we move
ahaed and perform sanity testing. Sanity testing covers
entire build with thorough functionality checking. We do
extensive testing here by executing test cases.
If smoke testing fails build is revert back to the
development team.

Regards
JAi

Is This Answer Correct ?    11 Yes 1 No

difference between smoke testing and sanity testing?..

Answer / archana

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

1) A sanity test is usually unscripted.

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

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

3) Smoke testing will be conducted to ensure whether the
most crucial functions of a program work, but not bothering
with finer details. (Such as build verification).

3) 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.

Is This Answer Correct ?    5 Yes 2 No

difference between smoke testing and sanity testing?..

Answer / anonymus

In short Sanity testing is done to test testablity of a
product or an application. Testablity means the application
or product should be able to be tested. Some examples of
testability is application should be undersatable, Should
be able to run, should be stable.In other words sanity is
done to confirm wheather a product or an application is
ready for testing or not.

Smoke testing is done to test the overall major
functionality of an application ofr a product.

Is This Answer Correct ?    4 Yes 4 No

difference between smoke testing and sanity testing?..

Answer / dinesh

Smoke testing :
-------------

This ensures that the new build is working fine or not..if
its success then the build will be accepted otherwise it
would be rejected...In simple we can say sanity testing is
to ensure the Build.

Sanity Testing :
---------------

This is for starting the Testing process on a
application..This testing is populary known as environment
shakedown.It touches the End to End funcitonalities of the
application to be tested.If it fails the test execution
cant be performed otherwise we can go ahead with the test
execution..In simple we can say smoke testing is to give
the signal to start the test execution on a particular
application...

(Update me if i'm wrong...)

Regards,
Dinesh.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

how do u know that the test case is complete(assume we have a testbox how do u know that all the test cases are covered for this text box)

9 Answers   CSE,


on what basis do the tester asssign severity

7 Answers   CMC,


Difference between Verification & Validation?

31 Answers   Infosys, TCS,


What is Feasibility Report?

1 Answers  


what are the testing methodologies?

6 Answers   GE, Infosys, Patni, Wipro,






Generally which software development model is used in project based companies?

1 Answers  


Hi.. I am working as a tester in a small company. I have 2+ yrs exp in manual. we are using only excel sheet for preparing bug report. Now i want to search job in other company..I dont have any idea about bug tracking tool..should i know abt any bug tracking tool to get better job?

4 Answers  


what is pass and exit creteria

1 Answers  


what is test plan and what it consists?

15 Answers   AndPlus, Forum, MBT, TCS,


How to test cookies in Manual testing?

4 Answers   Infosys,


1.. what is mean by data base testing and what are the important things you want to check while in database testing ?

1 Answers   IBM,


diff between test plan and test strategy?

5 Answers   Hoch Technologies,


Categories