Best Practices to follow while creating a Bug Report Flashcards

1
Q

What is the first best practice for creating a Bug Report?

A

Be Clear and Specific

Write clear, concise, and specific descriptions of the bug.

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

Provide an example of a clear bug description.

A

App crashes when clicking the ‘Submit’ button on the feedback form.

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

What should be included in the steps to reproduce a bug?

A

List step-by-step instructions

Example: 1. Open the app. 2. Navigate to the feedback form. 3. Fill in the form and click ‘Submit’.

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

What environmental details should be included in a Bug Report?

A

OS, browser version, device type, and app version

Example: Tested on iPhone 12, iOS 14.5, App version 2.3.1.

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

What is a recommended practice regarding visual evidence in a Bug Report?

A

Use Screenshots and Attachments

Add screenshots, logs, or videos to provide visual evidence or additional context.

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

What should you assess and assign in a Bug Report?

A

Correct Severity and Priority

Assess and assign appropriate severity and priority levels.

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

What is an example of an objective statement in a Bug Report?

A

The login button is unresponsive.

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

What is a common pitfall to avoid when describing a bug?

A

Avoid Vague Descriptions

Write unclear or vague descriptions that don’t convey the specific issue.

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

What should you not omit in a Bug Report?

A

Essential Details

Critical information like steps to reproduce, environment details, or expected behavior.

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

What type of language should be avoided in a Bug Report?

A

Complex Language or Jargon

Overcomplicate the report with technical jargon unless necessary.

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

What type of information should not be included in a Bug Report?

A

Irrelevant Information

Unnecessary details that do not help in understanding or resolving the bug.

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

What is a mistake to avoid regarding severity and priority in a Bug Report?

A

Assigning Incorrect Severity/Priority

Mislabeling severity or priority leading to inappropriate prioritization.

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

What assumption should you avoid in a Bug Report?

A

Making Assumptions

Don’t assume the cause of the bug or speculate about the issue.

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

Fill in the blank: The bug description should be _______.

A

clear and specific.

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

True or False: It is acceptable to use technical jargon in a Bug Report if you think it’s necessary.

A

False.

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

What is an example of a vague bug description?

A

Something is wrong with the login page.

17
Q

Fill in the blank: The report should include severity and _______.

A

priority.