From 3949d8a7161f45bf262ede60729b9e33bae9a2d2 Mon Sep 17 00:00:00 2001 From: Hans-Martin-Heinkel <59723316+Hans-Martin-Heinkel@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:29:25 +0100 Subject: [PATCH] Update README.md --- examples/TraceabilityDemo/README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/examples/TraceabilityDemo/README.md b/examples/TraceabilityDemo/README.md index 3ba41c8..24f1b94 100644 --- a/examples/TraceabilityDemo/README.md +++ b/examples/TraceabilityDemo/README.md @@ -132,21 +132,13 @@ composed of two activities: code verification and calculation verification, whic > The objective is to identify and to remove errors in the source code and numerical algorithms of the computational software. The goals of code verification are to identify and remove errors in the source code and -numerical algorithms of the computational software. Documented results from verification studies conducted by -the software developer may be referenced to support code verification. However, the verification studies from the -software developer may not encompass all aspects of the software used for the COU, and thus additional code verification -specific to the COU may be required. Code verification activities include software quality assurance and numerical code -verification. +numerical algorithms of the computational software... #### 3.1.1 Software Quality Assurance > Apply Software Quality Assurance (SQA) procedures and document the results to ensure that the software is functioning correctly and produces repeatable results on a specified computer resource in a specified software environment. -The objective of SQA is to ensure that the software is functioning correctly and produces repeatable results on a specified computer resource in a specified software environment. Types of computa- -tional model software include, but are not limited to, off-the-shelf (OTS), modified off-the-shelf (MOTS), and user-devel- -oped. SQA is achieved through software validation on OTS and MOTS software and software quality development -assurance on MOTS and user-developed software. - +The objective of SQA is to ensure that the software is functioning correctly and produces repeatable results on a specified computer resource in a specified software environment.... #### Documentation ``` Describe your executed activities