Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

6) Once the test execution is complete, go back to the Test Case and mark it as Done.

Enter Defects

Enter Defects during sprint testing

If you are testing a ticket during the regular sprint cycle and a test step fails or there is a different result than the expected result, then you must do the following:

...

During regression testing, if a test step fails and there is a different result, or an error appears that is not expected, then a defect must be entered. The steps to create a defect are detailed below.

Entering Defects during Regression testing

1) Within the test case execution, click on the Defects Column and Create New Issue. Make sure you have the original developer Jira ticket open, the original test case open, as well as a new window for the defect open so that you can easily copy and paste details in step 2.

2) The Issue Type is Bug, and the Summary, Description, Priority, Environment, and original linked JIRA ticket should all be added.

The Summary is a short description of the bug, while the Description is a detailed step by step explanation of how to recreate reproduce the bug, and what the expected result is per the test case step. Its helpful to have the test case open in a separate window so that you can copy those details if needed.  

When detailing the steps to reproduce the bug, it is also helpful that you walk through these steps and attempt to reproduce the bug yourself. 

The Environment should be either test.openlmis.org or uat.openlmis.org , and you should provide as much detail about the environment that would help a developer when reproducing the bug, such as in which browser you tested (Chrome or Firefox)

3)The new bug should be linked to the JIRA ticket that is linked to the test case.

...

4) When a defect is created it will automatically get sent to the Roadmap. Remember to open the defect once it has been created and change the status to "To Do" so that it appears in the backlog to prioritize.

(lightbulb) Tips for reproducing and recording defects

  • Record screenshots or video
  • Document steps to reproduce, then walk through your steps when recording to ensure you have listed all the necessary steps in the defect.
  • View Developer Tools 
    • In Chrome this is how you access Developer Tools: Right click on the web page, click Inspect, then the developer tools should show as per example: Image Added
    • In Firefox this is how you access Developer Tools: From the Firefox menu select Tools, click Web Developer, then you will need to select which tool to view: Image Added