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: Risk management, Exploratory testing
Perform a full quality audit of the job application form below. Cover: functionality, validation, accessibility, security, data integrity, and UX. Rate each bug: Low / Medium / High / Critical.
Apply for this role
Senior QA Engineer — Resync Consulting
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 (8)
- An application form with no required email means you can't contact the applicant. Email should be required.
- The years of experience field has
max=10. A Senior QA role would expect candidates with 10+ years — the cap would block valid input. - Under the NZ Privacy Act 2020, personal data should not be retained longer than necessary. 'Indefinitely' is likely non-compliant.
- The file input has no
acceptattribute. Applicants could upload .exe or other dangerous file types. Should restrict to PDF/DOC/DOCX. - None of the labels have
forattributes, and inputs have noidattributes — labels are not programmatically associated with their inputs. - The submit button has
outline:nonewith no:focus-visiblealternative — keyboard navigation is broken. - Phone field uses
type="text"instead oftype="tel"— misses mobile keyboard optimisation and format hinting. - The form has no visible indication of what happens after submission — no success state, no 'you'll receive a confirmation email', nothing. Applicants won't know if it worked.
Full audit: work through each quality dimension systematically — functionality, validation, accessibility, security, data/privacy, UX. Rate each finding. A test lead should be able to produce this audit in 25 minutes.
You have completed all four levels.
You have practiced across visual defects, form validation, accessibility, strategy, and more. You are ready to sit ISTQB CTFL and apply for QA roles in NZ.