Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unit testing and SAP software

I am looking for some tutorials and guides for unit testing on SAP platform. So far, I have found some mention of ABAP Unit and of Ruby programming language being implemented on SAP software, making it much more interesting option for unit testing SAP software. However, the information is quite scarce and I would appreciate some help on the subject.

like image 422
Dan Avatar asked Jul 22 '10 00:07

Dan


1 Answers

The ABAP Unit Wiki on the SDN is a good place to start, as well as this ABAP Unit Best Practices article.

SAPTechnical.com also has an ABAP Unit overview.

And finally, you should check out the links in this question.

like image 195
BenV Avatar answered Sep 29 '22 10:09

BenV