Best Practices to follow while creating a Bug Report Flashcards
What is the first best practice for creating a Bug Report?
Be Clear and Specific
Write clear, concise, and specific descriptions of the bug.
Provide an example of a clear bug description.
App crashes when clicking the ‘Submit’ button on the feedback form.
What should be included in the steps to reproduce a bug?
List step-by-step instructions
Example: 1. Open the app. 2. Navigate to the feedback form. 3. Fill in the form and click ‘Submit’.
What environmental details should be included in a Bug Report?
OS, browser version, device type, and app version
Example: Tested on iPhone 12, iOS 14.5, App version 2.3.1.
What is a recommended practice regarding visual evidence in a Bug Report?
Use Screenshots and Attachments
Add screenshots, logs, or videos to provide visual evidence or additional context.
What should you assess and assign in a Bug Report?
Correct Severity and Priority
Assess and assign appropriate severity and priority levels.
What is an example of an objective statement in a Bug Report?
The login button is unresponsive.
What is a common pitfall to avoid when describing a bug?
Avoid Vague Descriptions
Write unclear or vague descriptions that don’t convey the specific issue.
What should you not omit in a Bug Report?
Essential Details
Critical information like steps to reproduce, environment details, or expected behavior.
What type of language should be avoided in a Bug Report?
Complex Language or Jargon
Overcomplicate the report with technical jargon unless necessary.
What type of information should not be included in a Bug Report?
Irrelevant Information
Unnecessary details that do not help in understanding or resolving the bug.
What is a mistake to avoid regarding severity and priority in a Bug Report?
Assigning Incorrect Severity/Priority
Mislabeling severity or priority leading to inappropriate prioritization.
What assumption should you avoid in a Bug Report?
Making Assumptions
Don’t assume the cause of the bug or speculate about the issue.
Fill in the blank: The bug description should be _______.
clear and specific.
True or False: It is acceptable to use technical jargon in a Bug Report if you think it’s necessary.
False.