Smoke Testing is responsibility of Tester & Developer ?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / megha
Thanks a lot.....
I was searching for this diff since a long.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
what is positive and negative testing with example?
special bug you posted in your project
Whatz the main use of preparing Tracebility matrix and explain the real time usage
What is the diff betwn Functional nad regression testing and do u excute same test case or write new one for regression
What were the major challenges u faced while testing
I went RightPath Hyderabad Fresher Job on Testing the following Questions they asked...
Hello can anybody list out supported and unsupported browsers for Window OS,Android OS,MAC OS Ubuntu
how to retrieve the test data?
How to write test cases for nevigating menus? Ex. Course -Topics -Subtopics
What are all the responsibilities will be having for a tester who is having 1+yrs of experience? What are the things the concern may expect for their recruitment process?
Give me few testcases(5) of any application other than login related!
can you please tell me what is field validation and form validation in details,how is this perform