difference between smoke testing & sanity testing?

Answers were Sorted based on User's Feedback



difference between smoke testing & sanity testing?..

Answer / devarajan

Smoke testing is checking the build at initial level just
like starting a new bike is running first time successfully
or not.

Sanity testing:

Verifying the critical (important) functionality of the
software on new build to decide whether to carry further
testing or not.

Is This Answer Correct ?    9 Yes 0 No

difference between smoke testing & sanity testing?..

Answer / ankur

1)Testing the Basis and Critical features of an application
is called Smoke Testing whereas Sanity Testing is Deep
Regression testing.
2)Smoke testing is done when application is ready whereas
Sanity is done when Bug fixes or code changes is done.
3)Smoke Testing can be documented wheras Sanity Testing
cannot be documented.

Is This Answer Correct ?    7 Yes 0 No

difference between smoke testing & sanity testing?..

Answer / shyamala

Smoke Testing is testing the major functionality of the
application
Sanity Testing is testing the functionality of a particular
module in depth

Is This Answer Correct ?    4 Yes 4 No

difference between smoke testing & sanity testing?..

Answer / unknown

can anyone tell with some examples??

Is This Answer Correct ?    1 Yes 1 No

difference between smoke testing & sanity testing?..

Answer / sam

actully both are same but still there are some defferences exists between smoke testing and anity testing
smoke testing
1)smoke testing is shallow(high evel testing)and wide testing(we will test all basic and critical features)
2)smoke testing s positive testing
3)here we write smoke scenarios and test cases
4)smoke test cases can be automated
5)testing basic and critical features of an application before doing thorough and regression testing is called as smoke tesing
SANITY TESTING
1)sanity is narrow and deep testing(we take one feature and we test it thoroughly)
2)sanity testing is both positive and negative testing
3)we dnt write sanity test cases and scenarios
4)test cases cant Be automated
5)sanity testing is subset of acceptance testing and software is subset of regression testing as and when we get thw build is deployed into testing environment or production environment we do sanity test ti ensurewhether the build is stable and testing encironment is stable
5)

Is This Answer Correct ?    0 Yes 0 No

difference between smoke testing & sanity testing?..

Answer / k.deepika

smoke Testing: basic functionality is available or not is called smoke testing

Sanity Testing : basic functionality is working or not is called sanity testing

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

What are the Techniques to be followed while writing the Test Cases?

5 Answers   EDS,


will any one told me if any interviewer ask u that wat type of defect tracking tool we use in project then wat will be the answer?

3 Answers   AZTEC, LG Soft,


what is meant by port testing?

6 Answers  


What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form

0 Answers   Blue Star,


What's the relationship between environment reality and test phases?

0 Answers  






Difference between Verification & Validation?

31 Answers   Infosys, TCS,


While executing test cases, you got a test case as failed and it has a high severity(Show stopper). What is the next step? How you will execute the remaining test cases ?

3 Answers  


What is database testing?

5 Answers   Captronic, TCS,


severity and priority of bugs?

9 Answers   Wipro,


contents of test plan

12 Answers   CTS,


Could anyone explain me how to write scenerio for login screen?

6 Answers  


What is ofx testing?

0 Answers   Infosys,


Categories