Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Regression Testing

Former Member
0 Kudos

Hi Friends,

could u please tell what is meant by Regression Testing related to ABAP

Regards,

Siri.

Message was edited by:

sireesha yalamanchili

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Unit testing is to test the changes done for the program and will be done by the developer..

Regression testing is to make sure that the changes done for the program didn't broke any existing functionality..

4 REPLIES 4

Former Member
0 Kudos

Unit testing is to test the changes done for the program and will be done by the developer..

Regression testing is to make sure that the changes done for the program didn't broke any existing functionality..

alex_m
Active Contributor
0 Kudos

Its all about testing the object with various enviorenment.

Former Member
0 Kudos

Sirisha,

Regression testing means.Total life cycle testing of that interface.

For example :Say Interface A updating some data .This data may be input of for interface B .So testing should happen from the begin to end.

Pls. mark if useful.

Former Member
0 Kudos

Hi Sireesha,

<b>Regression testing</b> is verifing that previously passed tests are still OK after any change to the software or the environment, usually to verify that a change in one area doesn't affect other or unrelated areas.

Thanks,

Vinay