Skip to content

Commit 3b49d92

Browse files
Update db-access-in-ut.md
1 parent b00b2b5 commit 3b49d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/checks/db-access-in-ut.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The pseudo comment must be placed right after the DB access statement.
4040
```abap
4141
SELECT XXXXX. "#EC DB_ACCESS_UT
4242
```
43-
### Risk Level
43+
### How to set the "Risk Level"
4444
Definition: The RISK LEVEL describes the effects that a test can have on the data security of the system.
4545
The RISK LEVEL is assigned by the following extension to the CLASS DEFINITION statement of a test class:
4646

@@ -51,7 +51,7 @@ The RISK LEVEL is assigned by the following extension to the CLASS DEFINITION st
5151
• RISK LEVEL HARMLESS - no effects on persistent data or system settings.
5252

5353

54-
### Duration
54+
### How to set the "Duration"
5555
Definition: The DURATION property allows you to define an expected runtime for all methods of a test class.
5656

5757
At runtime the cumulated duration of all test methods is measured. If the actual duration exceeds the expectation ABAP Unit will raise an alert.

0 commit comments

Comments
 (0)