SAP UNIT TEST - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

unit test
A unit test is created and executed by developers to verify the functional correctness of individual software units. A software unit is defined in this case, as a non-trivial code unit in which certain input has a verifiable effect. Procedures are a typical example for these units in ABAP. Procedures are the smallest functional components of larger units such as classes or function pools. Unit tests determine during the development and quality assurance stages that the individual components of a larger software unit work correctly. Unit tests are developed and executed in ABAP Unit .
ABAP_MORE_INFO