difference between smoke testing & sanity testing?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
suppose we r executing 10 test cases.let us assume one test case(like 5th test case) failed. then as a test engineer what u will u do?is it app problem or u'r s"?
How do we use <!DOCTYPE HTML PUBLIC...> in the begining of any HTML page.
what r the differences between Testing on desktop application and Testing on client-server application while using QTP?oR while using MANUAL
give on example of regression testing, u did in yuor projec?
Who writes "white box " test cases ?
what are the bugs we canot find in the black box testing?
Explain stub in testing point of view?
The primary goal of comparing a user manual with the actual behavior of the running program during system testing is to ?? A.Find bugs in the program B.Check the technical accuracy of the document C.Ensure the ease of use of the document D.Ensure that the program is the latest version
how to test a shopping cart website manually...?
Negative test cases for phone camera
What is Bugzilla ?
Can u plz write/tell me 2 main Negative Test Cases for my Mobile Phone.