Start of Content Area

Background documentation Ensuring Quality  Locate the document in its SAP Library structure

Unit testing is now widely used and accepted test philosophy, which significantly aids the programming of error-free software. The central idea is that regular testing of smaller program units, carried out by developers, should be an integral part of the development phase.

ABAP Unit, the tool for unit testing in ABAP, is integrated in the programming language and the development environment of the ABAP Workbench, which you will already be familiar with. With this tool, a whole range of unit tests with predefined test settings can be executed again and again at the touch of a button; the result display shows you at a glance which tests did not return the desired result and why. ABAP Unit thus makes unit testing so simple that testing your programs will be a lot more enjoyable.

 

Detailed information is available under ABAP - Analysis Tools.

 

End of Content Area