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: State transition testing, Exploratory testing
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 Dashboard link uses
font-weight:600while others don't — but colour is the same (#fff vs #aac4ee). There's no underline, border, or background to clearly indicate the current page. - The session expiry banner has an 'Extend session' link but no way to dismiss the warning if the user wants to ignore it.
- The '2 minutes' text is hard-coded HTML, not a live timer. It will always say 2 minutes regardless of actual session state.
- The footer links to
/admin/usersand/admin/billingare visible on the dashboard. These should only appear for users with admin privileges. - Every nav link points to
#— clicking any of them does nothing except scroll to the top. The navigation is non-functional.
Navigation bugs: check active state styling, that links actually go somewhere, role-based visibility, and that session management UI is functional and accurate.