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
can any one tell whats the difference between smoke testing 
and sanity testing
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: can any one tell whats the difference between smoke testing and sanity testing
Answer
# 1
Smoke Testing: In this testing we will check whether all 
componenets are present or not. Where as in Sanity we will 
check all components are working properly or not.
 
Is This Answer Correct ?    1 Yes 2 No
Ashok Kumar Gurram
 
  Re: can any one tell whats the difference between smoke testing and sanity testing
Answer
# 2
Ashok Kumar Gurram,hi this is not eorrect answer as i 
experience .sanity and smoke differece is there or not .i 
don't know but smoke testing is checking all the major  
functonalies are not checking before relaesd to the testing 
team at inc or system testing level
 
Is This Answer Correct ?    0 Yes 1 No
Softwaretester4u
[EDS]
 
 
 
  Re: can any one tell whats the difference between smoke testing and sanity testing
Answer
# 3
BOTH THE ABOVE ANSWER ARE RIGHT TO CERTAIN EXTEND.LET ME RE-
PHASE IT, SMOKE TEST WE PERFORM AFTER EACH AND EVERY 
BUILD,VERSION CHANGE ETC. THIS TEST WE TRY TO FIND WHETHER 
ALL THE CONDITIONS IS MET AS WE DERIVED.
NOW SANITY TEST IS THE ONE WHEN WE DO THE INITIAL TESTING 
OF ANY SOFTWARE WHETHER SOFTWARE IS ACCEPTABLE FOR 
TESTING.GENERALLY ITS THE FIRST TEST, WHEN A QA IS CALLED 
FOR AFTER THE APPLICATION IS DEVELOPPED.
 
Is This Answer Correct ?    0 Yes 1 No
Uttam007
[Kohls]
 
  Re: can any one tell whats the difference between smoke testing and sanity testing
Answer
# 4
Checking the major functionality in an application is called
smoke testing 
Checking the minor functionality in an application is called
sanity testing
 
Is This Answer Correct ?    0 Yes 1 No
Hari
 
  Re: can any one tell whats the difference between smoke testing and sanity testing
Answer
# 5
as of my knowledge, just before relasing the build the 
developers will check whether the build is proper forhter 
detailed testing or not . that is known as smoke testing 
and once the build is relaised the test engineers will 
check whether the build knos as sanitary testing
 
Is This Answer Correct ?    0 Yes 1 No
Sateesh.m
 
  Re: can any one tell whats the difference between smoke testing and sanity testing
Answer
# 6
smoke testing will check all the functionalities in the 
application,but not go deeply into it(otherwise we can say 
BVT(Build verification test)
sanity testing wiil check major functionalities and deeply 
go into that
both will prepare the application to be testable one
 
Is This Answer Correct ?    1 Yes 0 No
Mayandi M
 
  Re: can any one tell whats the difference between smoke testing and sanity testing
Answer
# 7
Smoke and Sanity testing both perform the same type of 
checking which is whether the software should go for major 
testing or not. The difference lies, Smoke Testing is 
performed at developers end by the developer and in 
contrast Sanity Testing is performed by the tester.

And i can gurantee this is 100% correct answer.
 
Is This Answer Correct ?    0 Yes 2 No
Fundoo
 
  Re: can any one tell whats the difference between smoke testing and sanity testing
Answer
# 8
According to FUNDOO who replied and I write:
"Smoke and Sanity testing both perform the same type of 
checking which is whether the software should go for major 
testing or not. The difference lies, Smoke Testing is 
performed at developers end by the developer and in 
contrast Sanity Testing is performed by the tester.

And i can gurantee this is 100% correct answer.
"
Well, Fundoo it seems you are new to QA 
experience/business. Don't comment that your answer is 100% 
correct answer which is distorted & Confusing to those 
persons who are reading this site.
First of all: The Smoke test are done each and every time, 
if the version is changed, that has nothing to do with 
developers etc. Yes, are you using Automation. If yes, then 
the smoke test are done by the Autoamation team(expert) 
after the developers have given the software to the QA 
team. Well if your company is small then it may be the 
developer doing that, then in that case you are a Tester 
not a QA. Regarding the Sanity Test, that is performed 
first time, when the application is developed. Later you 
have Smoke test and lot of regression test before you are a 
new version is developed. And the cycle goes on and on. I 
hope to the readers that the confussion is cleared after 
reading this.
 
Is This Answer Correct ?    0 Yes 1 No
Uttam
 
  Re: can any one tell whats the difference between smoke testing and sanity testing
Answer
# 9
Here are the differences you can see:


SMOKE TESTING:

1)Smoke testing originated in the hardware testing practice 
of turning on a new piece of hardware for the first time 
and considering it a success if it does not catch fire and 
smoke. 
2)In software industry, smoke testing is a shallow and wide 
approach whereby all areas of the application without 
getting into too deep, is tested. 
3)A smoke test is scripted, either using a written set of 
tests or an automated test 
4)A Smoke test is designed to touch every part of the 
application in a cursory way. It’s shallow and wide. 
5)Smoke testing is conducted to ensure whether the most 
crucial functions of a program are working, but not 
bothering with finer details. (Such as build verification). 
6)Smoke testing is normal health check up to a build of an 
application before taking it to testing in depth. 

SANITY TESTING:

1)A sanity test is a narrow regression test that focuses on 
one or a few areas of functionality. Sanity testing is 
usually narrow and deep. 
2)A sanity test is usually unscripted. 
3)A Sanity test is used to determine a small section of the 
application is still working after a minor change. 
4)Sanity testing is a cursory testing, it is performed 
whenever a cursory testing is sufficient to prove the 
application is functioning according to specifications. 
5)Sanity testing is a subset of regression testing. 
6)Sanity testing is to verify whether requirements are met 
or not, checking all features breadth-first. 
Hope these points will help you to clearly understand the 
Smoke and sanity tests and will help to remove any 
confusion.
 
Is This Answer Correct ?    0 Yes 0 No
Sm
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
what is the diff b/s test plan, test strategy and test procedure?  3
what is test Harness?how it will help for testing?  4
We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....Plz answer this question ASAP  4
what is the difference between Test strategy and test plan? EDS14
I have sent a mail through gmail.But it is not showing in the Sent mail option.Can any one tell me the defect description for this(asked for an interview)?  2
Explain about performanece testing? Infosys2
what are the different stages in sdlc? Millennium11
what is Scalability,Critical Analysis Exalt1
what is the output of this query selet * from employee where 1=2 Tera-Informatics5
how test cases are written in test direcror directly or u fetch from xls SAP-Labs4
What is Usability testing?  5
developers take most of the time for coding and tester left very few time for testing say 2 days which testing u find best when ur project is run out of time and product is going to be released  2
How can one file compare future dated output files from a program which has change, against the baseline run which used current date for input. The client does not want to mask dates on the output files to allow compares. Ordain-Solutions1
what is the difference between stress and load testing  5
what is the diffrence b/w QA and QC? CIL6
What is a test data? Give examples  3
what is cyclomatic complexity and what is the formula used for it  7
What is SCRUM model? Digient-Technologies6
what is static testing,and dynamic testing? explain with an example.  2
can anyone tell me process of how the bugs r reported by testers??n after reporting bugs is the work of test engineer finished or still he has to do any thing????  1
 
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