Smoke testing is also called sanity testing? Why?

Answers were Sorted based on User's Feedback



Smoke testing is also called sanity testing? Why?..

Answer / maya

Both Smoke & Sanity testing are same in one way that is,
its a build verification testing. When a particular module
is developed then developer will do smoke testing in order
to test whether the developed module is stable (which means
the basic functionalities must work) then in turn it will
be given for testing.

Now the testers will also do the build verification testing
where we call that as Sanity testing

Is This Answer Correct ?    4 Yes 1 No

Smoke testing is also called sanity testing? Why?..

Answer / nishi kant kumar

its not right to say that smoke testing and sanity testing
is same. both are different in some context. sanity testing
comes first and then smoke testing. sanity testing is the
initial level of testing required if the functionality
which is being tested passes through this test then it will
go for the next level of testing.
THE BASIC DIFFERENCE BETWEEN THEM ARE :
(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. In software industry, smoke testing is a shallow
and wide approach whereby all areas of the application
without getting into too deep, is tested.

WHERE AS

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 smoke test is scripted--either using a written set of
tests or an automated test

WHERE AS

A sanity test is usually unscripted

(3)
A Smoke test is designed to touch every part of the
application in a cursory way. It's is shallow and wide.

WHERE AS

A Sanity test is used to determine a small section of the
application is still working after a minor change.

(4)
Smoke testing will be conducted to ensure whether the most
crucial functions of a program work, but not bothering with
finer details. (Such as build verification).

WHERE AS

Sanity testing is a cursory testing; it is performed
whenever a cursory testing is sufficient to prove the
application is functioning according to specifications.
This level of testing is a subset of regression testing.

SO THESE ARE THE GENERAL DIFFERENCE

Is This Answer Correct ?    2 Yes 0 No

Smoke testing is also called sanity testing? Why?..

Answer / a sameer

I do agree with the above statement where nishi explained
but one this is wrong according statement.

Smoke testing is done first then comes the sanity testing.

Smoke teting is done by developers to check the basic code
part and there functionality is working fine or not before
giving the build to developers.

When it comes to testers they will do a sample round of
testing where we will be checking the basic functionality of
testing and give a clearance that this application meets the
minimum functionality to carry forward for other functional
testing.

rest of other things which nishi explained is right.


Always Smoke testing comes first then sanity testing.

Is This Answer Correct ?    2 Yes 0 No

Smoke testing is also called sanity testing? Why?..

Answer / sooraj menon

smoke testing is a non-exhaustive testing where as sanity
testing is a cursory testing,This level of testing is a
subset of regression testing . So I dont think smoke
testing is also called sanity testing

Is This Answer Correct ?    3 Yes 2 No

Smoke testing is also called sanity testing? Why?..

Answer / santhosh kumar s

Smoke testing and Sanity testing is different because Smoke testing is conducted by developers after defect fixing or changes taken place to find the stability of the modified build where as Sanity test is the quick & initial test performed by the testing team to estimate the testability of SUT(S/W under test).It is also called as Build verification test or Octangle test.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

plz send test scenarios and test cases for "user name should have vowels only with the range of 4 to 8 characters"

2 Answers   Infosys,


Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...

0 Answers  


who will performe smoke testing?... by Senthil BE Software test Engineer(polaris..)

3 Answers   Polaris,


what is AUT?

8 Answers   CashEdge, KPMG,


what is boundary value analysis?

7 Answers  






Should every business test its software the same way?

1 Answers  


Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning

1 Answers   IG, Wipro,


What test data will be required if Person 1 transfer money in Person2 account?

6 Answers   HCL, Wipro,


i have a little confusion about asp.net and vb.net is that the web applications called asp.net and windows application called as vb.net please guide if there is a difference between vb.net and windows application or what????I am just a beginner ..pls guide..

1 Answers  


How do you handle conflict with programmers?

2 Answers  


what is tracebility matrix?

8 Answers   IonIdea, TCS,


what is fpa ?

5 Answers  


Categories