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 ec6994c commit aac2241Copy full SHA for aac2241
content/06.quality_criteria.md
@@ -36,7 +36,7 @@ design analysis or side-effects to external systems.
36
* **[SvcQC.Fun01]** Functional testing SHOULD tend to cover the full set of functionality that
37
the **Service** claims to provide. [SQA-QC.Fun01].
38
* **[SvcQC.Fun01.1]** Functional tests SHOULD be checked automatically.
39
- * **[SvcQC.Fun01.2]** Functional tests SHOULD include the public APIs of the **Service**.
+ * **[SvcQC.Fun01.2]** Functional tests MUST include the public APIs of the **Service**.
40
* **[SvcQC.Fun01.3]** Functional tests SHOULD include the Web interface of the **Service**.
41
42
* **[SvcQC.Fun04]** Functional tests SHOULD be provided by the developers of the inderlying
0 commit comments