what the diff b/w Smoke Testing and Santy Testing?

Answers were Sorted based on User's Feedback



what the diff b/w Smoke Testing and Santy Testing?..

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

what the diff b/w Smoke Testing and Santy Testing?..

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

what the diff b/w Smoke Testing and Santy Testing?..

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

what the diff b/w Smoke Testing and Santy Testing?..

Answer / dinnu

both are same

Is This Answer Correct ?    1 Yes 0 No

what the diff b/w Smoke Testing and Santy Testing?..

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

what the diff b/w Smoke Testing and Santy Testing?..

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

what the diff b/w Smoke Testing and Santy Testing?..

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

what the diff b/w Smoke Testing and Santy Testing?..

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

what the diff b/w Smoke Testing and Santy Testing?..

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

what the diff b/w Smoke Testing and Santy Testing?..

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

Post New Answer

More Manual Testing Interview Questions

what is diff bet project and product testing?What is difference between client server application and web server application

5 Answers   InfoBeans, pspl,


Difference between System Testing and System Intergration Testing(SIT) with Example

3 Answers  


How many types of applications are available for a Test engineer to test? In detail? PLZ.

4 Answers   IBM,


contents of test plan

12 Answers   CTS,


what is user acceptence test?

9 Answers   Vyons Labs,






Hi, Can anyone send me the interview questions & answer for 1+ year of experience in manual testing

0 Answers   STG,


What are the commonly cited as the cause of close to 70 percent of project failures?

2 Answers  


what is the difference between the focused and enabled?

2 Answers  


we enter that user name field is blank and password field is blank and click on Ok. what type of testing is this 1) functional testing 2)security testing

9 Answers  


In an application currently in production, one module of code is being modified. Is it necessary to re- test the whole application or is it enough to just test functionality associated with that module?

3 Answers   Media Magic, Ordain Solutions,


How much konwledge of server require for a software tester.?

2 Answers  


What is the difference between function testing and system testing ? Please answer with proper pratical exmaple and avoid copy paste of text which written in book

9 Answers  


Categories