What is the difference between Regression and Retest
Testing?

Answers were Sorted based on User's Feedback



What is the difference between Regression and Retest Testing?..

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 ?    34 Yes 2 No

What is the difference between Regression and Retest Testing?..

Answer / an nguyen

Retest testing is also known as confirmation testing. That
is to run test cases that failed the last time they were run
in order to verify the success of corrective actions. Or
verify faults fixed.

Regression test is check unchanged areas of the software to
see if they have been affected (b/c fixing faults)

Is This Answer Correct ?    12 Yes 0 No

What is the difference between Regression and Retest Testing?..

Answer / swarna

Regression Testing:

(*) To make sure that, fixing the bug in one module, should
not affect the rest of the modules.

(*) Here we will re-execute the test cases, which are
already pass.

Re-Test:

(*) Re-execute the Testcases, which has been failed.

Is This Answer Correct ?    3 Yes 0 No

What is the difference between Regression and Retest Testing?..

Answer / jayapal

Regression Testing: We will re-execute the testcases
whenever defects are fixed or new changes added to
application to make sure that existing functionality
remains unaffect.

Retest: We will re-execute the testcases with different
types of inputs to make sure that application is working as
per requirement.

Is This Answer Correct ?    2 Yes 0 No

What is the difference between Regression and Retest Testing?..

Answer / samrat jha

Retesting is testing the same build again n again just to
confirm that the S/W(Build) is working according to the
specification... whereas Regression testing is rerunning
the old test cases on newer builds... actually wenevr we
find any bug we report It to the developers or sumtyms to
the review committee(If available). then the bugs get fixid
nd same build wid a new build ID is given to the testers to
confirm dat the bugs which were found in previous test runs
hv been fixd nd the fixing of the bugs has nt introduced
any new bugs to be appear...

Is This Answer Correct ?    1 Yes 0 No

What is the difference between Regression and Retest Testing?..

Answer / mahi

In Retesting one will perform testing on the same functionality again and again with multiple sets of values inorder come to a conclusion whether it is working fine or not.

In Regression testing one will perform testing on already tested functionality again and again.usually we do it in two scenarios,
1.Whenever the tester find some defects,send it to the development department,after rectification developers will release the next build,once the next build is released the testers will check the defect functionality aswellas the related fuctionality are working fine or not.
2.Whenever some new features are added,next build is released to the testing department then the testers will once again test all the related features of the those new features inorder to check whether they are working same as previous or not.

Retesting starts from the first build and cotinue up to last build.
Regression testing starts from second build and continue up to last build.

pls let me know if at all any thing wrong.

Thanks & Regards,
mahi.kotike@gmail.com

Is This Answer Correct ?    0 Yes 1 No

What is the difference between Regression and Retest Testing?..

Answer / madhu patchala

Regression testing:tester to test the allready tested application to test the again and again and the same time new build test cases also verifying in this case is called regression testing."actually regression testing starting second build on words.


retesting:tester test the same application again and again is called retesting.retesting start with first build on words

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

I heard that 2 0r 3 tier applications can be tested using Browser in the <<Intranet>> Is it correct. pls correct me

1 Answers  


hi how to test a video files? and what type of test stategy you follow to test a video files?

2 Answers  


What is Dynamic Binding and Dynamic Loss?

0 Answers   Digient Technologies,


what is a use case ?.

13 Answers  


what is checkin & checkout ?

6 Answers  






Please tell me some test cases for GOOGLE.COM

1 Answers  


What are the different roles of testers in Verification and Validation?

2 Answers   Covansys,


what is bug triage?

6 Answers   ADITI,


what is the part of qa and qc in refinement v model.

2 Answers  


what is usability defect?Give one exapmle.

4 Answers   NIIT,


what is validation testing.

3 Answers  


what is the format of traceability matrix?

2 Answers   HCL,


Categories