What is the need of smoke test even when unit test is done
by developers?

Answers were Sorted based on User's Feedback



What is the need of smoke test even when unit test is done by developers?..

Answer / bhagwat

i Agree with vaishali's answer, however, there is a subtal
difference which I thoght.Unit/module/component testing is
a type of testing that is done by developer, where smoke
testing is the checking of final build before proceeding
for regreesion testing.Mostly smoke testing is done by QA
and if it passed then Build is accepted for further
testing. After completion of smoke testing BAR(build
acceptance report) is prepare. In smoke testing all major
functionalities of application are verified and if 65%-70%
of the functionality is working properly then Build is
accepted for further testing.

Is This Answer Correct ?    6 Yes 0 No

What is the need of smoke test even when unit test is done by developers?..

Answer / melbourne bala

Unit testing.
it is used to check the single component or program.It is
usually done by software developer or white box tester.Each
and every lines should check atleast one time.the
programming knowledge is must.It is based on code.the
developer should check the loops ,arrays,etc.
Smoke testing
It is for test engineer work.after deployed the build from
software development team.He should check the higher
priority of function check,the very important functions not
working,he will send back the build to software
developer.sanity testing and smoke testing is not
different.advantage of the test is we can find the serious
issues and defect at early stage.

Is This Answer Correct ?    5 Yes 0 No

What is the need of smoke test even when unit test is done by developers?..

Answer / nagendra

I agree the ans what nani is provided. But, this is not the
correct ans for the ques.

Unit testing is done by the Developers after completion of
the Developing the code. They will think that, what they
are doing is correct. So, there may be a chance of missing
any functionlities. That missing functionality defects will
be caught in the Smoke testing which will be done by the
Testers.

Developers will think in the perspective of their side.
They never said that they are doing wrong. Even Nobody
accept this... :)

Is This Answer Correct ?    2 Yes 0 No

What is the need of smoke test even when unit test is done by developers?..

Answer / vaishali

Unit test and smoke test are quite different terminology.
Unit test is something for testing the modules/components
independently. Smoke test is for checking the final build
(may be written on the CD/DVD)for verifying that build is
installing properly on the standalone machine.so smoke
testing is to be done on completion of the testing process
and before handing over the release/system to the customer

Is This Answer Correct ?    3 Yes 2 No

What is the need of smoke test even when unit test is done by developers?..

Answer / saff

unit testing is done by developer in developing enivronment

he will check wheather code is working or not in dev
enivorment so purpose of smoke testing is to test the aplln
in testing environment

Is This Answer Correct ?    1 Yes 0 No

What is the need of smoke test even when unit test is done by developers?..

Answer / n@n!

hi Ashwini,
unit testing and smoke testing both r different.

unit testing was done developeres.
after unit testing was completed the product never release
in the market.
unit testing is initial stage of testing after coading was
release.

smoke testing was done by test engineers.
after smoke testing was completed then only the application
was release in the market.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

what is system testing .what are the system test cases .and what are the testing done in system testing

2 Answers  


Explain crud testing.

0 Answers  


Can anyone explain Boundary value Analysis and equavelance partition with real time example

10 Answers   Accenture,


What is OSS and BSS?

1 Answers   Cap Gemini,


what is Severity / Prioity ? How do assian ? What are the basic things followed?

2 Answers  






Fault-based testing is best reserved for Option 1 Conventional software testing Option 2 Operations and classes that are critical or suspect Option 3 Use-case validation Option 4 White-box testing of operator algorithms

1 Answers   IonIdea,


Hi All. How can we write negative test cases for Logout Operation ? Please place the answer with a few details and if possible add some related object properties. "A tester exposes his/her ability not only by words he/she also proof it by work"

0 Answers  


What is the Testing strategy for testing client server applications/products?

0 Answers   Infosys,


Tell the procedure to close word file?

4 Answers  


Can any one give answer for this question. Suppose im having employee table with fields, eno, ename, dept, address1, address2, address3. In address field employee can fill only address1 or address2 or address3... at a time he can fill three address fields. now i want all employee names who filled only one address field.. Plz its urjent can any one give querry.. Thanks in advance.

2 Answers   JPMorgan Chase, Zenith,


test cases for bulb

5 Answers   IBM,


WHAT IS JOIN AND TYPES?WHAT ARE STORED PROCEDURES?

1 Answers   RBS,


Categories