Difference between re testing and regression testing, smoke
and sanity testing
Answers were Sorted based on User's Feedback
Answer / vikas poriya
re testing is the again testing of a module to ensure that
the bug is fix or not........
regression testing is the testing of a module to ensure
that there are no bad effect on other module connected to
it when we fix the bugs
| Is This Answer Correct ? | 19 Yes | 4 No |
Answer / tejas trivedi
Re-Testing means developer has solved any issue and testing
of same issue again is Re-Testing.
Regression testing means testing the impact of solved issues
on other intergrated modules also. We will sure that solved
issues does not impact or does not create bug in other
module also.
Sanity testing is initial testing effort. It is to be sure
that out application or product is acceptable for further
major testing.
Smoke testing means to test the main and major functionality
of the system. We can perform this testing when we have not
sufficient time to finish testing.We will chck major part of
the functionality also. Say ex.. Payment , Billing module,
Registration
| Is This Answer Correct ? | 24 Yes | 13 No |
Answer / harshita
Retesting and Regression testing is correct.
But the definitions of Sanity testing and smoke testing are
interchanged.
| Is This Answer Correct ? | 7 Yes | 2 No |
In re testing we will test the application once again by
giving different input data.
In regression testing we will test the new build and we will
also test the dependent functionality.
Smoke testing is done before the deployment of application
into test environment here they will test the basic
functionality of the application.
Sanity test is the first test conducted by the tester to
validate the basic functions are working as per the
requirement or not. If sanity testing fails we cannot
cotinue testing.
| Is This Answer Correct ? | 9 Yes | 5 No |
Answer / bala
Smoke testing is help to test for major funtions
sanity testing is help to test for particular a module
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / nrg.sreevani
testing a functionality again and again is retesting.
re_executing the selective test cases for a dependent
functionality on the modified bulid is called regression
testing.
re_testing will be conducted to conform bugs r properly
fixed r not.where as regression testing will be conducted
to identitfy side effects with may occurs becuase of the
bug fixers.
re_testins starts fron first bulid where as regression
testing starts from modified bulid
smoke:it is a kind of quick test or rough test conducted on
the application to determine does the application is
elligible for detail testing r not
snaity testing:a quick test conducted on the application at
production environment to determine does the application is
eligible for acceptance testing r not
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / wasim
Retesting is executing the same step which is logged for a particular defect. To see that whether it is occuring again.
Regression Testing is re-executing the whole Test Case once again for occuring same defect or occuring defect due to it impact.
Smoke Testing is to test the application some general and major functionality to see whether it is acceptable for testing or not ?.
Sanity Testing is to test the main or crucial functionality of the application.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
suppose i show 2 yrs fake exp. how will i face th interview.
Tell me the test cases for a search and replace functionality in a microsoft document (.doc)?
How to find bug in photos and videos ??
what is meant by defect tracking system?
What is System Testing Phase? Which types of testing will be conducted in system testing phase?
Explain the defect life cycle.
What is B.V.A with brief example?
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?
what is suspension criteria in your test paln and explain one suspension criteria in your test paln,... pls give one real time example
Explain about 'Interface Testing' in Web based Application?
Write the 10 high test cases for making video call/face time?? Write the test cases for credit card accessing the money transfer?? Write the test cases for file transfer from one user to other from Google Drive/drop box?
What is Injuction testing?