How do you log a bug?
A bug (or defect) is an issue identified during testing that affects functionality. It is logged using a defect tracking tool (e.g., Jira, Bugzilla) with the following details:
- Defect ID – Unique identifier for tracking.
- Summary – Brief description of the issue.
- Description – Steps to reproduce the bug.
- Severity – Impact level (High, Medium, Low).
- Priority – Fixing urgency (Critical, High, Medium, Low).
- Environment – Where the bug was found (Dev, Test, Prod).
- Assigned To – Developer responsible for fixing.
- Status – Open, In Progress, Resolved, Closed.
- Attachments – Screenshots/logs for reference.
Comments
Post a Comment