© 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_13

13. Obtaining Code Coverage Information Through ABAP Unit Testing

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

Writing automated unit tests is perhaps the most reliable way to insure that production code is designed properly. Failing unit tests will indicate areas of the production code in need of attention. With larger components, it can be difficult to determine which portions of the production code are covered by unit tests and which are not. This chapter covers the type of code coverage information that can be obtained via ABAP Unit.

Code Coverage Metrics

Fortunately ...

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.