© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
J. E. McDonoughAutomated Unit Testing with ABAPhttps://doi.org/10.1007/978-1-4842-6951-0_5

5. Automated Unit Testing with ABAP

James E. McDonough1  
(1)
Pennington, NJ, USA
 

With the concepts underlying xUnit now familiar to us, this next chapter covers how ABAP Unit provides the xUnit capabilities to the ABAP language.

ABAP Unit

ABAP Unit is the implementation of xUnit testing for the ABAP language. It first became available with ABAP release 6.40 (2004). These tests may be written for the following types of components containing ABAP code:
  • Executable programs

  • Class pools

  • Function groups

  • Module pools

  • Subroutine pools

In conformance with the principles of xUnit testing ...

Get Automated Unit Testing with ABAP: A Practical Approach now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.