ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
What is the difference b/w Smoke and Sanity Testing? I heard
that Sanity testing will be done by developers. Is that so?
 Question Submitted By :: Sirishalatha
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is the difference b/w Smoke and Sanity Testing? I heard that Sanity testing will be done by developers. Is that so?
Answer
# 1
Sanity Testing is used to check whether it is REASONABLE to 
carry out further testing or not whereas Smoke testing 
checks whether its POSSIBLE to carry out the testing.An 
ideal sanity test exercises the smallest subset of the 
application functions needed to determine whether the 
application logic is functional & correct whereas in smoke 
testing the tester touches all areas of application without 
going deep. eg. interest calculation of a financial 
application is sanity testing.On the other hand tests like 
can i open the page or is a button on the page working 
properly are examples of Smoke testing.
 
Is This Answer Correct ?    0 Yes 0 No
Awin
 
  Re: What is the difference b/w Smoke and Sanity Testing? I heard that Sanity testing will be done by developers. Is that so?
Answer
# 2
Sanity testing is done by developers only i think. If it's
wrong, correct me please..
 
Is This Answer Correct ?    0 Yes 4 No
Neelesh P
 
 
 
  Re: What is the difference b/w Smoke and Sanity Testing? I heard that Sanity testing will be done by developers. Is that so?
Answer
# 3
Hi,
 This is sneha.

No it is done only by the testers not developers
 
Is This Answer Correct ?    1 Yes 1 No
Sneha
 
  Re: What is the difference b/w Smoke and Sanity Testing? I heard that Sanity testing will be done by developers. Is that so?
Answer
# 4
Both Smoke Testing and Sanity Testing are initial, non
detailed, quick testings performed on an application to
check if All the windows/ features/ objects are basically
available to carry-on the detail testing on the application. 

The difference between Smoke testing and Sanity testing is
that practically both are same but perceptually they are
different. I mean Smoke testing is done with negative
perception like assuming as application may fail or throw an
exception/ error or may crash etc. whereas Sanity testing is
done with positive perception.
 
Is This Answer Correct ?    0 Yes 2 No
Ayush
 
  Re: What is the difference b/w Smoke and Sanity Testing? I heard that Sanity testing will be done by developers. Is that so?
Answer
# 5
In Smoke Testing you can check Stability of Build as well 
as is it ok for further testing or not.
In sanity Testing,you can check whether build rectifies all 
issues, and no issue is left.Sanity Testing is a Subset of 
Regression Testing.
 
Is This Answer Correct ?    1 Yes 2 No
Rajesh Ahirrao
 
  Re: What is the difference b/w Smoke and Sanity Testing? I heard that Sanity testing will be done by developers. Is that so?
Answer
# 6
SMOKE TESTING IS DONE BY DEVELOPERS FOR FURTHER 
PROCESS,TETING.

SANITY TESTING IS DONE BY TEST ENGINEERS FOR CHECKING THE 
BUILD IS TESTABLE OR NOT.
 
Is This Answer Correct ?    0 Yes 3 No
Vru.babu
[Fresher]
 
  Re: What is the difference b/w Smoke and Sanity Testing? I heard that Sanity testing will be done by developers. Is that so?
Answer
# 7
smoke testing: After getting every build we r doing smoke
testing. smoke testing test the basic functionality of the
application. if smoke test fails no need to do further
testing .As a tester we should reject that build and send to
the dev
Sanity Testing: It check the healthiness of the
application.In this testing we check wether the build is
working properly or not.No issue should be left
 Both are done by tester
 
Is This Answer Correct ?    1 Yes 1 No
Ruby
 
  Re: What is the difference b/w Smoke and Sanity Testing? I heard that Sanity testing will be done by developers. Is that so?
Answer
# 8
sanity and smoke testing both is  Done By Plumber Neither
Developer Nor By Tester
 
Is This Answer Correct ?    2 Yes 2 No
Mux
 
  Re: What is the difference b/w Smoke and Sanity Testing? I heard that Sanity testing will be done by developers. Is that so?
Answer
# 9
SMOKE Testing - When a tester get build from the Dev, 
tester perform the initial testing to ensure that the basic 
functionality is working fine or not. If not then further 
detail testing is not proceeded. This initial testing 
before the detail testing is known as SMOKE testing.

Sanity Testing - Once the all the test cycles have been 
executed and all the open defects have been fixed and 
retested, now before providing the signoff for next phase 
testers needs to do Sanity testing to test some critical 
functionality which will ensure that the defect fixes have 
not disturb the other functionality. This test cycle is 
short and quick and is known as Sanity testing.
 
Is This Answer Correct ?    4 Yes 0 No
Sonia
 
  Re: What is the difference b/w Smoke and Sanity Testing? I heard that Sanity testing will be done by developers. Is that so?
Answer
# 10
There is no difference between smoke testing and sanity 
testing. smoke testing is also know as sanity testing.

Smoke testing me testing the basic and critical feature of 
the application before doing the regress testing.

Smoke testing is always done by the Testers. Not by the 
developer.
 
Is This Answer Correct ?    1 Yes 1 No
Supritha
 
  Re: What is the difference b/w Smoke and Sanity Testing? I heard that Sanity testing will be done by developers. Is that so?
Answer
# 11
There is no difference between Smoke and Sanity testing,
both testing will be done when we will get a new build and 
to test whether further it is testable or not.

But the only difference is in sanity testing first we need 
to test whether last build test cases are working fine or 
not, bcs when we get new build some time it should not 
support the last build test cases.
 
Is This Answer Correct ?    0 Yes 0 No
Kishore
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
Write four good test cases on refill ball pen? iFlex9
what is testing? What is software testing? how can i write test case on pen? IBM13
black box techniques  4
how to Write the test case?  1
what is test data?how test data is prepared? are there any guidelines/methods to prepare it?  4
What is test methodology?  3
difference between sainty and smoke testing? iSoft4
What is test Data?  4
Generally Where do we concentrate more on the web based applications testing....fox ex: security testing, performance testing etc.... Symphony2
On what criteria we will write test cases?  4
What is "BRS". Plz Explain whats the content in BRS" Diff between BRS,SRS,FRS? BoA11
what is JOINTS & REGISTRY in SQL?  2
which model are you following IBM2
Negative testcases for dropdownlist???  2
How do we run the Data Base Testing Manually East-Collaborative2
What are the properties of a good requirement?  6
i finished writing test caes, logged bugs and also regression testing i finished.when we do user acceptance testing?  1
How will you test Email field? IMC5
What is the difference between Quality Plan and Test Plan Anybody can give answer..Thanks in advance... Symphony5
What is Glass Box testing?  6
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com