Defects

Defects portray the differences between the end-product and current versions. How do they work in ATM?

Defects highlight the differences between the objectives, goals of software functionalities and the reality. They are a straightforward information about what needs to be fixed and what issues need to be addressed. It goes without saying that identifying defects is a crucial part of testing and software development, as it guarantees a delivery of reliable and functional product.

Overall, Defects in ATM can be created from 3 places - Test Execution (TE), Test Case Execution (TCE) and a step in the TCE. Below, we are describing each of the paths for creating defects.

Test execution

Within each Test Execution work item view, the users can find a Defects tab. There, existing Defects can be linked to the execution or the users can add Defects. All of this is done with respective buttons at the top of the tab. The Link defects button opens up a search dialog window, where users can select defects either as a basic search or an advanced JQL one.

The Defects tab gathers the linked defects in a list as well. The table contains following details:

  • Defect key

  • Summary

  • Priority

  • Status

  • Date of creation

  • Date of latest update

  • Fix versions

  • Assignee

Test Case Execution

The Test Case Execution dialog window also contains a Defects tab, which collects information regarding this testing element. Following data is collected in a table:

  • Defect key

  • Summary

  • Relation

    • This column shows whether the defect relates in general to the selected TCE or has roots in a specific step of TCE

  • Priority

  • Status

  • Creation date

  • Assignee

Within this tab, the users can also add new or link already existing Defects.

Add defect button will open the Create work item dialog window. If the user has set a default project and work type while configuring the Testing Setup, the project and the work type will be automatically filled-in in the Create window.

TCE Step

Defects can also be added to an individual Test Step in the Test Case Execution dialog window. The button that allows to perform this action can be found at the bottom of each step. While creating a defect from the TCE Step, the description field will be automatically filled-in.

Last updated

Was this helpful?