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:

  1. Defect ID – Unique identifier for tracking.
  2. Summary – Brief description of the issue.
  3. Description – Steps to reproduce the bug.
  4. Severity – Impact level (High, Medium, Low).
  5. Priority – Fixing urgency (Critical, High, Medium, Low).
  6. Environment – Where the bug was found (Dev, Test, Prod).
  7. Assigned To – Developer responsible for fixing.
  8. Status – Open, In Progress, Resolved, Closed.
  9. Attachments – Screenshots/logs for reference.

Comments

Popular posts from this blog

What is CI, CD and CT?

What is test automation?