Manuals / Test Automation / Ch 11

D · DeliveryAdvanced70 min read

11. Risk-based strategy & framework design

Test Automation · 48 pages source format

Pro craft is judgment under constraints. Cover revenue and trust paths, design frameworks teams can extend, and mentor standards.

What you'll learn

  • Strategy one-pager
  • Multi-layer design
  • Onboarding docs

Write the strategy one-pager

Goals, layers, smoke vs deep, flake budget, ownership, tools. One page beats a wiki novel.

Do this now

Draft STRATEGY.md for a fictional checkout product. Include pyramid, smoke pack, and 6-month roadmap.

Clear?

Framework for humans

Helpers, env configs, secrets handling, plugins. Optimize for onboarding time — not clever abstractions.

Do this now

List 5 “golden path” docs a new hire needs on day 1. Create stubs in docs/onboarding/.

Clear?

Multi-tool coexistence

Real teams run Selenium legacy + Playwright new + API in Postman. Strategy explains boundaries.

Do this now

Write a paragraph: when to add Playwright vs extend Selenium vs stay API-only.

Clear?

Interview defense

Prepare to walk through strategy, demo CI, explain a flake fix, and justify pyramid choices.

Do this now

Record a 5-minute Loom (or voice memo) walking through your repo. Watch it — fix gaps.

Clear?

Checklist