Beginner Writing #bug-reports #qa #reproducibility

Bug Report Writing

3 exercises — write effective bug report titles, step-by-step reproduction instructions, and precise Expected/Actual behaviour sections.

0 / 3 completed
Bug report structure
  • Title: [Component] [symptom] on [environment] — specific and searchable
  • Steps to Reproduce: numbered, with exact inputs, URLs, and element names
  • Expected: what should happen according to design or specification
  • Actual: what does happen — include error messages and frequency
  • Environment: OS, browser/app version, device, build number
1 / 3

A junior developer writes this bug report title:

"Search is slow on big datasets"

Which rewrite follows best practice for a bug report title: [Component] [symptom] on [context]?