what is the difference between regression testing and
retesting?

Answers were Sorted based on User's Feedback



what is the difference between regression testing and retesting?..

Answer / sj16

Regression Test:: To check whether the change component
introduce any error in an unchanged component is called
Regression Testing..

Re-Testing:: Testing one module again to check whether its
working fine or not or say second time testing of that
particular test case is called Re-Testing..

Example:: Suppose we have 3 module i.e
Adding,Deleting,Updating now we find some bug in Adding
module and after that bug is fixed we again test that Adding
module is working fine or not this is called Re-Testing and
Testing the Remaining modules to check whether they r
working fine or not after the bug fixed in Adding module is
called Regression Testing..........

Is This Answer Correct ?    16 Yes 0 No

what is the difference between regression testing and retesting?..

Answer / sonia

Regression Testing - When a new code is merge is with
existing code as a part of Regression testing we are
ensuring that existing code is mot impacted by the new code.
Retesting - During the execution phase when the defect is
fixed and tester need to test it again thats known as
Retesting.

Is This Answer Correct ?    4 Yes 1 No

what is the difference between regression testing and retesting?..

Answer / deepak

Regressin Testing:

Start it in this way:

Suppose you are testing a new release 5.1 which includes
some more functionality or some previous defects that are
fixed and incorporate with in this. So what you are doing
here?

You have your set of test cases for the 5.1 that you need
to execute first and at the end you have to run your
regression test cases. WHY?

"This is to ensure that all your functionalities are
working fine with your current build and also MAKE SURE
that your PREVIOUS functionalities are not broken"

This is the main motto of regression testing.

Retesting : This means to retest a defect after fixed by
developers..

More in depth

You got a defect and raise the defect for fix.After the
defect has been fixed you need to check it whether its
working fine or not that means you are testing it another
time to check its behaviour.

This is called retesting.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What is the difference between functional testing and behavioral testing?

4 Answers   TCS,


What are the RBI rules has to follow by a bank for online precesseing. ?

0 Answers   HCL,


Can Anbody please send me Daily Work status format in which I can save my daily work activity

0 Answers  


sanity testing is done during regression testing.is it true.if it is true plz explain?

0 Answers  


hi.i joined in a software testing course recently.but i dnt knw 'c' or 'c++',would it mind? my stream is ece. so i just had a C&DS IN OUR 1ST SEMESTER.

1 Answers  






When do we perform smoke testing?

0 Answers  


what is test strategy?

11 Answers  


what is test director?

1 Answers  


For a functionality we have 20 test cases, among 20 testcases 15 of them are Passed and 5 Failed. How will you report to your Manager ? Does the functionality passed or failed or partial passed/failed ??

1 Answers   IBS,


if any bug is found & that problem is resolve & make sure this type of problem is not arrise is any project also 1 - corrective & preventive Action 2 - Risk Analysis 3 - Impact Analysis 4 - Root Cause Analysis

1 Answers   NIIT,


anyone can explain,Diff b/w buid and release

4 Answers  


Phases of Software Testing Life Cycle?

11 Answers  


Categories