Application Development and Automation 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: 
Read only

Regression Testing

Former Member
0 Likes
613

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
Read only

Former Member
0 Likes
553

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
Read only

Former Member
0 Likes
554

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..

Read only

alex_m
Active Contributor
0 Likes
553

Its all about testing the object with various enviorenment.

Read only

Former Member
0 Likes
553

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.

Read only

Former Member
0 Likes
553

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