3. Guidance3.1 Performing Unit TestsUnit tests are performed per SWE-062 - Unit Test. Unit test results should follow test procedures and be repeatable. IEEE STD 610.12-1990, IEEE Standard Glossary of Software Engineering Terminology, a "unit" is defined as: - A separately testable element specified in the design of a computer software component.
- A logically separable part of a computer program.
- A software component that is not subdivided into other components.
Given the low-level nature of a unit of code, the person most able to fully test that unit is the developer who created it. 3.2 Prepare for Unit TestingProjects ensure that the appropriate test environment, test materials, and personnel training (SWE-017 - Project and Software Training), are in place and then conduct unit tests per the approved plans (5.10 - STP - Software Test Plan), according to the schedule (SWE-016 - Software Schedule), and with proper monitoring per the software assurance plan, making sure that: - Criteria for a successful test are established before the test.
- The test environment represents inputs, output, and stimulus the unit will experience in operation.
- Capture weaknesses or differences between the unit test environment and the actual target environment.
- Following the approved plans for unit testing:
- Unit test results are captured and compared with the expected results in the approved test procedures, documenting any differences.
- Issues are identified and documented (some minor issues, such as typos, as defined by the project, may simply be corrected without documentation).
- Unit test issues are corrected; these may include:
- Issues found in the code.
- Issues found in test instruments (e.g., scripts, data, procedures).
- Issues found in testing tools (e.g., setup, configuration).
- Unit test corrections are captured (for root cause analysis, as well as proof that the unit test plans were followed).
- Unit test results are evaluated by someone other than the tester to confirm the results, as applicable and practical; evaluation results captured.
- Unit test data, scripts, test cases, procedures, test drivers, test stubs are captured for reference and any required regression testing.
- Notes captured in software engineering notebooks or other documents are captured for reference.
- Objective evidence that unit tests were completed and unit test objectives met is captured in the Software Development Folders (SDFs) or other appropriate project location as called out in the project documentation (e.g., 5.06 - SCMP - Software Configuration Management Plan, 5.08 - SDP-SMP - Software Development - Management Plan).
- Unit test metrics captured, as appropriate and defined for the project.
Per NASA-GB-8719.13 , NASA Software Safety Guidebook, software assurance is to "Verify unit testing and data verification is completed before the unit is integrated." Unit tests are particularly important for safety critical modules since this testing often cannot be done once more of the system has been integrated. Documented test results, results evaluations, issues, problem reports, corrections, and tester notes can all serve as evidence that unit tests were completed. Comparing those documents to the software test plans for unit testing can ensure the tests were completed following those documented procedures. Make sure evidence of all test passes is captured. See SWE-066 - Perform Testing. Once unit tests are completed and results are documented, the tests should be repeated to ensure the same results. 3.3 Additional GuidanceAdditional guidance related to this requirement may be found in the following materials in this Handbook: 3.4 Center Process Asset Libraries
See the following link(s) in SPAN for process assets from contributing Centers (NASA Only). |