User Tools

Site Tools


codesnippets:verificationandvalidation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
codesnippets:verificationandvalidation [2024/06/02 22:59] f2b216codesnippets:verificationandvalidation [2025/10/08 00:48] (current) – external edit 127.0.0.1
Line 6: Line 6:
  
   * All tests are created according to the [[codesnippets:testingconventions|Testing conventions]]   * All tests are created according to the [[codesnippets:testingconventions|Testing conventions]]
-  * All tests are automated by using the bash file "st"+  * All tests are automated by using the bash file 'test.bat', 'test.sh' or 'test.zsh'
-    * The test results are written into file "TestResult.txt" in folder "test".+    * The test results are written into file "result.txt" in folder "test".
   * Checks are conducted before dry runs of test:   * Checks are conducted before dry runs of test:
     * All library files have a corresponding test files ("Spec _ _ _ .hs")     * All library files have a corresponding test files ("Spec _ _ _ .hs")
Line 41: Line 41:
     * All functions are in all module "Spec _ _ _ .hs"     * All functions are in all module "Spec _ _ _ .hs"
       * e.g. for the file "./src/CharCode.hs" is also a file "./test/SpecCharCode.hs"       * e.g. for the file "./src/CharCode.hs" is also a file "./test/SpecCharCode.hs"
 +    * All functions described and hence required covered by tests or analysis.
     * All tests are OK     * All tests are OK
     * All results of the checks are documented in a Software Configuration File, including     * All results of the checks are documented in a Software Configuration File, including
Line 50: Line 51:
       * module names       * module names
       * file checksums       * file checksums
 +
  
 ===== Pre-Release Rules ===== ===== Pre-Release Rules =====
  
-  * The copying of the software product and by-products to an online pre-release folder is executed by the bash file "spr".+  * The copying of the software product and by-products to an online pre-release folder is executed by the bash file 'distr.bat', 'distr.sh' or 'distr.zsh'.
   * A final end-test is executed to test   * A final end-test is executed to test
     * Download procedures     * Download procedures
Line 61: Line 63:
     * Availability of licensing information     * Availability of licensing information
     * Availability of disclaimers     * Availability of disclaimers
 +
  
 ===== Release Rules ===== ===== Release Rules =====
  
   * After successful final end test according to the pre-release rules,    * After successful final end test according to the pre-release rules, 
-    * the copying of the software product and by-products to an online release folder is executed by the bash file "sr".+    * the copying of the software product and by-products to an online release folder is executed by the bash file 'deploy.bat', 'deploy.sh' or 'deploy.zsh'.
  
  
 ===== ✎ ===== ===== ✎ =====
 ~~DISCUSSION~~ ~~DISCUSSION~~
codesnippets/verificationandvalidation.1717361963.txt.gz · Last modified: (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki