The card below is the “product under test”. Use guided mode to see the bug list upfront, or blind mode to find them yourself first.
Techniques: Exploratory testing, Error guessing
Staff directory
Your findings
0 / 0 bugs foundTick each bug as you confirm it on the page above. Progress saves automatically.
Write down every bug you find. Be specific — where it is, what’s wrong, what it should be.
Planted bugs (5)
- The spinner is visible at the same time as the results list — you can't be both loading and done. The spinner should disappear when results are shown.
- The header says 47 results but only 3 staff cards are rendered. Either the count is wrong or the remaining 44 results are missing (pagination not shown).
- The last updated timestamp reads 'never' — a placeholder that was never replaced with an actual timestamp.
- There is no empty state message for when a search returns zero results — the UI would presumably show nothing with no explanation.
- All staff photos render as grey circles. Either images failed to load or the src attributes are missing — no alt text fallback either.
Async state bugs: ask what the UI shows before data loads, while loading, after loading, when loading fails, and when results are empty. Each is a distinct state that needs testing.