Relationship Between Problem Report, Symptoms and Defects

  • A problem report can have one or more symptoms.
  • A symptom can be caused by one or more defects.
  • The evidence of defect can be observed by one or more symptoms.

Note: Interview the user who reported the bug in order to gather sufficient level of detail about the dysfunction. The Pragmatic Programmer

Note: A bug report could mean that test assets# don’t cover enough area of the application. Write thorough test based on boundary conditions and realistic end-user usage#.

Links to this page
#debugging