We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03eb0a0 commit 7544216Copy full SHA for 7544216
docs/checks/db-access-in-ut.md
@@ -29,9 +29,12 @@ Definition
29
The RISK LEVEL describes the effects that a test can have on the data security of the system:
30
31
• CRITICAL - such as changes to system settings or Customizing;
32
+
33
• DANGEROUS - such as changes to persistent data;
34
35
• HARMLESS - no effects on persistent data or system settings.
36
37
38
The RISK LEVEL is assigned by the following extension to the CLASS DEFINITION statement of a test class:
39
40
• RISK LEVEL CRITICAL - default;
0 commit comments