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 |
what is v-model? explain it in detail?why we call it as v- model not an u-model?
what is the difference between TEST PLAN,TEST STRATEGY,TEST SCENARIO,TEST SUMMARY
how can u do usability testing on website?
What are the possible scenarios for LMS?
what is the output of the query select * from emp where 1=2
How many flows of Events are there?
what r the entry criteria for automation testing?
Expain Equivalence Class Partion with an Example?
what does frs doc contain?
Write difference b/w waterfall model and spiral (agile)model
When a project was started in an organisation ,Testing team will get BRS & FRS documents and starts preparing the Test cases for the application.when the Build was released whether the Testing team will execute only the written Test cases (or) they may update further testcases
About Testing Methodology?