Smoke Testing is responsibility of Tester & Developer ?

Answers were Sorted based on User's Feedback



Smoke Testing is responsibility of Tester & Developer ?..

Answer / jomon

Smoke testing is the responsibilty of a developer.

Smoke testing: This is a Build Verification in order to
ensure that the system is stable before the build is given
to the testing team....


regards,
jomons@rediffmail.com

Is This Answer Correct ?    4 Yes 2 No

Smoke Testing is responsibility of Tester & Developer ?..

Answer / satish

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 (conducted by Testers)
----------
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 (conducted by Developers)
-----------
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.

Is This Answer Correct ?    6 Yes 6 No

Smoke Testing is responsibility of Tester & Developer ?..

Answer / megha

Thanks a lot.....
I was searching for this diff since a long.

Is This Answer Correct ?    0 Yes 0 No

Smoke Testing is responsibility of Tester & Developer ?..

Answer / sneha

Hi all..... Jomon said the smoke test is responsibility of
developer but satish said responsibility of tester...plz
confirm abt these....bcoz this is very confusing......

Is This Answer Correct ?    0 Yes 1 No

Smoke Testing is responsibility of Tester & Developer ?..

Answer / vikul jain

Hi All,

As per my knowledge, Smoke testing is performed by developer
to verify the core functionality of an application.

whereas sanity testing performed by tester, it is to verify
the behaviour of an application. like printer works fine
with the application, app doesnt get hanged etc..

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

Can any one explain about state based and graph based testing? and the difference between them? Very urgent.......... Please...... Thanks in Advance......... regards, Murthy.M

1 Answers   Oracle,


what is unit testing? It comes under white box or Black Box testing?

19 Answers   Trigent,


manual&automation testing

1 Answers   HCL,


what is meant by manual testing?

6 Answers  


What is Tracibility matrix?How we can use in real time application?

3 Answers  


how to clarify functional requirements and non functional requirements in a srs?

0 Answers  


What is V-model and explain differences between V-model and other SDLC models like waterfall, spiral etc

1 Answers  


What is Bug Validation? What can be a different resultant after the same?

3 Answers   Satyam,


What's the difference between Load and Stress testing ?

4 Answers   CTS,


Who will do unit testing ?

4 Answers   CSS,


Different types of design diagrams that supports to write test cases ?

0 Answers  


What is the clear meaning of test case, levels in test case ? contents of test case

2 Answers  


Categories