What is the difference between Sanity and Smoke Testing?
With Example.
Answers were Sorted based on User's Feedback
Answer / fab
Sanity Testing:
Its the first test/initial test that is done to check
weather the new software version is performing well enough
to accept it for a major testing effort. Ex: System not
hanging soon..
Smoke Testing:
It is performed after Sanity Test to check the weather all
the functionalities are available to perform the detailed
testing.
| Is This Answer Correct ? | 24 Yes | 20 No |
Answer / naravaashokkumar@gmail.co
Both Sanity and Smoke Testing Comes under Build Verfication
Test.
Sanity test is used to check wether the build is Stable or
not.
Stability depends on some factors, they are
operatable, testable, Maintainable.
where as Smoke Testing is an extra shakeup in sanity
process. In this test, tester try to trouble shoots when
that build is not working before start testing.
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / dawood khan
Sanity testing
Sanity testing is further detail testing testing of the
application if we compare it with the smoke testing or we
can say its a subset of regression testing, and in this we
ensure weather the current version of the application is
functioning or not and we also check weather the build is
testable or not
Smoke testing
Smoke testing is use to test the main functionality of the
current version of the application and in it we ensure
weather the main functionality are working fine or not.
Note:
Common: Sanity and Smoke testing is performed when the time
is short to run the current application fully and in detail
and for the both core motive is same that the build or
current version of the app is testable or not...
:)
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / aparna.v
Identifying or Testing whether build is ready for testing
is called sanity testing.It performs in Development
environment.
Testing the major functionalities of the project is called
smoke testing.It performs in testing environment
| Is This Answer Correct ? | 9 Yes | 15 No |
Answer / deepa
Smoke test is to touch(test) the every part of the
application, it is wide testing.A smoke test is scripted
either using a written set of tests or automation test.
Sanity Test is only for test the few areas of application,
it is subset of regression testing.It is unscripted.
| Is This Answer Correct ? | 3 Yes | 9 No |
Answer / rajeshwar rao
Smoke testing is useful for checking for the main funality
of the application.
Sanity testing is useful for the checking for the basic
finicality of the application
| Is This Answer Correct ? | 1 Yes | 14 No |
Answer / a.r.umesh
Ans. Smoke test and sanity test are same Testing the
important functionality of application to identify whether
the application go for further testing or not.
ar.umesh
tejasoft invoation pvt ltd
| Is This Answer Correct ? | 0 Yes | 15 No |
Hi can anyone give me 5 situations where your developerignore your bug
what is water fall model?
How GUI testing will be done in manual testing for a website?
Are number of defects more in design phase or coding phase?
Role of Software Test Engineer in Software Company
comptability testing with ui means,any body can expain me how we perform compatability testing in real time,don;t give definetions
Hi,friends i am going to write ICST certificate exam on augest.So can anybody post some of sample qusetions for ICST certificate exam.Really it will be useful for me
When and by How you will come to a conclusion “Prepared testcases covers the given requirements?
Diff b/n UAT & IST? What is meant by UAT?
Could any body tell me about 'Defferred test'?,please. when will we use 'Defferred test'? Who will use it?
with multiple testers how does one know which test case are assigned to them?Folder structure.Test process
what is compatibility testing