Skip to content

Commit 7544216

Browse files
Update db-access-in-ut.md
1 parent 03eb0a0 commit 7544216

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ Definition
2929
The RISK LEVEL describes the effects that a test can have on the data security of the system:
3030

3131
• CRITICAL - such as changes to system settings or Customizing;
32+
3233
• DANGEROUS - such as changes to persistent data;
34+
3335
• HARMLESS - no effects on persistent data or system settings.
3436

37+
3538
The RISK LEVEL is assigned by the following extension to the CLASS DEFINITION statement of a test class:
3639

3740
• RISK LEVEL CRITICAL - default;

0 commit comments

Comments
 (0)