Bug Template
The following are the key details that must be included in a bug report. This allows the development team to quickly reproduce the issue (the first step to solving it).
Bug Remediation Process
Bug is discovered
Bug report is documented
QA team reviews bug report for sufficient details
QA team attempts to reproduce the bug
If team can reproduce the bug, bug is moved to ready
If team cannot reproduce the bug, the bug is closed as not reproducible
Project Owner team prioritizes bug
Project Owner team adds bug to a sprint
Development team addresses bug
Code Review
QA
UAT
Completion
Bug Report Template
h2. Steps to Reproduce
Given I am logged in a [USER ROLE] When I go to [NODE URL] And I try to [write out instructions of steps to produce issue] Then I expected [DESIRED RESULT]
Actual Result: [Define exactly what happened as a result]
h3. ATTACHMENT(S): Note: Please attach screenshot images detailing issue alongside desired modification(s).
Last updated
Was this helpful?