Esti
Esti

Reputation: 3687

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:

Upvotes: 7

Views: 4189

Answers (4)

Esti
Esti

Reputation: 3687

There is some documentation in SE24 for class CL_AUNIT_ASSERT. Doing a where-used on the class gives an indication of how it is meant to be used.

There also is a 5 part blog series on SAP SDN

UPDATE: There is now also an excellent course on ABAP Unit on OpenSAP.com. It is called

Writing Testable Code for ABAP

The URL for the course is: https://open.sap.com/courses/wtc1

Upvotes: 1

nath
nath

Reputation: 178

I recently wrote a blog article on my experiences here: Adopting Test Driven Development using ABAP Unit

Upvotes: 1

Thorsten
Thorsten

Reputation: 13181

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.

Upvotes: 2

Related Questions