Module 9: Bug Report Writing Flashcards
What are the Bug Description Components?
1) STEPS to Reproduce
- Conditions: The set-up before the actions. (Who, What, and Where)
- Actions: The detailed steps required to reproduce the bug. (When and How)
2) The RESULTS: the undesired result, this describes the actual bug itself.
3) SUMMARY: Simplified version of the end result and how it happens. Keep it short.
What is a major RESOURCE for writing bugs?
DevTrack
Why is having one standard for bug writing so important?
For CLARITY and CONSISTANCY. The goal is to have a universal understanding between GTAs and developers.
What is the STEP format?
STEPS are used instead for a paragraph format to create bug descriptions in order to properly REPRODUCE each bug.
What makes a good/well written bug?
- Contains ALL components: STEPS, RESULTS, and SUMMARY
- Clear and concise
- Easily reproduced