What is the difference between sanity testing and smoke
testing
Answers were Sorted based on User's Feedback
Answer / ravinder.yalla
smoke testing: It is performed by developers before
releasing the application to testing team.In this they
verify basic functionality of an application
sanity testing: After receiving the application test
engineer VALIDATES basic functionality of an application
with help of checked list to estimate stability.
Ex: For login screen
Smoke testing is only test whether the user is able to
login or not .
And Sanity testing is to test text field lenght,datatype of
text,which page it takes
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / smita
Smoke testing is done to ensure that build is stable and
key features r working porperly without going in depth.
Sanity testing is subset of regression testing and it is in
testing the build in depth.
e.g For login screen
Smoke testing is only test whether user is able to login
and Sanity testing is to test text field lenght,datatype of
text,which page it takes.
| Is This Answer Correct ? | 1 Yes | 0 No |
Hello Srinivas,
This question was asked by our allinterview users many
times..
Here are the URL's.. pls go through it.
http://www.allinterview.com/showanswers/421.html
http://www.allinterview.com/showanswers/3670.html
http://www.allinterview.com/showanswers/3860.html
http://www.allinterview.com/showanswers/6518.html
http://www.allinterview.com/showanswers/9527.html
Pls. search ur question using "search" and if u not found
any stuff then onlu post again..
Pls cooperate
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / patilvis
Smoke :- 1)Checking the testability of the s/w termed as
smoke
2)Also know as a bulid verifiction testing / basic
functional testing / link testing
3)smoke test can eithe be performaed manually or using an
automates tools.
Sanity:- 1)checking behavior of the sys is termed as sanity
testing
2)also called as narrow regression testing
3)considered as subset of reqression testing
4) sanity testing is a focused narrow and deep but cursory
5)sanity test are useful both for initial enviroment
validation & future interactive increment.
| Is This Answer Correct ? | 0 Yes | 0 No |
hai....
Smoke testing:
Basic functionality for stability of product for further
level testing
Sanity testing:
check out the old build for the issues were fixed in the
bug fixed stage and check no issues were raised after
issues fixing
k byee.
B.Ramyasri
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nitin kanchan
Smoke testig: checking all the links and tabs in an
application are working correctly or not.
open,close,Account, user etc.
Sanity testing: basic functionality are working or not. ex
account create,transaction done, account change etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prasanna_ny
Sanity testing:Sanity testing is testing the application to
ensure, if it is stable enough to continue further
testing.If the test fails ,we cannot continue testing
further.Sanity testing is the initial test after the build
release.It is done by the QA team.
Smoke testing:This is done by the developers , to ensure
that the build is ready for release to the testing team.
| Is This Answer Correct ? | 6 Yes | 7 No |
Answer / saroj kumar sahoo
Smoke Testing is build is stable or not.It is done by dev.
side.
Sanity Testing is product is stable or not.It is done by QA
(Tester)
Saroj Kumar Sahoo
| Is This Answer Correct ? | 0 Yes | 1 No |
How to explain the project? (banking)
Give the real-time example for back-to-back testing?
ive been looking for a junior tester job for quite some time now, but most company keep requisting for experienced staffs, but if i dont start from somewhere how do i get the experience
What should be done after a bug is found?
Which is the best institute for testing tools in hyderabad ?
51 Answers Marlin Soft Technologies,
where do i get study material for istqb exam?which one is better istqb or microsoft certification in testing?plz inform in on my email-id?immediately.this year i want tot appear for.
explain the 5 types test matrics?
how to write test cases for boundary value analysis and equality partitioning?
What are the prototypes are used during the integration testing ?Explain the stub and the driver in details?Are the stub and the driver both are used in top-down and the bottom-up approaches ?
(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.
verfication vs validation
What are teh characters of a good tester