Bug Report - Best Practices Flashcards

1
Q

What is a bug report?

A

It is a document that includes all information about a software error.

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

What is the bug title, bug ID, and severity?

A

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

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

What is the priority, assigned to, and reported by?

A

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

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

What is the status, environment, and steps to reproduce?

A

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

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

What is expected result and actual result?

A

Expected result - Explanation of what we expect to see if there was no bug

Actual result - Explanation of the result that actually happened

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

What is the rule of the 3 W’s to write bug reports?

A
  1. WHAT happened
  2. WHERE did it happen
  3. WHEN (under WHICH circumstances)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the bug life cycle?

A
  1. New
  2. Assigned
  3. Resolved
  4. Closed or Reopened
How well did you know this?
1
Not at all
2
3
4
5
Perfectly