InterviewStack.io LogoInterviewStack.io

Exploratory Testing Questions

A disciplined, human-driven testing technique in which the tester simultaneously learns the product, designs test ideas, and executes them without a predefined script, and how it differs from scripted or automated test execution. Covers using heuristics to generate test ideas on the fly, session-based test management (writing a test charter with a mission and scope, time-boxing a session, prioritizing sessions by risk, and running a debrief), documenting findings and evidence captured during a session, and reporting session metrics and artifacts to stakeholders. Also covers judging when exploratory investigation will surface risks that a scripted or automated suite would miss. Distinct from designing and writing predefined manual test cases and from deciding when manual testing is worth doing versus automating, which are covered by other topics.

MediumTechnical
45 practiced

Write a 60-minute exploratory test charter for the new checkout flow in a web app. The charter should include a mission statement, scope, specific areas to explore (payments, coupons, order summary), test data to use, risks to focus on, success/failure criteria, and a logging approach for notes and findings.

HardTechnical
60 practiced

Explain how session-based exploratory testing (SBTM) works and propose a set of metrics, artifacts, and reporting practices to measure and communicate coverage and outcomes from manual SBTM sessions to stakeholders.

EasyTechnical
75 practiced

Describe exploratory testing: what it is, how it differs from scripted/manual test execution, when it is most valuable, how to document findings during a session, and provide one useful exploratory heuristic you might use for a new feature.

HardTechnical
49 practiced

Create a focused list of exploratory testing heuristics tailored for a high-risk fintech payment flow. Include heuristics for security, fraud scenarios, regulatory and compliance checks, UX edge-cases, and data-integrity checks. Also explain how you'd prioritize exploratory sessions and capture findings so they are audit-ready.

That is every published Exploratory Testing question for QA Engineer so far. Browse the other topics in this category, or practice this one interactively.