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: Equivalence partitioning, Decision table testing
Book a service appointment
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 first option is 'Oil change' (a real value), not the 'Select a service...' placeholder — the form will silently submit 'oil change' if the user doesn't change the selection.
- The placeholder option appears second in the list. Placeholders should always be first so they're the default selection.
- The option 'Tyre rotation' with value 'tyre-rotation' is listed twice — a duplicate that will confuse users.
- The service select has a red asterisk but no
requiredattribute — the form can submit without a real service selection. - The time select defaults to 'Morning' without a 'Please select...' placeholder. Users may not notice they need to actively choose, leading to accidental morning bookings.
Dropdown bugs: check default selection, placeholder position, duplicates, required attribute, and disabled options behaviour.