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
File upload
📂
Drag and drop your file here, or
PDF, DOC, DOCX only. Maximum 5MB.
Upload failed. Please try again.
quarterly-report-FINAL-v3-FINAL.pdf
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 'Upload failed' error is visible simultaneously with a 65% progress bar — contradictory states. Either uploading or failed, not both.
- The Upload button is permanently disabled with no way for the user to enable it — they can't retry after fixing the error.
- The error says 'Upload failed. Please try again.' but the retry button is disabled. The user is stuck with no path to recovery.
- The progress bar shows 65% but there's no label indicating whether the upload is paused, failed, or in progress. A progress bar without a status label is ambiguous.
- The uploaded file name is shown but there's no indication of file size or whether it passed the 5MB validation. The error could be caused by an oversized file — but the message is generic.
Error recovery: for every error state, ask: does the user know what went wrong? Can they fix it? Can they retry? Is the UI in a clean, consistent state?