Module 9: Bug Report Writing Flashcards

1
Q

What are the Bug Description Components?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a major RESOURCE for writing bugs?

A

DevTrack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why is having one standard for bug writing so important?

A

For CLARITY and CONSISTANCY. The goal is to have a universal understanding between GTAs and developers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the STEP format?

A

STEPS are used instead for a paragraph format to create bug descriptions in order to properly REPRODUCE each bug.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What makes a good/well written bug?

A
  • Contains ALL components: STEPS, RESULTS, and SUMMARY
  • Clear and concise
  • Easily reproduced
How well did you know this?
1
Not at all
2
3
4
5
Perfectly