How we tested this very site with persona-driven testing
We used persona-driven testing to build and refine this documentation site. Three personas, three perspectives, completely different findings.
UI Perfectionist
Senior UI designer with 12 years at design-forward companies (Stripe, Linear, Vercel). Known for catching spacing issues that are 2px off. Carries a mental checklist of design principles.
Step indicators remain horizontal at tablet width while content stacks vertically, creating visual disconnect
Homepage "How It Works" section at 768px
Three Pillars cards have unequal heights due to varying content lengths
Homepage pillars section
Comparison boxes have unequal heights - Traditional E2E shorter than Persona-Driven
Homepage problem section
Sidebar navigation in methodology page lacks active state indicator
Methodology page sidebar
Developer Evaluating
Senior frontend developer at a Series B startup. Skeptical of new testing approaches after being burned by over-hyped tools. Has 15 minutes between meetings to evaluate if this is worth adopting.
| Task | Result | Duration | Notes |
|---|---|---|---|
| Understand core concept | Success | 45s | Hero section clearly explains value prop |
| Find code example | Success | 28s | Getting Started page, Step 3 |
| Assess complexity | Success | 3min | Looks manageable, ~2hr to implement |
| Check Playwright integration | Success | 1min | Uses standard Playwright patterns |
Engineering Manager Assessing Adoption
Engineering manager at a fintech company. Team of 8 developers struggling with flaky E2E tests that don't catch real UX issues. Looking for ways to improve test quality without major process changes.
| Task | Result | Duration | Notes |
|---|---|---|---|
| Understand value prop | Success | 30s | "Traditional E2E vs Persona-Driven" comparison is perfect |
| Assess team adoption | Success | 2min | Low barrier - builds on Playwright knowledge |
| Find evidence | Partial | 1min | This example page helps! Need more case studies |
| Evaluate documentation | Success | 1.5min | Methodology page is comprehensive |
Pixel Perfect Pat found responsive layout bugs. Dave the Dev evaluated code quality and developer experience. Manager Morgan assessed adoption feasibility. Each persona brought a unique lens that traditional E2E tests would never consider.
That's the power of persona-driven testing: you don't just verify features work, you verify users can succeed.
{
"persona": "Pixel Perfect Pat - UI Perfectionist",
"session": {
"pagesVisited": 4,
"viewportsTested": ["1440x900", "768x1024", "375x812"],
"screenshotsCaptured": 14
},
"tasks": [
{
"name": "Evaluate homepage visual hierarchy",
"success": true,
"duration": 180000
}
],
"observations": [
{
"type": "success",
"description": "Aurora gradient background is subtle and polished",
"location": "Homepage hero section"
},
{
"type": "note",
"description": "Pillar cards have unequal heights",
"location": "Homepage pillars section",
"severity": "minor"
}
],
"summary": {
"overallScore": "B+",
"criticalIssues": 0,
"moderateIssues": 1,
"minorIssues": 7
}
}