Difference between re testing and regression testing, smoke
and sanity testing
Answer Posted / gopinath
Retesting means testing the entire application with
different combination of input data.and testing the
previously not correct working functionality in new build.
Regression testing means testing the application for
previously not correctly working functionality and due to
these functions any dependencies exist in the application.
smoke testing is the basic testing whenever new build
released. it means that testing the application for
different URLS,Links.
Sanity testing is the testing by satisfying this only is
accepted unless it is rejected. In sanity testing we check
functionlities random by having knowledge on the
application. if any show stopper defects are exist we reject
the build.
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
Do you think tools are required for managing change. Explain and please list some tools/practices which can help you managing change.
Why should you care about objects and object-oriented testing?
Can anyone write test cases on google account creation page in the testing template format , urgent pls and explain if possible how to execute also
Why is it impossible to test a program thoroughly or in other terms 100% bug-free?
What is Difference between Test Strategy and Test Methodology?
How to test the Online Games?? Suggest tricks. I have experience in server-client application testing.
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing?
Write a set of test cases to test youtube?
Explain the procedure for manual testing.
What is formal testing?
What do you mean by Cause Effect Graphing? in which standard its mentioned?
What is Cyclometric testing?
What is the difference between system testing and integration testing?
what are the common errors while doing integration,system,functional,regression,user acceptance testing? can anybody please let me know the answers it is too urgent???
1.what is a test condition ?