difference between smoke testing and sanity testing?
Answer Posted / archana
1) A smoke test is scripted--either using a written set of
tests or an automated test
1) A sanity test is usually unscripted.
2) A Smoke test is designed to touch every part of the
application in a cursory way. It's is shallow and wide.
2) A Sanity test is used to determine a small section of
the application is still working after a minor change.
3) Smoke testing will be conducted to ensure whether the
most crucial functions of a program work, but not bothering
with finer details. (Such as build verification).
3) Sanity testing is a cursory testing; it is performed
whenever a cursory testing is sufficient to prove the
application is functioning according to specifications.
This level of testing is a subset of regression testing.
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Anybody having documents and URLs about BFSI domain...Please share..it is really urgent
How to derive test data from the design documents?
. Is any graph is used for code coverage analysis?
Write all combinations of test cases for calculater on + symbel
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
How can we test for drastic (severe) memory leakages?
is it possible to do performance testing in stand alone application..how wil u do that ???????
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
Can you explain usability testing?
Can you explain steps in function points?
What is a test scenario?
List out test deliverables?
What is the difference between load and stress testing?
How do you scope, organize, and execute a test project?
How can you do the scalability testing?