Scripted testing is: step 1, step 2, step 3, expected result, pass/fail.
Exploratory testing is: "Let me poke around this feature for an hour and see what I find."
One of these is torture for an ADHD brain. One of these is paradise.
Learning Objectives
By the end of this lesson, you will be able to:
- Define exploratory testing and explain how it differs from scripted testing
- Describe why ADHD traits make exploratory testers naturally effective
- Apply a simple charter-based approach to structure exploratory sessions professionally
What Is Exploratory Testing?
Exploratory testing is a testing approach where the tester:
- Simultaneously designs and executes tests β no pre-written test cases required
- Adapts based on what they find β each observation leads to the next investigation
- Uses domain knowledge and curiosity β experience and instinct guide the session
- Documents while testing β observations, questions, bugs, ideas
It was formalized by testing pioneer James Bach, who described it as "simultaneous learning, test design, and test execution."
It is also, essentially, how an ADHD brain tests naturally.
Why ADHD and Exploratory Testing Are a Perfect Match
| Exploratory Testing Requirement | ADHD Natural Response |
|---|---|
| Follow your curiosity | That's all we do |
| Adapt when something's interesting | Hyperfocus kicks in |
| Don't follow a script | Thank goodness |
| Notice unexpected behavior | Already noticed it |
| Generate many test ideas quickly | This is fast thinking |
| Stay engaged for a time-boxed session | Novelty keeps you in |
The structure of exploratory testing β time-boxed, curiosity-driven, immediately adaptive β is almost a mirror of how ADHD brains naturally operate when engaged.
Pro-tip: If your team does sprint demo sessions, bug bashes, or any "try to break it" sessions β volunteer every time. These are exploratory testing events, and they're where your ADHD brain shines hardest.
The Charter: Making Exploration Professional
Exploratory testing without any structure becomes randomness. The professional version uses a charter β a short written statement of intent for a session.
A charter looks like this:
Session: Login flow β failure states
Goal: Find edge cases where the login fails silently or confusingly
Time: 45 minutes
Start from: The login page with an expired session token
That's it. Four sentences. Now you have:
- A scope β you know where you're exploring
- A goal β you know what kind of finding you're after
- A time box β the ADHD brain has a boundary
- A starting point β removes the "what do I do first?" paralysis
Within the charter, you are free to follow your instincts. That's the point.
Pro-tip: Write the charter before you start, not during. Once you're exploring, your brain is already in motion. The charter is the launchpad, not the seatbelt.
The Session Notes
During exploration, keep a running log. It doesn't need to be formal:
- "Tried password with 256 chars β error message truncated"
- "Back button from 2FA page β weird state, took screenshot"
- "Can I login on two devices simultaneously? Testing..."
- "FOUND: email field accepts spaces β causes silent failure on submit"
This log becomes your raw material. After the session, you convert the "FOUND" items into bug tickets. The rest is documentation that your session was systematic, not random.
Staying Fresh: The Novelty Engine
ADHD brains need novelty to stay engaged. Exploratory testing provides this naturally:
- Every session has a different charter β different area, different goal
- Every bug found is a new puzzle β what causes it? what's the root?
- New features mean genuinely new territory β real exploration, not repetition
- Different user flows feel different β mobile vs desktop, logged in vs anonymous
If you feel your attention slipping in a session, change the charter mid-session. You're not failing. You're discovering that this area is less interesting than you thought. That's valid information.
Summary
- Exploratory testing is curiosity-driven, adaptive, and time-boxed β a near-perfect match for how an ADHD brain operates when engaged
- The charter (scope + goal + time + starting point) gives enough structure to keep exploration professional without constraining instinct
- Use session notes to capture everything during exploration; convert findings to tickets after
π +4 XP for completing this lesson. You've finished the trail β claim your ADHD Superpower badge! β‘