Test tool integrated in the ABAP runtime environment that is used for checking the functions of code sections in a program (module tests). 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. When defining a local test class, you can specify the attributes of a test using special pseudo comments. Tests for several ABAP programs can be grouped together into into test tasks.
→ More