forked from BlenderCN-Org/blenderfds28x
-
Notifications
You must be signed in to change notification settings - Fork 0
OLD SQA
Ruggero edited this page Nov 27, 2019
·
1 revision
Software quality assurance is defined as a systematic approach to the evaluation of the quality of and adherence to software standards, processes, and procedures.
Each BlenderFDS release is fully verified by running the export and import algorithms against the test suite. The test suite checks all BlenderFDS features. The resulting input file is compared (diff
) to those obtained by previous releases.
The code contains specific tools to verify the performance of the voxelization and boxelization algorithms. This tools are run after each code modification.
Code quality, readability and maintainability is preferred over new features.