cancel
Showing results for 
Search instead for 
Did you mean: 

Regression testing

former_member696123
Participant
0 Kudos

Hi Expert,

What do you mean by regression testing in sap-sd.

Thanks

Shashi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI

Regression testing is the process of testing changes in SAP SD to make sure that the older functionalities / programming still works with the new changes. Regression testing is a normal part of the program development process and, in larger companies, is done by code testing specialists. Test department coders develop code test scenarios and exercises that will test new units of code after they have been written. These test cases form what becomes the test bucket. Before a new functionality /version of a SAP SD program /product is released, the old test cases are run against the new version to make sure that all the old capabilities still work. The reason they might not work is because changing or adding new code to a program can easily introduce errors into code that is not intended to be changed.

Thanks/ Rajesh

former_member204407
Active Contributor
0 Kudos

Hi shashi,

Check this links

Regards,

Krishna.

Edited by: kris_hna on Jul 13, 2011 2:30 PM