difference between sainty and smoke testing?
Answers were Sorted based on User's Feedback
Answer / selvakumar m
Sanity:
Whether a development team released build is STABLE for
complete testing or not.
Smoke:
Its a extra shakeup in sanity testing.
In this level testing team reject a build with reason when
that build is not working to be applied complete testing.
In general,
Build-->sanity/smoke testing-->functional & System testing
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / caroline
Smoke testing: Checking the testability of software.
Sanity testing: Checking the behaviour of software.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sathish kumar
Smoke Testing : is done to ensure that basic
functionalities is not affected in the build.
Sanity Testing : is done to ensure that the existing
fuctionalities are not affected by the new fuctionalities
added in the build.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / sangeetha
sanity testing:
before going to test the build, test whether the
build is ready for further major testing.In short v can say
it is basic testing.
Smoke testing:
the build is moving from one phase to another phase (dev
to testing ) then v test the build is called smoke testing
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / varshab
Smoke Testing : After receiving any build smoke testing is
performed to determine program launches ,interfaces are
available & responsive.
Sanity Testing : Sanity testing is basic functionality
testing.It is performed in order to ensure basic
functionality is working properly before considering build
or application for through testing.Also if smoke testing
fails then it is impossible to perform sanity testing.
Basically both these testing are performed to ensure our
testing time & efforts should not waste.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / srinivasa rajesh
Smoke test: This is a Basic testing which is done by the
tester when they got application from Developer.This
testing is mainly concentrate on the functionality of
testing.
Sanity Testing: This is nothing but GUI testing,in this the
tester mainly check the apperence of the Application. Like
Fonts,Colours,appernce of the application.
| Is This Answer Correct ? | 0 Yes | 2 No |
Explain the manual testing process?
Which model should we use and under what scenarios?
What is the difference between Functional and Regression testing?
4) Adhoc Testing is performed with A)A formal test plan but with out a formal testcase cool.gifA formal test case but without a test plan C) Both A and B D) None of the options
What is the usability test case for yahoo login page
Suppose there are three modules A-B-C, the output of A is responsible for B and output of B is responsible for C and if A & C is not ready & B module is ready then how can u check Module B
How to export the bugs at time excel sheet? What is the sanity testing and smoke testing how can we do in the company?
what is a data guidelines?
what is mean by Performance Related Testing in data base?
Can anyone tell me the test scenario for railway reservation online booking. I need all test scenario.... please friends help me.
How we do prevent the duplicate bug posted by 2 diffrent testers working in same field during run it in test link ?
Difference btween the QA and QC?