🐛 Bug Lifecycle Collocations
4 exercises covering every stage of a bug's life — from reporting to closing — and the precise English verb for each stage.
Bug lifecycle: verb + noun collocations
- report / file / open a bug → create the ticket
- triage a bug → assess priority and severity
- reproduce a bug → recreate the exact conditions
- escalate a bug → raise urgency or involve management
- resolve / close a bug → mark it done; reopen → it came back
0 / 4 completed
1 / 4
A QA engineer says: "I can't ___ the bug — the steps work fine on my machine but the error only appears in production."
Which verb is correct?
Which verb is correct?
"Reproduce" — the standard technical term for recreating a bug:
In software development, "reproduce" (or "repro") means to recreate the exact conditions under which a bug occurs. If you can reproduce a bug, you can investigate and fix it. If you can't reproduce it, it's typically marked as "cannot reproduce" (CNR).
Core bug investigation vocabulary:
Bug report standard sections:
① Steps to Reproduce (STR) ② Expected Result ③ Actual Result ④ Environment (OS, browser, version) ⑤ Attachments (screenshots, logs)
In software development, "reproduce" (or "repro") means to recreate the exact conditions under which a bug occurs. If you can reproduce a bug, you can investigate and fix it. If you can't reproduce it, it's typically marked as "cannot reproduce" (CNR).
Core bug investigation vocabulary:
- reproduce a bug → recreate it: "Can you reproduce it consistently?" / "Reproduced on Chrome 121, macOS only."
- repro steps → short for "reproduction steps" — the exact sequence of actions to trigger the bug
- intermittent / flaky → a bug that only appears sometimes: "It's intermittent — I can reproduce it about 30% of the time."
- deterministic → always reproduces with the same steps
Bug report standard sections:
① Steps to Reproduce (STR) ② Expected Result ③ Actual Result ④ Environment (OS, browser, version) ⑤ Attachments (screenshots, logs)