what is sanity testing and smoke testing?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai...
Smoke Test:
When a build is received, a smoke test is run to ascertain
if the build is stable and it can be considered for further
testing. Smoke testing can be done for testing the
stability of any interim build. Smoke testing can be
executed for platform qualification tests.
Sanity testing:
Once a new build is obtained with minor revisions, instead
of doing a through regression, sanity is performed so as to
ascertain the build has indeed rectified the issues and no
further issue has been introduced by the fixes. Its
generally a subset of regression testing and a group of
test cases are executed that are related with the changes
made to the app.
K<Byeee...
Thanks & Regards
B>Ramyasri.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shwetali
smoke testing : it is used to verify the basic functionality to start further testing(done @ initial level)
sanity testing : it is part of regression testing to verify the basic functionality(done @ end level)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / n@n!
sanity testing:
it is initial stage of testing after build release is
called sanity testing
in sanity tetsing test engineer can test the
installation,connection between front end and back end and
connection of all pages is called sanity testing
smoke testng:
it is the final stage of software testing.after smoke
testing is completed the application is ready for usage.
| Is This Answer Correct ? | 1 Yes | 5 No |
Whether the testing process followed in different model will be same or will it vary?
what r the reviews r u involing between the testcase writing and execution of those testcases?
Tell me the test cases for the Bank Check?
2 Answers Cognizant, JPMorgan Chase,
what are the stages in Testing life cycle?
50 Answers Accenture, DELL, Mind Tree, Planet Web Solutions, TCS, Trigent,
what is the difference between v & W model? please explain in detail
Please give an example of Black Box Testing?
In which way tester get Build A, BUild B, ....Build Z of an application, just explain the process..
how will you test a wine filled bottle along with 100 glasses
What is meant by SIT?
is functional and black box testing same or not
It will be a great help if any one will help on this issue, Three test cases got faied [TC#1, 2 and 3] and all are there in the same TestScript. For all the three failed testcases a bug is logged refrencing to the three failed testcase. In Next round of validation out of three two TC#2 and 3 got PASSED and TC#1 FAILED. I am confusssed if in this scenario if i mark the PASSED test case as PASS OR FAIl, as the the Defect will have BOTH PASS and FAIl at the same time. Please clarify How to handel this scenario.
if we ve 1000 test cases to run and we ve no time and we dnt wanna use automation tool how we will complete testing in time constrant plz do answer