Updated 2. Software Architecture Specification (markdown)

Cyber-Luke 2022-04-22 15:17:42 +02:00
parent 6f61fdf7eb
commit a8ae2a7647

@ -115,7 +115,7 @@ Attention is paid to transferability to later projects, through the involvement
#### 2.3.1.1 Testability<a name="S14"/>
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 <a name="QC"/>