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                      
tip   SiteMap shows list of All Categories in this site.
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
Tell exact difference b/w Smoke and Sanity testing with 
example?
 Question Submitted By :: Shiva
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Tell exact difference b/w Smoke and Sanity testing with example?
Answer
# 1
Generally, a smoke test is scripted (either using a written
set of tests or an automated test), whereas a sanity test is
usually unscripted.

Smoke Test
----------
In software testing, a smoke test is a collection of written
tests that are performed on a system prior to being accepted
for further testing. This is also known as a build
verification test.

Sanity Test
-----------
A classic example of this in programming is the hello world
program. If a person has just set up a computer and a
compiler, a quick sanity test can be performed to see if the
compiler actually works.



correct me if I am wrong....
 
Is This Answer Correct ?    0 Yes 1 No
Satish
 
  Re: Tell exact difference b/w Smoke and Sanity testing with example?
Answer
# 2
sanity and smoke both are same but little difference is 
there.there both are known as build acceptence testing .

sanity means that ensures to check the major functionality 
of application when a build release.that means to verify 
the stability of the build.so that can be a build but only 
the intial build.

Smoke means that ensures to check the major functionality 
of application when a new build release.that means to 
verify the stability of the build.so that can be a build 
Accept the intial build.
 
Is This Answer Correct ?    2 Yes 0 No
Rakesh Nelapati
 
 
 
  Re: Tell exact difference b/w Smoke and Sanity testing with example?
Answer
# 3
Both smoke and sanity tests are same. but a little 
difference lies on the apporach.

Sanity tests is to conform the basic functionality works 
fine and build is ready for system test.
Smoke test is the negative test apporach to reject the 
build for system test.

Both are part of build verification test.
 
Is This Answer Correct ?    0 Yes 0 No
N T
 
  Re: Tell exact difference b/w Smoke and Sanity testing with example?
Answer
# 4
SAnity and smoke both are same .there is the slight 
difference.  
Intial build is sanity.
Rest of other build is smoke.
1)sanity checks the major functionality of the application 
when a build occurs.that means to verify the stability of 
the build.that can be a build but only the intial build.
2)smoke checks the major functionality of the application 
when a new build occurs.that means to verify the stability 
of the build.that can be a build except the intial build.
 
Is This Answer Correct ?    0 Yes 0 No
Rakesh Nelapati 9885468218
 
  Re: Tell exact difference b/w Smoke and Sanity testing with example?
Answer
# 5
hi,
i think these are diffent. In somke testing we check minmal 
most features of the application.
and in the smoke testing we check minimal most operational 
features of the application.
 
Is This Answer Correct ?    0 Yes 0 No
Aashsih
 
  Re: Tell exact difference b/w Smoke and Sanity testing with example?
Answer
# 6
Sanity and Smoke are same but there is a slight difference 
between them
Sanity testing checks whether the build is testable or not
Smoke testing checks  the  main functionality of the 
application and also checks the stability of the 
application.
 
Is This Answer Correct ?    0 Yes 0 No
Srinivas Poodari
 
  Re: Tell exact difference b/w Smoke and Sanity testing with example?
Answer
# 7
smoke testing is performed by tester for build stability
where as sanity is performed by the programmers befor 
deploy in the testing environment
 
Is This Answer Correct ?    0 Yes 0 No
Jeevan
 
  Re: Tell exact difference b/w Smoke and Sanity testing with example?
Answer
# 8
Smoke Test
---------->
Smoke testing is a term used in plumbing, woodwind repair, 
electronics, and computer software development. It refers 
to the first test made after repairs or first assembly to 
provide some assurance that the system under test will not 
catastrophically fail.
Sainty Test
---------->
A sanity test is a basic test to quickly evaluate the 
validity of a claim or calculation.
 
Is This Answer Correct ?    0 Yes 0 No
Lokesh Chauhan
 
  Re: Tell exact difference b/w Smoke and Sanity testing with example?
Answer
# 9
Smoke Test: Build Verification Test. Once the Build is 
moved from development Enviroment to QA Enviroment, test 
the Major functionalities in a possitive flow to ensure the 
app is elgible for testing and also for any Show stopper 
and/or Block Issues

Sanity Test: Testing is done once all the issues are 
closed, before cerfifying the application one quick test 
will be conducted in a +ve flow and then release the 
certification or beta testing
 
Is This Answer Correct ?    0 Yes 0 No
Saravanan
 
  Re: Tell exact difference b/w Smoke and Sanity testing with example?
Answer
# 10
Smoke testing :- Smoke testing is done when s/w build 
reaches from developer to test engineer,to check wheather 
it can withstand further testing or not,u can say it is a 
testing to check the stability of the build as per the 
customer requirement.

Sanity testing :-this type of testing is done prior to the 
release of build to the market,when almost all aspect of 
testing is covered  & only only cirtification or u can say 
clearence is left 
Smoke Testing  :-Developer -smoke testing--test engineer
Sanity Testing  :_Test engineer--Sanity testing--Quality 
analysis
 
Is This Answer Correct ?    1 Yes 0 No
Suvendu Dalai
 
  Re: Tell exact difference b/w Smoke and Sanity testing with example?
Answer
# 11
Smoke Testing
This test is done when the build is just prepared (fresh build) and deployed in the test environments. This is basically an ad hoc test to check roughly to make sure the major functionalities are not broken. It is the preliminary a test carried out by the QA tester. After the smoke test, the testers perform functional testing
Sanity Test: 
Testing is done once all the issues are 
closed, before cerfifying the application one quick test 
will be conducted in a +ve flow and then release the 
certification or beta testing
 
Is This Answer Correct ?    0 Yes 0 No
Arun Prasad
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
How to write Negative test cases? Ybrant-Technologies7
we enter that user name field is blank and password field is blank and click on Ok. what type of testing is this 1)functional testing 2)security testing Encora4
what is the difference between sanity testing and smoke testing. ESS1
diff b/w waterfall model & spiral model? Wipro5
What is Bugzilla? Can I used it manually, If yes then how can i used it? Can I used it in .NET Environment?  4
What is Test Harness... is having any releation with Test driver...Anybody can explain in detail...Thanks in Advance Siemens3
What are all the basic elements in a defect report?  3
what is the good answer for authentication and authorization?  4
What are the different ways of writing test cases? Dataquest2
How do u ensure that there are no duplicate testcases?  3
In my Projects there are permissions for users. According to permissions assigned to user, he can use the application. So Shall I write test cases for each & every permissions? There are 170 permissions for each & every functionality. Please guide me properly.  4
r there any openings for 1+ experienced candidates in Manual Testing? If there r any, please let me know!!  1
what is equivalence boundary Deloitte5
Hi Friends i have created a Community for Software Testers in Orkut with name Bug's Join in the community. you can post any type of questions related to sofware Testing in that community. Join in Bug's -- Vinodh Anandhan - vinodhanandhan@gmail.com  1
what is meant by cyclomatic complexity??? Philips3
how many members are involved in test plan? and tell me names? Wipro2
Who will assign the work to Test Engineer?  3
What is manual testing?Is any different types of testing in this?  6
Suppose,u have written 10 test cases for an application,but ur developer is not satisfied wht u wrote,then how will u justify him that ur test cases are correct? CFC2
What is application server and what is web server? AZTEC1
 
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