Exploratory Testing
ELI5 — The Vibe Check
Exploratory Testing is testing without a script — a skilled tester uses the app like a curious (and slightly malicious) user. Click weird things. Enter unexpected data. Try to break it. It finds bugs that scripted tests miss because humans are creative and scripts aren't.
Real Talk
Exploratory testing is a simultaneous learning, test design, and execution approach where testers investigate the application without predefined test cases. It leverages human intuition, domain knowledge, and creativity to discover issues that formal tests miss. Often time-boxed into 'sessions' with charters defining focus areas.
When You'll Hear This
"Exploratory testing found a UX issue that no automated test would ever catch." / "We do exploratory testing sessions before every release — 90 minutes with a charter and a timer."