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: Regression testing, Risk-based testing
User profile — recent changes
A developer fixed a bug in the address form last sprint. Review the current state of the profile page for regressions.
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 (6)
- Data Inconsistency: The address is in Wellington, NZ, but the Country field shows 'Australia'.
- Calculation Error: Profile completeness shows 40% despite all visible fields being populated.
- Technical Failure: The avatar image logic is broken, leaving an empty placeholder.
- Security (IDOR): The page metadata (data-user-id) shows 1024, but the content belongs to User 123. A regression in the session-to-profile mapping.
- Security (XSS): The Account type is rendering raw script tags instead of escaping them, indicating an XSS vulnerability in the view layer.
- Date Paradox: "Member since 2028" is a future date, likely caused by a regression in the UTC conversion or database default value.
Senior regression testing requires looking beyond the UI. Check metadata, inspect security headers/tags, and look for logical paradoxes (like dates in the future) that a junior might miss.