When we perform Smoke & Sanity testing?
Answers were Sorted based on User's Feedback
Answer / bishwajit rk
Smoke Testing and Sanity Testing are the processes of
checking the basic functionality of the application. These
testing are done before the application is cleared for in
depth testing.
There is no point of testing further if the basic
functionality are not working properly.
| Is This Answer Correct ? | 14 Yes | 4 No |
Answer / happy karthikeyan
Both smoke testing and sanity tesing are build verification
tests.Difference between these is smoke testing will
perform with a new build while sanity testing will perform
with regression testing
Build verification test whilch performed with a new build
is smoke testing.The same with regression testing is sanity
testing
| Is This Answer Correct ? | 8 Yes | 1 No |
Smoke testing::Development team Tests the build is suitable
for conducting Testing or not and the is accepting Customer
expected vlues or not.
Sanity testing:After getting the initial build from
development team.testing team find out whether is is
accepting input keyboard values or not & other objects are
responding properly or not is called sanity testing
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / krishna
smoke testing and sanity tesing are build verification.
Smoke testing : It is conducted before releasing the build.
Sanity testing : It is after releasing the build.It is conducted by selecting the important Test cases developed for testing the application.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / andrei
Smoke&Sanity Testing are performed when you want to build a
new version.First check to see if the application or system
fail or crashes then it can't support a major version
Thank you
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ramthiraviyam
SMOKE TESTING
=============
Smoke testing is the initial testing which is done by tester .
to make sure the appn is strong enough to accept the major
testing . wide(all functionalities) and shallow testing
Example:
A appn may crossed every 3 mins , so you cant continue
further testing .
SANITY TESTING
==============
whenever a changes made(new/update) , the testing team may
decides that testing in newly change area is alone to sound
enough to give the confirmation . we can say it is subset of
regression testing .
sanity testing is deep and narrow testing .
Example :
when a new input field added , we need to check out that
page itself to make whether the input is correctly placed in
table or not .
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / aashsih
smoke and sanity are performed on build. ist we perfotm
smoke testing after that sanity. smoke is for test minimal
most feature available. and sanitity for availabilty of
minimal most operational features.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ramprasad.s
Hi
Smoke & Sanity Testing are performed to check whether the
Application is sane enough to proceed for Major
Functionality .
sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 4 Yes | 6 No |
Answer / moin
After release the build we wiil check all the
functionality's are test or not ----smoke
After complete the smoke then we will test main
functionality's of the build ----sanity
If any doughts or suggestions pls send me mail
skmohinuddin786@gmail.com
9052076761
Hyderabad
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / swarup kumar mishra
Smoke testing is nothing but checking the basic and
critical feature of an application is called as smoke
testing.
after completion of functionality testing we can perform
smoke testing...when my application is functional stable
then i go for smoke testing
sanity testing is
suppose one feature of my application is undergone change
and i have to test that undergone change feature.this is
know as sanity testing
| Is This Answer Correct ? | 0 Yes | 2 No |
what is the path for test director,where the test cases are stored ?
Hi friends, Is there any difference in testing the web applications which are built on different technologies like .NET,PHP,J2ee etc ?if yes then how the testing differes from one to other?(for me its urgent to know the diff. btn .net and php).can anybody answer soon....!
What is memory leak and how you will find memory leak ? Which tools can be used to find out memory leak ?
How will you determine when to stop testing?
Exact difference between Verification and Validation?
Clear definition of boundary value analysis
What is Forward and Backward compatibility? How will you write test cases for compatibility testing?
plz tell me the difference b/w PB/MF based appl.with examples. Thanks
1) Can you tell me the High severity and low priority bug,High priority and low severity bug?
When will the testing starts?
iwant know IEEE formate ,how it is used and exactly where it is used? i have details it follows test plan, testcases...etc. i want real time explanation. pls any one give?
What is the outcome of integration testing?