1

The objective will be to be able to generate a document with a more detailed restitution of the tests carried out than what the framework offers; with input data, result data and an explanatory sentence.

On ADT restitution we have enter image description here Nothing more than the name of the test methods and the result.

On SAP GUI restitution we have enter image description here Would it be possible to add messages or even analysis for a test (successfull also) ?

Or do you know if there is a specific solution that allows you to do this ?
Otherwise I'm getting into dev. For example an assertion class which adds logs and the possibility of recovering logs following tests.

2
  • 1
    You may log a message without failure via the parameters level and quit of cl_abap_unit_assert methods (use fail if there's no condition) e.g. level = cl_aunit_assert=>tolerable and quit = cl_aunit_assert=>no. Nothing more. Commented Jun 4 at 17:31
  • Thanks, it's a twist but it works for what i want :-)
    – depth1
    Commented Jun 4 at 18:04

0

Browse other questions tagged or ask your own question.