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

unit test procedures

Former Member
0 Likes
381

Hi All,

What are unit test procedures and where can get information with some examples?

Thank you.

Reson

1 ACCEPTED SOLUTION
2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
351

Hello Reson

ABAP Unit has basically copied the principles of JUnit which is used for unit-testing in Java. If you understand JUnit you will easily understand ABAP Unit as well.

I can recommend a short book which will give a quick introduction to the topic:

- "JUnit Pocket Guide" (by Kent Beck; O'Reilly)

Regards

Uwe