top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Is there any difference between regression and confirmation testing ?

+1 vote
337 views
Is there any difference between regression and confirmation testing ?
posted Dec 14, 2014 by Ganesh Kumar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Regression testing

It is used for regression defects. Regression defects are defects occur when the functionality which was once working normally has stopped working. This is probably because of changes made in the program or the environment. To uncover such kind of defect regression testing is conducted.

The following figure shows the difference between regression and confirmation testing.

enter image description here

If we fix a defect in an existing application we use confirmation testing to test if the defect is removed. It's very possible because of this defect or changes to the application that other sections of the application are affected. So to ensure that no other section is affected we can use regression testing to confirm this.

answer Dec 17, 2014 by Manikandan J
...