Logging Bug/Defect

How do you log bugs?


In software testing, the bug report is a detailed document detailing the flaws discovered in the software application. The bug report comprises every detail regarding a bug, such as the description, the date the bug was discovered, the identity of the tester who discovered it, the name of the developer who corrected it, and so on. The bug report aids in the detection of similar bugs in the future, allowing them to be avoided.

My Bug Report should include the following details when reporting the bug to the developer.

  • Defect ID — The defect’s unique identifying number.
  • Defect Description — Detailed explanation of the Defect, including information about the module where the Defect was discovered.
  • Version — The application version in which the flaw was discovered.
  • Steps — A detailed set of steps with screenshots that the developer can use to reproduce the issues.
  • Date Raised — Date when a Defect Is highlighted
  • Reference — To help explain the fault, include references to papers such as specifications, design, architecture, or even screenshots of the error.
  • Detected By — Name/ID of the tester who reported the issue
    Status — The defect’s current state; more on this later.
  • Status — The defect’s current state; more on this later.
  • Fixed by — Name/ID of the developer who made the fix
  • Date Closed — The date on which the defect was resolved.
  • Severity — the fault defines its influence on the application.
  • Priority — that is related to the urgency of defect correction. Severity According to the impact urgency with which the issue should be corrected, the priority could be set to High, Medium, or Low.

Comments

Popular posts from this blog

Design Phase (SDLC)

UseCase Vs TestCase

TestCase Vs TestScenario