What is the exact difference between smoke testing and
sanity testing.?
Answers were Sorted based on User's Feedback
Answer / g.mallikarjun
The difference between smoke and sanity testing is
in smoke testing tester concentrate on the major
functionality of the application whether it is working or
not for further functionality.eg.build crash,environmental
effect,networking etc
where as in sanity testing basic functionalities are
tested,eg.check boxes,radio buttons,text boxes,list boxes
et.
i think u got the difference,that is major functionality and
basic functionality
mallikarjun.g@zapak.com
| Is This Answer Correct ? | 23 Yes | 11 No |
Answer / venkat
Smoke Testing:
It is also called as Build Verification Test.It is nothing
but "Test to pass".Testing whether the build is ready for
Test.
Sanity Test:
Testing whether build is ready for further tests.It is done
by either Development team before Build is going to deploy
or Test team before taking the Build.
Conclusion:
Some times both are same as per my knowledge.
| Is This Answer Correct ? | 11 Yes | 4 No |
Answer / youngblood
Smoke testing : Testing the build to make sure it is stable or not. if yes, further testing types will be continued.
Sanity Testing : It is similar to smoke test. But a particular functionality is tested in-depth to ensure it is developed according to the specification.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / venu
The difference between smoke and sanity testing is
in smoke testing tester concentrate on the major
functionality of the application whether it is working or
not for further functionality.eg.build crash,environmental
effect,networking etc
where as in sanity testing basic functionalities are
tested,eg.check boxes,radio buttons,text boxes,list boxes
et.
for more informstion visit
www.javadotnettutorials.blogspot.com
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / thamann
TESTING THE BASIC FEATURE OR CRITICAL FEATURE OF AN
APPLICATION BEFORE DOING RIGOROUS TESTING IS CALLED SMOKE
TESTING.
TESTING THE USABILITY AND AVAILABILITY OF AN APPLICATION IS
CALLED SANITY TESTING.
PLEASE REPLY WITH ANSWER BETTER THAN THIS,IF YOU FIND ANY..
BECAUSE AS PER MY KNOWLEDGE THERE IS NO STANDARD DEFINITIONS
GIVEN AS SUCH TILL NOW.IN THE FIELD OF TESTING EACH ONE WILL
GIVE ENTIRELY DIFFERENT DEFINITIONS.PLEASE REPLY OR POST A
GOOD ANSWER IF U GET ANY.THANKS IN ADVANCE..
| Is This Answer Correct ? | 3 Yes | 1 No |
Smoke Testing:
Development team tests the build is suitable for
conducting testing & build is accepting customer expected
values or not.
Sanity Testing
After getting the initial build from development
team.Testing team findsout whether it is accepting input
keyboard values or not & objects are responding properly or
not.
| Is This Answer Correct ? | 6 Yes | 16 No |
IN V-Model, from where a tester involves and from where a developer will involve???
who is responsible for QA and QC?
What are the disadvantages of manual testing?
what is ment by compatblity testing ? in real time any tool is used to test it? plz real timers
what is independent question and what is retriewing and what is problem of severity.
How you will report a bug if u r doing adhoc testing..u are hopping from 1 link to 2nd...so on till 100th link and then there is bug..how will u report this bug...will you write all 100 steps?
Differentiate Test log and defect report.
What is Rekey Defect?
How to write a mail to PM and Client regarding Bug status report.And how u r introducing your self to the client through mail.I want a format of both.
What do u mean by Positive and Negative testing & whatz r the diff's between them .Can anyone explain with an example .
You find that there is a senior tester who is making more mistakes than the junior testers. You need to communicate this aspect to the senior tester. Also, you don’t want to loose this tester. How should one go about the constructive criticism?
what is meant by Pre-Conditions that we include in Test Cases? Can anyone provide those for this Website?