What is the difference between Smoke & Sanity Testing.
Answers were Sorted based on User's Feedback
Answer / shweta
Smoke testing is nothing but normal health check to a build
of an application before taking it to the testing in depth.
where as the narrow regression test that focuses on one or
few areas of functionality is what we call as \sanity
testing.
Is This Answer Correct ? | 12 Yes | 3 No |
sanity testing is nothing but reciving modified buil from
the devalopment team tester 1st time it is the built how to
work common functionalities checking with an appliction is
calld sanity testing
somke testing is nothing but before resele the built once
devalopers check the application is call somke testing
Is This Answer Correct ? | 9 Yes | 2 No |
Answer / smarty
Smoke testing Is a non-exhaustive software testing,
ascertaining that the most crucial functions of the program
work well, without getting bothered about finer details of
it.
Whereas "Sanity Testing" Is an initial testing effort to
find out if the new software version is performing well
enough to accept it for a major testing effort. For
example, if the new software is crashing the systems every
5 minutes, bogging down the systems to a crawl, or
destroying the databases, then it can be concluded that the
software may not be in a 'sane' enough condition to warrant
further testing in its current state.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / smruti
My ans is smoke testing is done by Developer's team just
before releasing of the Build . And sanity testing is
nothing but Build verification testing done by testing team
after release of build by developers for observable ,
operatable , maintainable, automatable & simplicity of the
build . check it out plz . Thanks !
Is This Answer Correct ? | 3 Yes | 2 No |
smoke test is performed before testing is conducted in order
to verify the functionality is testable or not, it verifies
the core functionality of the application
Sanity Testing
Once a new build is obtained with minor revisions, instead
of doing a through regression, a sanity is performed so as
to ascertain the build has indeed rectified the issues and
no further issue has been introduced by the fixes. Its
generally a subset of regression testing and a group of test
cases are executed that are related with the changes made to
the app.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anu
both sanity and smoke testing are done to check whether the build is ready for testing and to check its stability.
But sanity testing is in depth testing that means it covers major and minor functionalities of an app.it is usually done by both developers and testers.this testing done at entry/exit stage of each phase.
smoke testing covers major functionalities and it can be done at any point.
Is This Answer Correct ? | 0 Yes | 2 No |
What is error cusing tecnique
What does 100% statement coverage mean?
0 Answers 3i Infotech, Infosys,
What is the difference between load testing and performace testing?
What is the Driver in Integration Testing..Anybody can explain it.....Thanks in advance.....
What is the configuration tool is using in your organization.
Diff between ALM &QC?
Which methodology u follow in testcase?
1.Differentiate SDLC & v-model? 2. " verification and validation? 3. " quality assurance and quality control? 4.what are the components in test strategy? 5.Differentiate test strategy & test plan? 6.wht methods will you follow in yoiur company for test design?
Tell me about the worst boss you've ever had.
Difference between web application and Client Server application ?
what is the good answer for authentication and authorization?
can u pls explain me what is boundary value analasys and equivalent partitioning