Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ABAP Unit Test Classes - Good References

I'm looking for good reference material regarding the use of ABAP Unit Test Classes.

I'm interested in any of the following:

  • Documentation on the functionality
  • Best Practises
  • "How To Guides"
  • Blogs/Books on people's experience in using test-driven development in a SAP environment, particularly what sort of scenarios leans themselves to test-driven development & how you get around the dependency of SAP on business data.
like image 708
Esti Avatar asked Sep 10 '09 00:09

Esti


2 Answers

There is some documentation in sap.com.

Also, there is a German PDF (see here) that may be helpful if you know some German ;-) At least it contains a few email addresses of people that may be able to help. Not sure because the PDF is from a conference in 2003, so the contact info may not be too up to date.

Lastly. there seems to be a German book (on Amazon Germany) .. again not sure if that helps you.

like image 110
Thorsten Avatar answered Nov 10 '22 00:11

Thorsten


Wondering if you'd checked these links...

  • https://wiki.sdn.sap.com/wiki/display/ABAP/ABAP+Unit
  • https://wiki.sdn.sap.com/wiki/display/ABAP/ABAP+Test+and+Analysis+Tools

Thanks.

like image 1
closebrace Avatar answered Nov 10 '22 00:11

closebrace