Difference between re testing and regression testing, smoke
and sanity testing

Answers were Sorted based on User's Feedback



Difference between re testing and regression testing, smoke and sanity testing..

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

Difference between re testing and regression testing, smoke and sanity testing..

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

Difference between re testing and regression testing, smoke and sanity testing..

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

Difference between re testing and regression testing, smoke and sanity testing..

Answer / sravan

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

Difference between re testing and regression testing, smoke and sanity testing..

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

Difference between re testing and regression testing, smoke and sanity testing..

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

Difference between re testing and regression testing, smoke and sanity testing..

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

Difference between re testing and regression testing, smoke and sanity testing..

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

Difference between re testing and regression testing, smoke and sanity testing..

Answer / cr

smoke and sanity test are one and the same. It is a trick
question

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Manual Testing Interview Questions

How do we estimate the number of test cases?

3 Answers  


what are the different types of defects that can be found out in real time?How can we recognize what are the features to be tested and not to be tested in a system test plan?

2 Answers   Keane India Ltd,


Hi,please help me out with my ques:how many testings will a tester does?

1 Answers  


developers take most of the time for coding and tester left very few time for testing say 2 days which testing u find best when ur project is run out of time and product is going to be released

3 Answers  


what is database testing

8 Answers   AZTEC,






State a generalized process for load test? Or explain how you did it previously.

0 Answers  


define Testing of Procedure, Triggers and Functions in data base testing ?

0 Answers   CSS, Hexaware,


What is a show-stopper Bug?

6 Answers  


What is a TEST CONDITION?When it is used?who prepares tesst conditions? Also pls explain me clearly with an example.Plsss reply me fast. Thanks for the repliers.

4 Answers   TCS,


How do you decide when you have 'tested enough?'

3 Answers  


Risk analysis consist of A)1 step b)2nd step c)4 step d)6 step Which is correct Answer please any one tellme and mail me

2 Answers   CashEdge,


Is Alpha testing done by developers or testers?

8 Answers  


Categories