bannera

Book A.
Introduction

Book B.
7150 Requirements Guidance

Book C.
Topics

Tools,
References, & Terms

SPAN
(NASA Only)

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

idtabs-1

1. Requirements

3.3.4 The project shall ensure that the software code is unit tested per the plans for software testing.

1.1 Notes

NPR 7150.2, NASA Software Engineering Requirements, does not include any notes for this requirement.

1.2 Applicability Across Classes

Classes F and G are labeled with "X (not OTS)." This means that this requirement does not apply to off-the-shelf software for these classes.

Class D Not Safety Critical is labeled with "P (Center)." This means that an approved Center-defined process which meets a non-empty subset of the full requirement can be used to achieve this requirement.

...

f*
g*
h0
ansc1
asc1
bnsc1
csc1
bsc1
esc1
cnsc1
dnscp
dsc1
ensc0

...

idtabs-2

2. Rationale

Unit testing is the process for testing the range of inputs to a unit to ensure that only the intended outputs are produced. By doing this at the lowest level, fewer issues will be discovered when the components are later integrated and tested as a whole. Therefore, during unit testing, it is important to check the maximum and minimum values, invalid values, empty and corrupt data, etc. for each input and output to ensure the unit properly handles the data (processes or rejects it).

...

Ensuring that developers perform unit testing in accordance with written test plans helps build quality into the software from the beginning and allows bugs to be corrected early in the project life cycle when such corrections cost the least to the project.

...

idtabs-3

3. Guidance

Per IEEE STD 610.12-1990, IEEE Standard Glossary of Software Engineering Terminology, a "unit" is defined as:
 
(1) A separately testable element specified in the design of a computer software component. 
(2) A logically separable part of a computer program.
(3) 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.  

Projects ensure that the appropriate test environment, test materials, and personnel training (SWE-017), are in place and then conduct unit tests per the approved plans (SWE-104), according to the schedule (SWE-016), and with proper monitoring per the software assurance plan, making sure that:

...

  • Unit test results are captured.
  • 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 testing tools and some integrated development environments (IDEs) can auto-generate unit tests based on the code. These tools provide a quick method to generate unit tests, but may not completely exercise the unit of code. Rerun units tests each time the unit is updated to ensure the code continues to work as expected. When continuous integration is part of the life cycle, all of the unit tests are rerun each time the code is updated to ensure only working code is 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 in accordance with those documented procedures.

Make sure evidence of all test passes is captured.

...

Note

Consult Center PALs for Center-specific guidance and resources related to unit testing.

Additional guidance related to unit testing may be found in the following related requirements in this handbook:

...

SWE-066

...

Perform Testing

...

SWE-067

...

Verify Implementation

...

SWE-069

...

Document Defects and Track

...

SWE-104

...

Software Test Plan

...

SWE-118

...

Software Test Report

Div
idtabs-4

4. Small Projects

Projects with limited budgets and personnel may choose to perform unit testing or capture unit test results and artifacts in a less formal manner than projects with greater resources. Regardless of the formality of the procedures used, the software test plans for unit testing need to describe the test environment/setup, results capture, simple documentation procedures, and compliance checks against the procedures. Some Centers have tailored lean unit test procedures and support tools specifically for small projects.

...

idtabs-5

5. Resources

...

toolstable

...

idtabs-6

6. Lessons Learned

The NASA Lessons Learned database contains the following lessons learned related to unit testing:

...