What is the difference between smoke and sanity testing?
and when we perform smoke testing and when we perform
sanity testing?
Answer Posted / abdul.sameer
There is not much difference between smoke and sanity testing.
The functionality testing we do for both is the same. The
type of testing we do is same but the only difference is the
team who does it.
Smoke testing: it is also called as Build Verification Test.
The developer's team after finishing there coding part they
go through the entire application which they complete (
which we call is a build) to check whether it is working
properly according to there requirement. Here each and every
developers check there own functionality and once they feel
it is good then they give a statement to tester team that
build is ready to test.
Sanity Testing:- It is also called as Tester verification
Test.Now to accept the build which developers are given
tester too check for the minimal functionality working
conditions. They check the minimal functioanlity and check
whether it is suitable for the testing team to conduct
testing or not.
In one way tester check whether the build is in
testable condition or not.
THe way the functionalit testing goes is exactly the same in
both smoke and sanity testing. the only different is
developers conduct they test called as smoke testing before
they hand over the build to testers and testers check the
functionality of the build to check whether it is suitable
to accept for further major testing before accepting the
build of testing.
I hope this might help you.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
If you're given a program that will average student grades, what kinds of inputs would you use?
how can we do database testing. In database testing we verify the data integrity and data validation. how can we do testing of Index, triggers, views, ransactions,cursors etc
Hi, Please can one tell me how to test the usability testing, which method has to be used, how to write the report? Thanks Deepa
what are your achievements in your organization ? Guyz very very urgent , help me
If there is non reproducible bug which developer is not ready to agree, how you will convince him.
Have you ever completely tested any part of a product? How?
1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases
what r u r responsibilities in current project
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ? real time experts pls xplain?
how deployment phase of SDLC differs in product based and in service based company ?
Can test condition,testcase and testscript help u in performing the static testing
How could we start writing testcases without having the FRS,BRS Docs? My Project has some docs that are related to explain the operations which will be done in the application. It is deployed in UAT server and is a maintainance project. Tell me some technipues or best way to provide the quality to application?
. Is any graph is used for code coverage analysis?
What is the difference between functional requirement and non-functional requirement?
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain