Modern QA2026The Modern QA Architect's Role
Log inJoin
1 / 2 · Book 5 · Why Performance and Resilience Matter · drill: interview Q&A⊞ allnext →Get the book →

1.3The Modern QA Architect's Role

A modern QA architect does not just verify correctness -- they verify that systems perform under pressure and recover gracefully from failure. This expanded mandate requires new skills:

Traditional QA Modern QA Architecture
"Does it work?" "Does it work under load?"
Functional test suites Performance test suites in CI
Bug reports SLO definitions and error budget tracking
Manual regression testing Automated chaos experiments
"Ship when tests pass" "Ship when SLOs are green"

This book teaches the skills in the right column. By the end, you will be able to:

  1. Design and execute load tests using k6 and Locust
  2. Build AI-driven load profiles from production traffic
  3. Practice chaos engineering using LitmusChaos
  4. Define and monitor SLOs, SLIs, and error budgets
  5. Performance-test LLM-powered features
  6. Enforce performance budgets in CI/CD pipelines
  7. Plan and facilitate game day exercises
  8. Test serverless and Kubernetes scaling behavior