From a8ae2a7647d2c762a2cd91f9a7909d0e7324435f Mon Sep 17 00:00:00 2001
From: Cyber-Luke <75857685+Cyber-Luke@users.noreply.github.com>
Date: Fri, 22 Apr 2022 15:17:42 +0200
Subject: [PATCH] Updated 2. Software Architecture Specification (markdown)
---
2.-Software-Architecture-Specification.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/2.-Software-Architecture-Specification.md b/2.-Software-Architecture-Specification.md
index 568280a..400daba 100644
--- a/2.-Software-Architecture-Specification.md
+++ b/2.-Software-Architecture-Specification.md
@@ -115,7 +115,7 @@ Attention is paid to transferability to later projects, through the involvement
#### 2.3.1.1 Testability
-This is probably the second most important point after usability, care must be taken to ensure that the code is testable. On the one hand directly in the code, but also testing the binary is important. For this purpose, various test cases are described and worked through on another page. Thereby, to keep quality high, errors that cause undesirable behavior or even fatal errors must be eliminated.
+This is probably the second most important point after usability, care must be taken to ensure that the code is testable. On the one hand directly in the code, but also testing the binary is important. For this purpose, various test cases are described and worked through on the "Systemtestplan" page. Thereby, to keep quality high, errors that cause undesirable behavior or even fatal errors must be eliminated.
# 3. Quality Concept