why sanity testing and why smoke testing?
Answers were Sorted based on User's Feedback
Answer / ajay
Sanity and Smoke testing both are same and in this we
perform Buid verification means that the given build is
ready to perform testing or not...
People call it as Smoke tesiting or Sanity testing or Buid
verification testing.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / monideepa
As far as I know smoke testing is done by developers b4
releasing the build to testers and sanity is done by
testers to check whether the major functionality is working
or not to carry out further testing.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / prasadz
sanity testing is nothing but weather the application is
built is stable r not as per the URS. smoke testing is
check total functionlity of that built.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / hari
smoke testing is to test the stability of the build.
after receiving the build our testers are doing sanity
testing for stability of the build.After doing the sanity
testing then only our test engineers will conform that we
can do testing(FUNCTIONAL,NON-FUNCTIONAL,USABILITY) on the
build.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / saravanan
Sanity Testing
--------------
Once the release made from developer's end, testers have to
do a sanity testing to confirm that we can able to continue
further testing in the release made. (Build is stable or
not for testing)
Smoke Testing
-------------
Before releaseing to client we have to do Smoke Testing to
confirm there is no smoke in the build which is getting
released to client.
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / gajendar reddy
Sanity Testing: I)To test the major functionalities of the
application to confirm the build is ready for testing.
II) this Sanity testing is done before releasing to the
Testing.
Smoke Testing:I) Here also we do check the major
functionalities of the application to confirm that the
build is ready for Client Release.
II) Smoke Testing is done before releasing to the client.
Please correct me if iam wrong.
| Is This Answer Correct ? | 1 Yes | 8 No |
What's the difference between System testing and Performance testing?
As the software development process progresses, proper setup and maintenance of test traceability requires that the test process starts when?
What is the difference between test case result and a bug?
Wht is the Test Driver used in Integration Testing. Anybody can expalin in Detail. Thanks in advance.
Write the Test Cases for Ball Pen and Water Bottle.
14 Answers Chetu India, Quexst,
what is boudarary value analysis? what is the use of it?
In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?
what is containment mechanism
what are test cases for edit,add,delete,save,preview and main buttons and test scenarios
Define brain stromming?
What is difference between SDLC & STLC?
What is difference between windows application and Web Application?