what is Regresstion testing? when it will be needed?

Answers were Sorted based on User's Feedback



what is Regresstion testing? when it will be needed?..

Answer / jaynathi

Hi ,

I think, We will go for regression testing whenever a new
functionality is added to the application and it should not
affect the existing one.

Is This Answer Correct ?    0 Yes 0 No

what is Regresstion testing? when it will be needed?..

Answer / kathiravan

Regression testing means test the application fix the Bug
not effected do to the other module.

Is This Answer Correct ?    0 Yes 0 No

what is Regresstion testing? when it will be needed?..

Answer / akiles

regression testing is nothing but testing the existing
system.it needed at the time of updating to the system.

Is This Answer Correct ?    0 Yes 0 No

what is Regresstion testing? when it will be needed?..

Answer / sm

Its kind if testing which will conduct on bugs fixed build
to identified whether any side effects introduced as well as
to improve the confidence level of bug fixing

When we are at the moment of release a software build into
the market with out any defects then to get the confidence
of bug free product we need to conduct regression testing on
the overall project.

Is This Answer Correct ?    0 Yes 0 No

what is Regresstion testing? when it will be needed?..

Answer / mudaseer

executing same test cases on different builds to make sure changes have not introduced defects


in simple words what worked earlier may not work now so we execute the test case to make sure any regression bugs are not introduced

Is This Answer Correct ?    0 Yes 0 No

what is Regresstion testing? when it will be needed?..

Answer / bondu

when any medication or change are done in the application.
those change or modification should not introduce new bug in the application and should not effect existing functionalities.
when will do regression testing
any modification or change
new functionalities add to the application
defect fixing
performance issue fix
environment change

Is This Answer Correct ?    0 Yes 0 No

what is Regresstion testing? when it will be needed?..

Answer / pradeepkumarbaraik

Regression testing means if a bug is fixed, and due to that particular fixed bug the other functionality of an application is affected or not is a regression testing.

Is This Answer Correct ?    0 Yes 0 No

what is Regresstion testing? when it will be needed?..

Answer / sunil reddy

re execution of test cases on the modified build to
determine whether the defects are closed or not

Is This Answer Correct ?    0 Yes 2 No

what is Regresstion testing? when it will be needed?..

Answer / jhansi

regression testing is testing the newmodules without
affecting the existing modules

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

2.How are you going to map between Test Scenarios and Test Cases?

2 Answers  


What is mean by Schedule report who is the responsible for generated that one ?

0 Answers  


what is iterative testing

3 Answers  


what is Entry and Exit criteria explain in detail?

6 Answers   Honeywell, SNAP,


what is the entry criteria and exit criteria of integation testing.

5 Answers  






Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?

0 Answers  


I have one doubt in regression testing, Example if we have five modules such as 1,2,3,4,5. If we made change in 3 module only and also 3 module will interact with only 1 and 5 module. For this case we will conduct testing in all module (or) only 1 and 5 module?? Answer soon firends

2 Answers  


As soon as we get the build what type test we will do?and how?

5 Answers  


what is spiral model?

1 Answers  


what is issue ?and difference between issue, defect and bug

5 Answers   Wipro,


what is testing

8 Answers  


work break down structure in manual testing

3 Answers  


Categories