SAP FIXTURE - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Fixture
Test configuration from which a unique test behavior results. A fixture comprises test data, test objects, resources and connections. In ABAP Unit, a fixture is realized through the methods [class_]setup and [class_]teardown of test classes.