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 |
Diff b/n UAT & IST? What is meant by UAT?
what is the difference between Test strategy and test plan?
25 Answers EDS, IBM,
I know the set of test cases is the TEST SUIT. I have a doubt that practically which test cases are under test suit. Suppose I m creating test cases for User. User - Create, Edit, Delete, Refresh etc. User window have fields - First Name, Last Name, Address, Phone, User Code, User Id, Password and Role. So Create User - [All Positive+ All Negative] Test cases has single TEST SUIT id? Please guide me properly.
i have 2 year experience in manual testing, if i am attending any interview what kind of question i will get?
6 Answers HDFC, IBM, TCS, Tech Mahindra, Value Labs,
Can u tell Bug Report Tool
When do u perform REGRESSION testing and how to perform it ?
What is mean by Sanitation Testing?
Difference between integration and regression testing?
What is baseline?
what is v model need clear explanation with advantages and disadvantages?
When u r executing a test case an error dialog or window appeared on screen describing some msg . u have to send that dialog/window as an attachment to the developer to let him understand properly abt the error dialog /window. how do u capture that error dialog/window as a snapshot , in manual tesitng ?
what is deadlock in manual testing?what is another name for this deadlock?