Bug reporting
a.k.a. Issue reporting · Defect reporting
The process of capturing and communicating a software defect so an engineer can reproduce and fix it.
Resources
Short, vendor-neutral definitions of every term you'll see in modern QA workflows - from MTTR and severity levels to AI triage, PII redaction, and session replay.
a.k.a. Issue reporting · Defect reporting
The process of capturing and communicating a software defect so an engineer can reproduce and fix it.
a.k.a. Data masking · Field masking
Automatically masking personally identifiable information (names, emails, IBANs, auth tokens) from bug-report artefacts before they leave the browser.
a.k.a. Repro steps · Steps to reproduce
The numbered sequence of actions an engineer should take to reproduce a bug on their own machine.
A reusable structure for bug reports - typically title, environment, steps to reproduce, expected vs actual, and attachments.
a.k.a. In-app feedback widget · Bug report widget
A small UI element embedded inside a web app that lets users report bugs or send feedback without leaving the page.
The end-to-end process of tracking software defects from discovery through triage, prioritisation, fix, verification, and closure.
a.k.a. Issue triage · Defect triage
The decision-making step where new bug reports are classified by severity, owner, and priority before going into the backlog.
a.k.a. Bug severity · Priority levels
A 4-tier classification of defect impact, where S1 is a production outage and S4 is a cosmetic issue.
a.k.a. LLM bug triage · AI-assisted triage
Using a large language model to read raw bug-report context and propose a draft title, severity, owner, and duplicate-link for human approval.
a.k.a. Issue clustering · Bug deduplication
Identifying that a new bug report describes the same defect as an existing ticket, usually using vector embeddings of report content.
a.k.a. Session recording · User session replay
A short reconstructed video of the DOM, mouse, and input events leading up to a bug, played back from captured rrweb-style data.
Recording the browser's console output (errors, warnings, logs) and attaching it to a bug report.
a.k.a. HAR file · Network log
A structured log of every HTTP request the browser made (URL, method, status, timing), usually exported as a HAR file.
A defect that re-introduces a previously fixed problem, usually caused by a recent code change.
Moving testing and bug detection earlier in the software development lifecycle, ideally to the developer's local machine.
a.k.a. Mean Time To Repair · Mean Time To Recovery
The average elapsed time from when a defect is reported to when its fix is shipped to production.
The average elapsed time between a defect being introduced and it being noticed by a user, monitor, or QA process.
Install Oneclik in two minutes. Free forever for small teams.