What is the difference b/w Smoke and Sanity Testing? I heard
that Sanity testing will be done by developers. Is that so?
Answers were Sorted based on User's Feedback
Answer / leena
Hi all,
Smoke testing:Smoke testing is done by the
developers,before releasing the build to the tester, the
developer test the whole application(through testing),
wherether all the pages are navigates or not.
Sanity testing:After getting to the testing team, the
tester starts sanity testing,here they will do basic
functionality testing in the application and major
functionalities .
Pls correct me if i am wrong....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mux
sanity and smoke testing both is Done By Plumber Neither
Developer Nor By Tester
| Is This Answer Correct ? | 5 Yes | 7 No |
Answer / ayush
Both Smoke Testing and Sanity Testing are initial, non
detailed, quick testings performed on an application to
check if All the windows/ features/ objects are basically
available to carry-on the detail testing on the application.
The difference between Smoke testing and Sanity testing is
that practically both are same but perceptually they are
different. I mean Smoke testing is done with negative
perception like assuming as application may fail or throw an
exception/ error or may crash etc. whereas Sanity testing is
done with positive perception.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / rajesh ahirrao
In Smoke Testing you can check Stability of Build as well
as is it ok for further testing or not.
In sanity Testing,you can check whether build rectifies all
issues, and no issue is left.Sanity Testing is a Subset of
Regression Testing.
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / supritha
There is no difference between smoke testing and sanity
testing. smoke testing is also know as sanity testing.
Smoke testing me testing the basic and critical feature of
the application before doing the regress testing.
Smoke testing is always done by the Testers. Not by the
developer.
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / vru.babu
SMOKE TESTING IS DONE BY DEVELOPERS FOR FURTHER
PROCESS,TETING.
SANITY TESTING IS DONE BY TEST ENGINEERS FOR CHECKING THE
BUILD IS TESTABLE OR NOT.
| Is This Answer Correct ? | 0 Yes | 9 No |
Answer / neelesh p
Sanity testing is done by developers only i think. If it's
wrong, correct me please..
| Is This Answer Correct ? | 0 Yes | 11 No |
How many types of testcases can be prepare.
what is the difference between test case and test scenerio.explain it with example?
What is Six sigma ?Expain.
What is Defect Acceptance ?
How to Trace a Defect?
Write a set of test cases to test youtube?
How many Test Cases can u write for the Login Page Scenario?
What is the test harness?
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
in regression testing we excute only modified build .how we will get to know that this much part not going to effect rest of application.
What features of sqlserver is generally used in database testing
Diffrence in b/w Functional and System Testing and Test Cases.