Guides and resources
Practical, experience-based guides on test creation, AI-assisted automation, self-healing, and suite health, written for QA practitioners.
The library
12 guides, no fluff
Each one is a working playbook you can apply this sprint, whether you test by hand or with AxonQA.
Inside AxonQA
These practices, built into the product
The guides describe how we think about test quality. The product runs on the same ideas: tests grounded in your real requirements and flows, self-healing that escalates from instant deterministic fixes to careful AI review, and health metrics that make flakiness impossible to ignore.
- Healing escalates in four tiers, cheapest and most certain first.
- The AI is a last resort, and it tells a changed app apart from a broken one.
- Every fix is recorded with the tier it came from, and is reviewable and reversible.
Broken imports or malformed code that stop a test running.
Instantly tries known alternative ways to find the same element. No AI.
Waits for elements, scrolls into view, adjusts timeouts.
Decides: did the element move (heal it) or is the app actually broken (flag a real bug)?
Healing shows in amber, and never rewrites what your test expects.
Put these practices to work
Generate structured test cases from your stories, then validate them with real runs on your own app.