Hallow friends, plase tell me difference between retesting
and regression testing?

Answers were Sorted based on User's Feedback



Hallow friends, plase tell me difference between retesting and regression testing?..

Answer / priya

Retesting - Testing the application to see whether the bug
is fixed or not


Regression testing- Done to ensure that the fixed bug
doesn't affect any other module.

Is This Answer Correct ?    3 Yes 0 No

Hallow friends, plase tell me difference between retesting and regression testing?..

Answer / satyaprasad

testing the application with same inputs for many number of
times before modification,is called retesting

testing the applicationbuild after modification(coding) is
called Regression testing

hi this is satya ,any doubts contact:991212418320

Is This Answer Correct ?    2 Yes 0 No

Hallow friends, plase tell me difference between retesting and regression testing?..

Answer / nanda

retesting : Testing the fixed bug before going to close it
to validate whether that bug is fixed successfully or not.

Regression Testing : When ever new functionality is added
or Bug is fixed we will go for regression testing to
validate that modification not effected to rest of other
functionalities of Application.

Is This Answer Correct ?    2 Yes 0 No

Hallow friends, plase tell me difference between retesting and regression testing?..

Answer / thriveni v b

retesting-testing the application several times by giving
same i/ps.

regression testing-done to ensure that build is working
fine after changes are done.

Is This Answer Correct ?    0 Yes 0 No

Hallow friends, plase tell me difference between retesting and regression testing?..

Answer / sachin

In Re-testing, the test case was failed in the last but in
regression testing the test case might be passed in the
previous release.

Is This Answer Correct ?    0 Yes 0 No

Hallow friends, plase tell me difference between retesting and regression testing?..

Answer / prasanth malireddy

Regression Testing: It is type of Testing one will perform testing on already tested functionality again and again and on related functionality as well.

Retesting: It is type of testing one will perform testing on the same functionality again and again with multiple sets of data in order to come conclusion whether the application is working fine or not.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

what is the difference between bug and defect? what is the definition of bug? what is the definition of defect?

3 Answers   Core Solutions,


how to reduce bugs in e-learning projects? for reducing bugs which type of SDLC we have to use

0 Answers   eMantras,


Please give me any example of High severity and Low priority type of bug ?

3 Answers   Crea,


What are the cases why parameterization is necessary when load testing the Web server and the database server?

0 Answers  


If I have prepared the test case document for version 2.0 and I got the new build say 2.1 then I have to add the test cases for version 2.1.My question is that How should I do that? because each test case has a unique id .

4 Answers   Patni,


Tell me some Compatibility defects for web application?

6 Answers  


what is oss testing?

2 Answers   Amdocs, Aricent,


how to write testcase for toaster?

1 Answers  


how to identify the test scenario

1 Answers  


what is integration testing technique(like topdown,bottomup and hybrid)explain me friends

2 Answers  


Am asked in interview that How are u going to write test cases? I replied him that we refer to usecase diagrams and the requirements documents to write test case. Did i replied him anything wrong?

7 Answers  


What is the difference between re testing and regression testing?

4 Answers  


Categories