what is exact difference between smoke and sanity testing?
Answers were Sorted based on User's Feedback
Answer / jitendra
We are conducting sanity testing,after receiving build from
development team.In sanity testing we are verifying the
basic/primary functionalities are working properluy to
conduct testing.It is also called tester accepting testing
or initial testing.
where Smoketesting,we are verifying the main
functionalities of the build/AUT.i.e In customer point of
view what are main features of the build.while Acceptance
testing on what factors the final user/customer
concerntrating functionalities.
And Smoketesting conducted on every new release of the
build, where as sanity is optional.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / archana
smoke testing covers the most basic features of an
application.
failed test cases of smoke will be executed as sanity test
cases in the next build.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rafi
sanity testing is the process of testing the build released
by the developer,to accept it for complete testing or
not.In sanity testing first basic functionality will be
tested.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / krishna
smoke is "to check the basic functionlity of the
applicaiton"
Sanity "to check the complete functionlity of the
application"
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / anil singh
The basic difference is :
Sanity testing is not scripted
Smoke testing is scripted
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / deepika
sanity testing is a cursory testing.in this testing a
tester test the basic functionality of the software.
while in smoke testing ,tester test the major functionality
of the application in depth.
| Is This Answer Correct ? | 2 Yes | 5 No |
Hi, Plz give best Definition of Software Testing? Why we need Software Testing? and plz send 2+yrs experience Interview qutions (Manual,Qtp).
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Waht is diff between SystemUtil.Run and invokeapplication
How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need to test AUT from 3rd row to n'th row.
If a object property is changed in the application. where it should be updated in QTP... Pls anybody can give the answer.. Thanks in advance...
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
Give a comment on Regular Expressions using QTP?
Explain actions in qtp ?
QTP is not displaying in OBJECT SELECTION-CHECKPOINT PROPERTIES boxs only WINDOW AND WIN OBJECT remaining pages and links , images not displaying in web application testing. how can I get the pages and links in object selection? Please anyone tell me?
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
write vbscript on veb applications in qtp with exapmles?