bannera

Book A.
Introduction

Book B.
7150 Requirements Guidance

Book C.
Topics

Tools,
References, & Terms

SPAN
(NASA Only)


SWE-069 - Document Defects and Track

1. Requirements

3.4.5 The project shall document defects identified during testing and track to closure.

1.1 Notes

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

1.2 Applicability Across Classes

Class D, Not Safety Critical and Class G are 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.

Class

  A_SC 

A_NSC

  B_SC 

B_NSC

  C_SC 

C_NSC

  D_SC 

D_NSC

  E_SC 

E_NSC

     F      

     G      

     H      

Applicable?

   

   

   

   

   

   

   

    P(C)

   

   

   

    P(C)

   

Key:    A_SC = Class A Software, Safety-Critical | A_NSC = Class A Software, Not Safety-Critical | ... | - Applicable | - Not Applicable
X - Applicable with details, read above for more | P(C) - P(Center), follow center requirements or procedures

2. Rationale

Documenting software defects identified during testing provides a basis for improving the software product, preventing future occurrences of the same issues, and capturing data used to measure software quality. This includes software reliability which is based on defect data and the level of fault and failure detection (NASA-STD-8739.8, Software Assurance Standard 278).  NASA-STD-8739.8, NASA Software Assurance Standard, 278 includes the following possible effects of software defects, which serve as good reasons for capturing and tracking defects to closure:

  • Adverse impact to attainment of mission objectives.
  • Operational problems.
  • Additional rework.
  • Adverse impact to user productivity.
  • Impact to system safety.
  • Loss of functionality.

Other reasons for defect tracking include:

  • Give management visibility into past and current software problems (NASA-STD-8719.13, NASA Software Safety Standard 271).
  • Record defects for future reference (NASA-GB-8719.13, NASA Software Safety Guidebook 276).
  • Input to metrics determination (e.g., defect density).
  • Identify process tendencies and mitigate weaknesses.
  • Basis of learning and avoidance of repeated mistakes.
  • Historical data allows:
    • Better estimates for completing software changes.
    • Better estimates for unit testing effort/time.
    • Identify if more time needed for unit testing (due to high defects/ Lines of Code (LOC)).
    • Better time estimates for development phases in future projects.
    • Estimation of time for future change requests.
    • Identify where testing resources are best used (focus on finding defects earlier in life cycle).
    • Determine benefit of development process changes.

3. Guidance

While defects are documented during the developer's unit tests as well as formal testing, the formality of the documentation during local unit test is considerably less. When formally documenting software defects and tracking them to closure, the following fundamental tasks are performed, regardless of the tool used 317:

  • Capture information.
    • Create guidelines that establish the minimum information to be captured, ensuring that adequate, vital  information is captured about the defect.
    • Consider the following:
      • Title: A simple clear title that makes searching for the defect easy.
      • Summary: A clearly written paragraph or two describing the problem.
      • System configuration: Exact configuration of the system when and where the defect was found (not all defects are found on all system configurations).
      • Steps to reproduce: Precise, detailed explanation of how to reproduce the defect.
      • Expected results: A description of what was expected, how the system should work; use diagrams or screen shots when necessary.
      • Notes: Information not captured elsewhere, but important to reach a resolution; if not captured elsewhere, contact information for the person who found the defect.
    • Consider the following to allow report generation from the defect data:
      • Date reported.
      • User information (name, contact information, etc.).
      • Organizational data (department who found the defect).
      • Other clarifying data.
  • Ensure reproduction.
    • To confirm that the defect is fixed, it must be reproducible.
    • Exceptions exist, but confirmation of the correction can be time-consuming if the problem is not readily reproducible.
  • Prioritize defects.
    • Valuable resources must be allocated to correct defects, so prioritizing them is important to ensure the best and most beneficial use of those resources.
    • Consider using priority definitions and "rules" appropriate for your project such as:
      • High: Major impact on customer; must be fixed immediately.
      • Medium: Major impact on customer; should be fixed before release or a patch issued.
      • Low: Minor impact on customer; should be fixed if there is time, but can be deferred
    • See the Resources section of this guidance for additional information for prioritizing defects.
  • Use constructive communication.
    • Keep channels of communication open between those who enter problem reports and those assigned to correct those defects.
    • Constructive communication can be essential to problem resolution.
  • Use a tool.
    • A defect-tracking tool provides a common approach to defect tracking and facilitates vital information capture.
    • A defect-tracking tool with a good interface can simplify information capture; in addition, users are more likely to use the tool if a minimal feature set is implemented that focuses on the project's defect tracking goals and objectives.
    • A defect tracking tool allows for automated metric generation.

NASA-STD-8719.13, NASA Software Safety Standard, 271 recommends the following:

Capture defects in tools as well as the software product.

Review problem reports for safety impacts.

Include in the problem report:

  • Description of the problem.
  • Recommended solutions.
  • Final disposition of the problem.
  • The system-level hazard, if the problem is a safety-critical software problem.

Use a Change Control Board (CCB) to review and disposition (reject or approve) problem reports.

Consider capturing safety concerns in a Problem Reporting and Corrective Action (PRACA) system


NASA-GB-8719.13, NASA Software Safety Guidebook, 276 recommends the following:

Use configuration management (CM), problem reporting or defect management tool for ordered recording and tracking to closure.

Review problems for safety impact, including review of corrective action or software update to ensure no additional hazard or adverse impact to safety.

Include in the problem report:

  • Description of unexpected behavior.
  • Analysis performed to determine the cause.
  • What was done to correct the problem.

When tracking to closure:

  • Verify problem fixed.
  • Ensure fix does not have negative effect on other parts of the system.


Other practices to consider include 317:

  • Avoid duplicating defects.
  • Use a defect tracking workflow (e.g., verify defect, allocate resources to fix, verify fix, release fix).
  • Integrate defect tracking tool with CM.

Problem reports can provide key data for trending software quality metric data. To ensure meaningful metrics can be reported, problem reports contain information such as that shown below. Specific metrics are based on the policies and procedures at each NASA Center or the needs/desires of a particular project. 


The team needs to clearly define options for each category so users apply them consistently and to allow accurate metrics collection.

  • Defect types (error in logic, design, computation, data handling, functional specification, etc.).
  • Defect location (subsystem, module, database, document, etc.).
  • Defect priority/criticality (Level 1, Level 2, Level 3; high, medium, low; severe, major, minor; show stopper, enhancement, emergency).
  • Life-cycle phase (requirements, design, unit test, integration test, system test, acceptance test, etc.).


Consult Center Process Asset Libraries (PALs) for Center-specific guidance and resources related to documenting and tracking software defects.

Additional guidance related to software testing and related defects may be found in the following related requirements in this Handbook:

SWE-062

Unit Test

SWE-068

Evaluate Test Results

SWE-104

Software Test Plan

SWE-118

Software Test Report


4. Small Projects

The Goddard Space Flight Center (GSFC) Excel-based tool which can be found in the Tools Table located in this Electronic Handbook can be used to manage problem reports and generate related metrics analyses. It is particularly targeted to small projects that may not want to use a larger, more complex, or expensive tool. Using this tool to manage problem reports will meet all requirements for problem reporting -- both the information stored for each problem and the summary metrics used to assess the overall software quality. The User's Guide for this tool is found on the first tab in the spreadsheet, and describes both the initial set-up process and how the tool is used throughout a project.

Ames Research Center (ARC) has successfully used free Open Source tools that can be customized or used "out of the box." These tools are viable options for projects with limited budgets.

5. Resources

5.1 Tools

Tools to aid in compliance with this SWE, if any, may be found in the Tools Library in the NASA Engineering Network (NEN).

NASA users find this in the Tools Library in the Software Processes Across NASA (SPAN) site of the Software Engineering Community in NEN.

The list is informational only and does not represent an “approved tool list”, nor does it represent an endorsement of any particular tool. The purpose is to provide examples of tools being used across the Agency and to help projects and centers decide what tools to consider.



6. Lessons Learned

No Lessons Learned have currently been identified for this requirement.