Skip to content

ABAP Keyword Documentation →  ABAP Glossary 

ABAP Unit

Test tool integrated in the ABAP runtime environment that is used for checking the functions of code units in a program (unit test). The individual tests are implemented as test methods of local test classes in ABAP programs. All tests in a test class all use the same fixture. Global test classes can only be used in local test classes. The attributes of a test can be specified during the definition of a local test class. Tests for several ABAP programs can be grouped together into test tasks.

More

Other versions: 7.31 | 7.40 | 7.54