what is the difference between sanity and smoke testing?
Answer Posted / keerti(aditi)
Sanity test:
It determines whether it is reasonable to continue testing.
A sanity test is usually unscripted.
A Sanity test is used to determine a small section of the
application is still working after a minor change.
smoke test:
Smoke test determines whether it is possible to continue
testing.If this fails its impossible to undergo or have
sanity testing.
A smoke test is scripted, either using a written set of
tests or an automated test.
A Smoke test is designed to touch every part of the
application in a cursory way. It’s shallow and wide.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can u plz give an example for regression testing with example.
tell wat u did in ur banking project?
what is the use of l10n testing?
What is your approach when requirements change continuously?
What is grey box testing?
Can you explain usability testing?
what could be the (realtime)bugs you come across in job portal and health care projects in terms of 1. high severity n low priority 2. high severity n high priority 3. low severity n low priority 4. low severity n low priority? pls its very urgent thanks n in advance n lukin forward for reply
Which are the different tests for apparel testing?
wht is Manual Testing Frame work
wat are the questions would the project leader ask about the project?? please do send the answers early.
What is test out put?
What is the difference between baseline and traceability matrix?
Explain accessibility testing and its importance in the present scenario.
Manual and automation how do they help in bringing out quality product? Explain?
how can we do database testing. In database testing we verify the data integrity and data validation. how can we do testing of Index, triggers, views, ransactions,cursors etc