Skip to content

Commit aac2241

Browse files
committed
Solve issue #2 MUST include the public APIs
1 parent ec6994c commit aac2241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/06.quality_criteria.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ design analysis or side-effects to external systems.
3636
* **[SvcQC.Fun01]** Functional testing SHOULD tend to cover the full set of functionality that
3737
the **Service** claims to provide. [SQA-QC.Fun01].
3838
* **[SvcQC.Fun01.1]** Functional tests SHOULD be checked automatically.
39-
* **[SvcQC.Fun01.2]** Functional tests SHOULD include the public APIs of the **Service**.
39+
* **[SvcQC.Fun01.2]** Functional tests MUST include the public APIs of the **Service**.
4040
* **[SvcQC.Fun01.3]** Functional tests SHOULD include the Web interface of the **Service**.
4141

4242
* **[SvcQC.Fun04]** Functional tests SHOULD be provided by the developers of the inderlying

0 commit comments

Comments
 (0)