Lesson 5
Testing Before You Publish
A practical scan checklist.
A QR asset is not done when the PNG renders—it is done when target users can scan it in context.
Minimum checklist
- Scan with two devices — iOS and Android if your audience is mixed
- Scan at final size — print a proof or view the slide at 100% zoom
- Scan under realistic light — dim rooms and glare matter
- Confirm the payload — URL opens the correct environment; Wi-Fi joins the right SSID
- Re-scan after edits — any change to text, colors, or size requires a new test
When scans fail
Work through this order:
- Is the payload string correct (typo, wrong URL, broken Wi-Fi schema)?
- Is contrast sufficient and margin preserved?
- Is the print too small or blurry?
- Is the string too long for the chosen error correction level?
Ops and support habits
- Version QR assets in docs like any other link ("QR v3 — 2026-05")
- Prefer stable URLs with redirects you control over reprinting
- For internal tools, note the encoded string in the runbook—not only the image file
Key takeaway
Treat QR publishing like shipping a link: preview locally, verify on device, then distribute. The generator is the first step, not the last.