A bug report (or defect report) is a document that describes an issue found during testing, including enough details so developers can understand, reproduce, and fix the problem effectively.
Field | Example |
---|---|
Bug ID | BUG-002 |
Title | Login button not responding on Chrome |
Description | When clicking the Login button after entering valid credentials, no action is triggered. |
Steps to Reproduce |
1. Open Chrome 2. Navigate to login page 3. Enter valid credentials 4. Click the Login button |
Expected Result | User should be redirected to the dashboard |
Actual Result | Nothing happens on clicking Login |
Severity | High |
Priority | Critical |
Environment | Chrome v114 on Windows 11 |
Attachments | login_issue_screenshot.png |