Files
magnus919_agent-skills/qa-methodology/templates/exploratory-charter.md
T
usernameandfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> 332578766d feat(qa-methodology): add 5 fillable templates and 3 assets
Templates: test-strategy.md, risk-register.md, exploratory-charter.md,
bug-report.md, verification-plan.md — all with placeholder fields.

Assets: risk-matrix-grid.md (5x5 P×I grid consistent with
risk-based-testing.md and risk-prioritize.py),
test-design-techniques-checklist.md, qa-definition-of-done.md.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-08-01 18:18:44 -04:00

2.5 KiB

Exploratory Testing Charter

Fill in for each SBTM session. One charter per session. See exploratory-testing.md for charter quality guidance and oracle heuristics.

Charter

Explore <target area / feature / component> with <resources, constraints, or test conditions> to discover .

Session Setup

Field Value
Tester(s) <name(s)>
Date
Timebox <60 / 90 / 120> minutes
Environment <local / staging / specific config>
Test Data / Tools <specific data sets, proxies, throttling, accounts>

Charter Quality Checklist

Before starting, confirm:

  • Target is specific (not "the app")
  • Resources or constraints are named (test data, tools, conditions)
  • Information goal is stated (not just "find bugs")
  • Scope fits within the timebox

Heuristics Applied

Select oracles and coverage heuristics to guide exploration (see exploratory-testing.md):

  • SFDIPOT coverage (Structure, Function, Data, Interfaces, Platform, Operations, Time)
  • HICCUPPS oracle (History, Image, Comparable, Claims, Users, Product, Purpose, Standards)
  • Tours (e.g., Guidebook, Money, Supermodel, Saboteur, Back-Alley)
  • Other:

Notes

<Record observations, questions, areas explored, anomalies, and hunches during the session. Append chronologically.>

T/B/B Metrics

Track time allocation at session end:

Metric Minutes Percentage
T — Test time (designing + executing) ___%
B — Bug investigation ___%
B — Setup / Interruption ___%
Total 100%

Target: T ≥ 70%, Setup ≤ 10%. If T < 60%, fix environmental blockers before scheduling more sessions.

Debrief

What did you test?

<Areas covered, charters fulfilled, techniques used.>

What did you find?

<Bugs filed (IDs), risks identified, questions raised.>

Finding Type (Bug / Risk / Question) Severity / Priority Bug ID

What is left untested?

<Scope not reached, new areas discovered, follow-up needed.>

Follow-Up Actions

  • <Other: ___>