Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Issue with ABAP Unit Testing

Former Member
0 Likes
345

Dear All,

I am trying to do unit testing my subroutines in a report program by creating a z class inheriting from cl_aunit_assert.

When I activate the program after implementing the method there, the unit test result says 'No execution as actual risk level is too high'.

I tried using the comments "#AU Risk_Level Tolerable, still it is the same.

Please provide some leads.

Regards,

Prosenjit.

1 REPLY 1
Read only

former_member183804
Active Contributor
0 Likes
292

Hello Prosenjit,

try Harmless instead of Tolerable.

Regards

Klaus