How I may help
LinkedIn Profile Email me!
Call me using Skype client on your machine

Reload this page Bug Reporting

This discusses what to keep in mind as you write bug reports that make debugging easier.

 

Topics this page:

  • App Versions
  • Run Conditions
  • Steps to Reproduce
  • Analysis
  • Priorities
  • Assigned To
  • Summary
  • Defect Status
  • Your comments???
  •  

    Site Map List all pages on this site 
    About this site About this site 
    Go to first topic Go to Bottom of this page


    Set screen Application Version

      Specify the detailed specific version of each component under discussion. Also specify the version of the requirements document which server as the basis for determining whether the application is behaving as expected.



    ...


    Go to Top of this page.
    Previous topic this page
    Next topic this page

    Set screen Run Conditions

      Define the conditions of the test run. Examples of this are:

      • Platform characteristics (CPU type, RAM memory, etc.).
      • Type of test run (maximum values, load test, time-out, etc.)
      • Focus of run (negative test, etc.)
      • Date and time settings

      This gives debuggers the information they need to narrow down the cause of the problem.



    ...


    Go to Top of this page.
    Previous topic this page
    Next topic this page

    Set screen Steps to Reproduce

      Write step-by-step instructions to reproduce the bug. Number each step. Example:

      1. As user ___ from an NT4 Pro client, sign in the ___ server with a blank database.
      2. Click menu item ...
      3. Select From any account.
      4. Enter ...
      5. Select Hungary.
      6. Click Next.
        Notice that ...

      Start each step with an active verb such as "click OK", "select checking account", "type value 99 in the Transaction Amount field", etc. The last step should reveal the concern stated in the Summary sentence ("Temp delay EOT"). Note whether "Temp delay" screens results in an End of Transaction or End of Session (EOS) which causes another logon.

      To avoid needless repetition, produce a Test Specification document that defines the meaning of special words.

      If a special program not used by typical users is needed to view results (such as a log viewer), note its use.



    ...


    Go to Top of this page.
    Previous topic this page
    Next topic this page

    Set screen Analysis

      Expore the extent of a bug's impact. State the result from various conditions under which the bug was found/verified. Examples:

      • This occurred for all account types.
      • This did not occur for other countries (Spain, etc.).
      • This did not occur for other currencies.
      Other examples are different routes throught he application to the same point of failure, similar functions in the same application, different browsers, different software and hardware configurations, different locales, different security contexts, previous versions, different run dates, etc.



    ...


    Go to Top of this page.
    Previous topic this page
    Next topic this page

    Set screen Priority/Severity Level

      Indicate the impact each defect has on testing efforts or the user of the application under test. This information is used for prioritizing work on defects.

      A sample guideline for assignment of Priority Levels during the product test phase include:

      1. Show Stopper - an item that prevents further testing of the product or function under test. Examples of this include an installation process which does not load a component; a GPF (General Protection Fault) or other situation which freezes the system (requiring a reboot); or a missing menu option or security permission required to access a function under test.

        Within a production test context, this category could also include incorrect financial calculations and even cosmetic items.

      2. High — an item that does not function as expected/designed. Examples of this include: inaccurate calculations; the wrong field being updated; the wrong rule, phrase, or data being retrieved; an update operation that fails to complete; slow system turn-around performance; or a transaction journal record which fails to occur as expected.

      3. Medium — Annoyances which does not conform to standards and conventions. Examples include incorrect hot-key operation; an error condition which is not trapped; or matching visual and text links which lead to different end points.

      4. Low — Cosmetic issues which are not crucial to the operation of the system. Examples of this include misspelled or ungrammatical text; or inappropriate, inconsistent, or incorrect formatting (such as text font, size, alignment, color, etc.).

      Management makes the decision whether an application should be shipped in light of the number and types of defects open.



    If you practice FMEA (Failure Mode and Effects Analysis), you would prioritize based on the Risk Priority Number (RPN) number calculated by multiplying three numbers:

    RPN = SEV x OCC x DET

    Severity (SEV) for how significant the impact of the effect is on the customer.

    Occurrence (OCC) for how likely the cause of the failure mode is to occur.

    Detection (DET) for how likely the current system is able to detect a cause or failure mode if it does occur.

    The higher the RPN, the more focus should be given to the particular problem in the root Cause-and-Effect diagram.


    Go to Top of this page.
    Previous topic this page
    Next topic this page

    Set screen Assign To

      Understand the organizational structure of those who will work on resolving your bugs. Consider putting the name of the person who is most likely to work on each particular bug.

      Most organizations who value fast turnaround of bug fixes prefer this approach.

      However, some (usually complex) organizations prefer all bugs for a project to flow through a coordinator or manager who then assigns the individuals to work on each particular bug.

      For example, if the development team is divided by people who write reports and people who write GUI code, analyze bugs so that you can specify who should review each specific bug report.

      • "GUI dialog xxx does not ... "
      • "REPORT yyy does not ... "
      • "REQUIREMENT yyy.xx does not define ... "

      This avoids the common situation of a bug report from being closed by one person for a single sub-item when additional sub-items going unsolved.



    ...


    Go to Top of this page.
    Previous topic this page
    Next topic this page

    Set screen Summary

      Follow these general rules when crafting statements:

      • Be specific. Don't use vague phrases such as "problems with .", "is incorrect", or "issue with". State the expected behavior which did not occur - such as "after . pop-up . did not appear." and the behavior which occurred instead.

      • Use present tense. Say "appears" instead of "will appear".

      • Don't use unnecessary words such as "apparently". State observed facts.

      • Don't add multiple exclamation points!!!! (We do want to help.) End sentences with a period.

      • DON'T USE ALL CAPS (That's the same as shouting.) Format words in upper and lower case (mixed case).

      Other examples are different routes throught he application to the same point of failure, similar functions in the same application, different browsers, different software and hardware configurations, different locales, different security contexts, previous versions, etc. when applicable.



    ...


    Go to Top of this page.
    Previous topic this page
    Next topic this page

    Set screen Status of Defect Items

      A defect item attains these states of status:

      1. Testers create defect items with an Evaluation status. The item remains in that state while the item is being analyzed by developers.

      2. A tester may place a defect item into Withdrawn status items which duplicate another item already reported or is the result of tester misunderstanding about how the application should operate.

      3. Management may wish to mark certain defect items as Discarded or Forwarded to a future release if the application is allowed to be shipped as-is with the defect. This usually happens because of time constraints.

      4. Analysts place a defect item into Development status when analysis is complete and changes are being made to the application by developers.

      5. Developers changes the status of a defect item to Testing after unit testing. This signals to testers that application changes can be tested again. Such items are noted on a Hand-off memo from developers to testers.

      6. If changes by developers did not fix the problem reported, that defect item can be Returned to development. Another defect item is created if a fix introduces another problem.

      7. After a tester verifies that a defect has been fixed, the defect item is Closed.



    ...


    Go to Top of this page.
    Previous topic this page
    Next topic this page

    Portions ©Copyright 1996-2010 Wilson Mar. All rights reserved. | Privacy Policy |

    Search

    Related Topics:

  • Test Plans
  • Bug Report
  • Defect Analysis
  • Data Driven Testing
  • Transition Testing
  • Free Training!
  • Technical Support

  • How I may help

    Send a message with your email client program


    Your rating of this page:
    Low High




    Your first name:

    Your family name:

    Your location (city, country):

    Your Email address: 



      Top of Page Go to top of page

    Thank you!