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 |
if i report 2 bugs & those are fixed by dev. I have done re-testing of those bugs & got fine (closed) Ques is: If dev fixed above said bugs by adding one line code and tester has done re-testing. if there is any new bug occur due to that 1 line code. How u will find & what tester will do. what is the answer of this situation?????
if yahoo ceo asks you to do performance testing for yahoo site, what are the inputs you ask from them?
0 Answers QA, SmartData, Yahoo,
I saw the term 'Idiot Proofing' under White box test techniques. Really what does it mean?
What is common interface?
Do you agree testing is needed?Justify it?
Hi Friends..Can anybody tell me how much Salary u'll be getting for Manual Tester(1+ years of Experience)Position in the Companies like Wipro & Infosys????
Can anyone explain Boundary value Analysis and equavelance partition with real time example
What is show stopper defect and explain with example ?
Do write a separate test case for regression testing? If it is yes, explain how to write the test case?
ive been looking for a junior tester job for quite some time now, but most company keep requisting for experienced staffs, but if i dont start from somewhere how do i get the experience
What is test summery report and it content?
If u have to test the web page application and have to validate the Look & Feel of the application then how will u test it?