what the diff b/w Smoke Testing and Santy Testing?
Answers were Sorted based on User's Feedback
Answer / anant chaudhary
Smoke Testing:- Smoke testing is after build releasing we
will test high level functionalities working or not.
Sanity Testing:- Sanity testing is we will test all
functionalities working properly or not.
Is This Answer Correct ? | 14 Yes | 4 No |
Answer / paresh
Sanity tells us whether all measure functinalities of the
application are being handled or not
Whereas,
Smoke tells us whether the application is dead or alive
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / shrinivasbt
SMOKE TESTING:
* Smoke testing originated in the hardware testing
practice of turning on a new piece of hardware for the first
time and considering it a success if it does not catch fire
and smoke. In software industry, smoke testing is a shallow
and wide approach whereby all areas of the application
without getting into too deep, is tested.
* 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.
* Smoke testing is conducted to ensure whether the most
crucial functions of a program are working, but not
bothering with finer details. (Such as build verification).
* Smoke testing is normal health check up to a build of
an application before taking it to testing in depth.
SANITY TESTING:
* A sanity test is a narrow regression test that focuses
on one or a few areas of functionality. Sanity testing is
usually narrow and deep.
* 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.
* 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.
* Sanity testing is to verify whether requirements are
met or not, checking all features breadth-first.
for more details can reachme on shrinivaster@gmail.com
thanks
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / kalaichelvan_s
Hi
Both are same to test the basic functionality working or not.But it have similar difference.
Smoke Testing :
Initialize level build release to test the application is called smoke testing.
Santy Testing:
Final level build release to test application is called santy testing.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / srikanth
smoke testing : it is something done by the dev team before
releasing the application for testing.
sanaty testing : it is done on the testers end whether to
accpet the build or not by checking the basic functionality
of the application.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / n@n!
sanity testing: initial stage od testing after build
release is called sanoty testing.
in sanity testing we will test the
1)installation
2)connection between frontend and back end
3)connection of all pages is called sanity testing
smoke testing: it is final stage of testing.to make sure
that the application is ready for usage after smoke testing
was completed.
Is This Answer Correct ? | 4 Yes | 5 No |
Answer / megha gupta
in smoke testing we only checkout the application is
present or not but in case of sanity testing we checkout
both application are present or it working properly or not
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / saff
all of us we r just confused on this smoke and sanity
tesitng
according to my knowledge
both are same kind of testing that is testing the basic
functionalties of testing without going in to deep
difference come the time there are tested
Is This Answer Correct ? | 2 Yes | 5 No |
Answer / melbourne bala
Hi,
Sanity and Smoke testing is same.And sanity testing is very
important for testers after getting the build from s/w
developer,tester should check important functions are
working or not.If sanity test pass then we go for other test
else we send back the build to software developer.It is very
useful finding bugs are in initial state.
Is This Answer Correct ? | 2 Yes | 9 No |
What are the steps to test any software through automation tools?
What is meant by entry criteria and exit criteria in software testing?
what comments have u given in peer review? tell me at least 3 comments what u have given? july27 brahma412@yahoo.co.in
What characteristics would you seek in a candidate for test-group manager?
How to arrive Testcase? and how to write testcase for email address? please any one of the write answer send my id
What are the various test case for google analytics, api keys , pay pal if you know please post me a answer. And how we will test
How do you go about testing a project?
in your organization in what way(phases) s/w is developed and in what way testing will be conducted?
What are the different roles of testers in Verification and Validation?
how do you ensure by testing that the transactional refuilement or an application are met
what is dib format?
Why is software testing required?