Bug Report - Best Practices Flashcards
What is a bug report?
It is a document that includes all information about a software error.
What is the bug title, bug ID, and severity?
Bug title - Short summary of what went wrong and where it happened
Bug ID - ID that is usually automatically assigned by bug tracking system
Severity - Describes how severe the impact of the error is to the system
What is the priority, assigned to, and reported by?
Priority - The order in which the problem should be fixed
Assigned to - Name of the person that should work on the bug
Reported by - Name of the person reporting the bug
What is the status, environment, and steps to reproduce?
Status - the current status of the bug
Environment - All information about the system used during testing
Steps to reproduce - list of step by step instructions for developer to follow
What is expected result and actual result?
Expected result - Explanation of what we expect to see if there was no bug
Actual result - Explanation of the result that actually happened
What is the rule of the 3 W’s to write bug reports?
- WHAT happened
- WHERE did it happen
- WHEN (under WHICH circumstances)
What is the bug life cycle?
- New
- Assigned
- Resolved
- Closed or Reopened