The test methods can now be created using the static methods of the class CL_ABAP_UNIT_ASSERT to check assumptions. Integration Testing in SAP Once the unit tests are complete, the test team progresses to integration testing. This is an End-To-End process that moves from one business process...
The test methods can now be created using the static methods of the class CL_ABAP_UNIT_ASSERT to check assumptions. Integration Testing in SAP Once the unit tests are complete, the test team progresses to integration testing. This is an End-To-End process that moves from one business process...
2) The ABAP Unit Framework has implemented comparions for different Data-Types, also for Deep-Structures. The class CL_ABAP_UNIT_ASSERT has to local Helper-classes LCL_DIFF and LCL_CHECK which could be adopted for an custom-made compare. The Results are stored in the object master_message ...