Special local or (as of Release 7.0) global class of a program, in which tests for ABAP Unit are implemented in the form of test methods. A test class groups together related tests that use the same fixture. Test classes are defined using the addition FOR TESTING of the statement CLASS. Test classes can only be used as part of test runs and, by default, are not generated in productive systems.