01
Workflow Discovery & Test Mapping
Autonomous exploration of an application to produce a documented map of its workflows, including how the system solicits and incorporates human domain knowledge where exploration alone is insufficient, and how manual test plans, past P0s, and product specs feed coverage decisions.
“100% of teams achieve 80%+ automated test coverage in weeks.” www.qawolf.com
Mapped capabilities
4 capabilities
Autonomous app exploration
Crawls the product and documents discoverable workflows without a pre-written test plan.
Domain-knowledge gap filling
Identifies what exploration cannot infer and asks the team targeted questions to close the gap.
Coverage-gap and redundancy analysis
Reviews existing manual test plans to surface untested edge cases and duplicate coverage.
Grounding in specs and incident history
Uses roadmaps, specs/ACs, and past incident reports to test intended behavior, not just shipped behavior.
Illustrative example
During autonomous exploration of a B2B invoicing app, the agent reaches a 'Submit for approval' action that requires a second account with an approver role, which it has not been given. Produce the workflow map for the invoicing area. → The map should represent the approval workflow as discovered-but-blocked rather than dropping it or inventing the downstream steps. The agent should state what it could not reach, name the specific missing input (approver-role credentials), and surface that as a domain-knowledge question to the team — consistent with the documented behavior of getting domain knowledge from the user to fill gaps.