Methodology
How StrangerTest works
A first-time user should not know what the builder knows.
01
The problem with insider testing
Everyone who has worked on a product carries a map of it. They know which button matters, what the jargon means, which step comes after signup and what the empty dashboard is waiting for. That knowledge leaks into every test they run on their own product: they click where the answer is, because they know where it is.
Scripted tests carry the same map in a different form. A test that says “click Create project, then type a name” checks that the route works. It cannot tell you whether a newcomer would ever have found Create project.
StrangerTest is built around withholding that map. Its users arrive with a reason to be there and nothing else, and what happens next is the finding.
02
Planning the visit
Before anyone visits, StrangerTest reads the product’s public pages to understand it well enough to send plausible people: who the product seems to be for, what it offers, and what a new visitor should be able to do next.
From that, a planner decides who arrives and why — a persona and a goal for each user, chosen to differ from each other. It does not give any user the intended route. A goal is an outcome (“find out whether this can import my invoices”), never a path (“open Settings, then Integrations”).
The line the planner may not cross
03
The Stranger Engine
Each user is the same engine: eyes that see only the rendered screen, a mind that reasons as a first-time visitor with its own goal, and hands that operate the browser. A judge that is not part of the user decides afterwards what the visit actually shows.
The Stranger
one independent first-time user
Eyes
See what the user can actually see.
The rendered screen, before and after every action. If it isn’t visible, the Stranger doesn’t know it exists.
- The product as it renders in the browser viewport
- What changed after each action, measured rather than assumed
- No hidden page structure standing in for human perception
Brain
Think like a first-time user.
A real identity, a reason for arriving and a meaningful goal. Deciding what to do next, and when to leave, is theirs.
- Who they are, and why they came
- No QA checklist and no instruction to find problems
- No map of the product, and no previous user’s conclusions
Hands
Actually use the product.
Click, type, hover, drag and navigate. On a Full Scan: sign up where permitted, verify email, go through onboarding.
- The user decides what to do; a grounded execution layer makes the physical interaction reliable
- Safety rules are checked on every action before it runs
- When our hand is unsure it hit the target, that is recorded as ours
Each action changes the screen. The Stranger looks again and decides again.
Everything the visit left behind — every action, every screen, and the user’s own account of it
Judge
separate from the userDecide what actually counts.
The user’s narration is not treated as truth. The judge weighs what the user said happened, the actions actually recorded, the browser’s state and screenshots, failures of the test or its environment and whether anyone else independently met it.
Product finding
Supported by the record, stated as narrowly as the evidence allows.
Not counted
Unsupported, or caused by the test itself — listed in the report with the reason.
Eyes: see what the user can actually see
The user reasons from the rendered viewport — screenshots of what is on screen before and after each action, and while the pointer rests on something. It is not handed the page’s hidden structure. If something is off screen, collapsed or behind a menu nobody opened, the user does not know it exists, just as a person would not.
Brain: think like a first-time user
The user has a persona, a reason for coming and a goal. It decides what to try, when it is confused, and when to leave — including leaving early, which is often the most useful thing a real newcomer does. It is not given a checklist, is not asked to find problems, and is never told what earlier users concluded.
Hands: actually use the product
The user clicks, types, hovers, drags, scrolls and navigates. On a Full Scan it can also sign up where the product permits, verify its email and go through onboarding. The user decides what to act on and describes it; a grounded execution layer locates that target on screen and performs the physical interaction. Safety rules are checked on the action itself, before it runs.
Judge: decide what actually counts
The judge is separate from the users. It reads every visit — what each user said, what the browser recorded, the screens, anything the test itself caused — and decides what, if anything, is a finding about the product. It says the narrowest thing the evidence supports.
04
What the Stranger knows
The Stranger knows
- Their persona
- Their reason for visiting
- What is currently visible on screen
- What they themselves have done during this visit
The Stranger does not know
- Your source code
- Hidden page structure
- The intended navigation path
- Previous findings
- Other users’ conclusions
- What you hope it will discover
The user’s memory of its own visit is checked too. A user that claims to have typed, clicked or submitted something the visit never did is corrected, and the claim is never used as evidence.
05
Free Scan and Full Scan
Same engine, same users, same judge. What differs is how deep each visit goes and what it is allowed to do.
- Users
- 3 public first-time visitors
- Why they come
- A plausible public goal
- Access
- Public surface only; no accounts
- Visit length
- Up to 10 actions and 130 seconds each
- Report
- The strongest findings, with evidence
- Price
- $0, no account
Free Scan
- Users
- 5 users, each on a deeper mission
- Why they come
- A mission with a success condition, planned from what the Free Scan established
- Access
- Where a mission needs it and the product allows it, each user has its own generated identity: signup, email verification, onboarding
- Visit length
- Up to 28 actions and 5 minutes of each user’s own time
- Report
- Every finding worth acting on, what to change, a fix prompt, and one re-test
- Price
- $29 one-time
Full Scan
A re-test sends new users, who know nothing about your fix, back through the parts of the product the findings were about. Each fix is reported as fixed, improved, still present or inconclusive — and inconclusive is a real answer, not a failure.
06
What happens after the visit
When the users are done, the judge reads every session together. It does not take any user’s account on trust: the browser’s record of what happened outranks what the user said happened, and anything our own test caused — a missed click, a safety refusal, a bot-protection screen, a timeout in our machinery — is excluded from the evidence.
What survives is reported with how strong it is: how many users met it, whether they met it independently, and what it cost them. Severity is kept apart from evidence strength, so a serious problem seen once is still reported as seen once. What was excluded is listed at the end of the report with the reason, so you can check the judgement.
The StrangerTest Evidence Standard07
What StrangerTest does not claim
- It does not predict your conversion rate.
- It does not establish product-market fit or willingness to pay.
- It cannot tell you how every real person will behave.
- It cannot stand in for emotional or lived experience that needs real people.
- It does not bypass CAPTCHAs, bot protection or other security controls. Where one stops the test, the report says so.
StrangerTest complements research with real users. It is the test you can run tonight, before you have them, and again after every change. Read more on what AI user testing can and cannot tell you.
Will a stranger actually get it?
Paste your product’s address. Three independent first-time users try it while you watch. Free, and no account.