Green Field
QA Automation
Playbook.
The step-by-step guide to building QA automation from nothing.
The step-by-step guide to building QA automation from nothing.
This guide is the exclusive intellectual property of Hofler Enterprises LLC and is protected under United States and international copyright law.
Green field means you are starting from nothing. No existing framework. No inherited test suite. No documentation. Just you, a blank repo, a product that needs to be tested, and a team that is counting on you to figure it out.
That is a lot of pressure. It is also a massive opportunity.
This playbook is built from real engagements — not theory. Every phase has shipped. Every checklist has been used in production. Read it end to end first. Then come back to each section as you move through the phases in your actual job.
Don't skip the strategy and buy-in sections. The engineers who skip the groundwork rebuild everything six months later.
A clear phase-by-phase plan. The exact documents to create. A buy-in framework. A week-by-week timeline. Metrics to track. A checklist for every phase so nothing falls through the cracks.
When you walk into chaos and build something that actually works, something the whole team adopts and trusts, something that catches bugs before they reach customers — that is yours. Nobody can take that from you.
This is for the QA engineer who just joined a company and realized there is no real automation in place. It is for the engineer who got handed a mandate to "build out our QA practice" with little more than that to go on. It is for the senior engineer who has done this before and wants a structured framework instead of reinventing the wheel every single time.
If you have ever sat down in your first week, looked at the test coverage — or lack of it — and thought "where do I even begin" — you are in the right place.
I know you want to jump straight to building. Every engineer does. The engineers who skip the groundwork are the ones who end up rebuilding everything six months later because nobody adopted what they built. Trust the process.
Your first week is not about writing tests. It is about earning the right to write them. Discovery happens in three places: the codebase, the team, and the customer.
A one-page "current state" document covering: top 5 risk areas, current test coverage (probably zero), current pain points, and a proposed tool shortlist. Share it with your manager and one developer before you write a line of code.
The technical work of building a framework is the easy part. The hard part is getting a team of people with different priorities and different past experiences with QA to actually care about what you are building and use it. I have seen genuinely impressive frameworks get abandoned six months later because the team never bought in.
| Audience | What they actually care about | How to frame it |
|---|---|---|
| Developers | Shipping fast, not breaking things | "This tells you within 5 minutes of opening a PR whether your change broke anything critical." |
| Eng managers | Return on investment | "Automating our 4-hour regression saves 32 hours a month. Put a number on it." |
| Product | Customer experience & velocity | "We catch bugs before customers see them — fewer tickets, faster releases, roadmap protected." |
A partner gets involved early — reviews acceptance criteria before development, asks what's being built before it's built. A gatekeeper shows up at the end of the sprint with a list of failures and a blocked release. Decide which one you are from day one, and make it visible.
| When | What you do | Primary output |
|---|---|---|
| Week 1–2 | Audit codebase & coverage. Map risk. Talk to devs, product, leadership, support. Write the discovery report. | Discovery report & risk map |
| Week 2–3 | Write the test strategy document. Choose tools and document the reasoning. Get buy-in before building. | Strategy doc & tool selection |
| Week 3–4 | Set up project structure. Page Object Model base. Fixtures. Custom commands. Hook into CI/CD from day one. | Working framework in CI/CD |
| Month 2 | Write the smoke suite — top 5–10 critical flows. Happy path + critical negatives. Validate it passes consistently. | Smoke suite passing in pipeline |
| Month 3+ | Expand to regression. Add API layer. Add mobile if applicable. Scale team contributions. Report metrics monthly. | Expanding regression & API coverage |
| Severity | Definition | Action required |
|---|---|---|
| P0 | Production down, all users affected | All hands, fix now, no release ships |
| P1 | Critical feature broken, major impact | Same-day fix, release blocked |
| P2 | Significant issue, app still usable | Fix this sprint, document risk |
| P3 | Minor issue, low user impact | Backlog, prioritize accordingly |
Bug escape rate — how many bugs reached production that automation should have caught. Translate it: "We caught 8 bugs this quarter before they reached customers — roughly $X in avoided support overhead and customer trust preserved." That is a conversation product and engineering leaders understand immediately.
You have the phases. You have the checklists. You have the buy-in scripts. The work now is in the doing. Use the bonus reference section as your week-to-week field guide and come back to the buy-in chapters whenever you feel the team drift.
Get this guide →Best QA Automation Tools Compared 2026 — picking the right framework before you start.
The Manual Tester's AI Toolkit — Cursor and Claude prompts to move 2× faster without sacrificing judgment.