Topic 42

Manual, Automation, and the Paths Between

Automation

"Should I learn to code?" — every new manual tester is asked it, and asks it, usually within the first month. This chapter has shown you what automation is; this topic answers the career question honestly: what the roles actually are, what each requires, and why the manual-versus-automation border is blurrier — and considerably friendlier — than the internet's flame wars suggest. No cheerleading, no doom; just the map and the honest trade-offs.

Kitchens again, one last time: some cooks stay artists of the plate, some design the kitchen's machines, and most modern kitchens want cooks who can do some of both. Nobody in any kitchen argues that the food stopped mattering.

The Roles as They Really Exist

Four points on a spectrum, not four separate species. Manual QA — test design, exploration, release judgment: Chapters 4 through 7 are this job, and everything in them stays true. Automation engineer — builds and maintains the checking machinery: Topic 39's find/act/assert craft, done full-time, in code. SDET — software development engineer in test: the most coding-heavy flavor, building test infrastructure and tools — the frameworks other testers' checks run on, the pipelines, Omar's back-dating fixture at industrial scale. Real difference from automation engineering: building the factory versus working in it. And the blend — which is what most teams actually run: testers who design manually, explore, and also write or maintain some automated checks, in whatever proportion the product needs that quarter. Job postings draw crisp boxes; real weeks don't.

The spectrum — same fundament under every point
Manual-deep
design · exploration · domain mastery
The blend
most teams · most postings · shifting proportions
Automation / SDET
encoding checks · building the factory

What "Learning to Code" Actually Means Here

Here's what the question hides: automation code is smaller and more patterned than product code. Product developers juggle architecture, state, performance, a dozen concerns at once; automation code is overwhelmingly find/act/assert in a loop — you've already read some, on this page's predecessor, without training. The on-ramp is real but shorter than beginners fear: one programming language's basics (weeks of evenings, not years), then a driver from Topic 40's map, then patterns. If you go: the order is language basics → API checks → UI checks — API automation is the gentler entry (no locators, no flakiness) and the pyramid wants more of it anyway. What the on-ramp does not shortcut: the test design underneath. The chapter's refrain, one last time — a bad test automated is a bad test, faster — and it means Chapter 4 was the hard part, which you've already done.

The Manual-Only Path, Defended Honestly

Now the folklore, met head-on: "manual testing is dying." What's actually true: pure repetition is dying — the re-running of identical scripts, which was never the skilled part and which this entire chapter has been busy handing to machines. What's not dying, and is arguably scarcer: deep test design, exploration skill, requirements criticism, domain expertise (payments QA and healthcare QA are careers where knowing the domain beats knowing any tool), and the API-and-data literacy Chapter 8 gave you without a line of code. The honest market picture, 2026: blended roles dominate postings; manual-deep roles are a smaller, real market concentrated where products are complex, regulated, or domain-heavy; and the split varies noticeably by country and industry — stated as observation, not eternal law. A manual-deep career means deliberately deepening the scarce skills; it does not mean refusing to learn what a pipeline is. You now know what a pipeline is.

Choosing Your Lean

The genuine fork is temperament, not market panic. If what you loved in this book was Chapter 4 and Chapter 7 — the puzzles about the product, the hunch that found FW-372 — you'll likely thrive leaning manual-and-exploratory, blending in automation as needed. If what you loved was Topic 39 — the machinery itself, the elegance of an encoded check — the automation road will feel like home, and the fundament travels with you. Both leans start from exactly where you now stand, because automation encodes test design: every automation engineer runs on Chapter 4 whether they name it or not. There is no wrong answer here, and no permanent one either — people cross this spectrum in both directions, for decades.

Writing the Second Posting

The book's timeline catches up with itself: a year in, Fernway opens its second QA position, and Nadia drafts the posting with you. The exercise is this topic, applied. Must-haves: test design (partitions, boundaries — you insist on the vocabulary), bug reporting, exploratory skill — the fundament, non-negotiable. Strongly nice-to-have: API testing comfort. Coding: "willingness to grow into automation" rather than "required" — because Fernway's pipeline needs feeding eventually, but the manual mountain comes first, exactly as it did for you. You read the final draft and recognize it: it's this book's table of contents, converted into a job ad. Which is the quiet point of the whole chapter — the fundament isn't the opposite of automation; it's what automation is made of.

Common Confusions
  • "Manual testing is obsolete." Pure repetition is being automated — that was never the skilled part. Design, exploration, and judgment are not encodable, and the market for them is real; what's dying is the job that was only re-running scripts.
  • "Automation engineers don't need manual skills." Automation encodes test design; without Chapter 4 it encodes noise at high speed. The best automation engineers are visibly good testers first.
  • "SDET is just a fancier title for automation engineer." Building test infrastructure (frameworks, pipelines, tooling) versus writing tests within it — a real difference in daily work and required depth of engineering.
  • "The code-or-not decision is permanent and urgent." People cross the spectrum in both directions for decades. The fundament transfers whole either way — which removes the urgency the internet insists on.
Why It Matters
  • "Where do you see your QA career going?" is a standard interview question, and this topic is a considered answer: the spectrum, your lean, and why the fundament transfers.
  • The honest market picture — blend dominates, manual-deep is real but narrower, repetition is what's dying — inoculates against both the doom and the hype you'll meet online weekly.
  • Knowing the on-ramp order (language basics → API checks → UI checks) turns "someday learn automation" from anxiety into a concrete, startable plan.

Knowledge Check

What genuinely distinguishes an SDET from an automation engineer?

  • SDETs write code while automation engineers don't
  • SDETs build test infrastructure and frameworks; automation engineers write tests within them
  • SDET is simply the senior version of the same job
  • SDETs don't need test design knowledge

What part of manual testing is actually dying?

  • All of it — the profession is ending
  • Pure repetition — re-running identical scripts, which was never the skilled part
  • Exploratory testing — machines explore better now
  • Requirements review — pipelines read stories now

Why is API automation the recommended entry point for a tester learning to code?

  • No locators or timing flakiness to fight, and the pyramid wants more checks at that layer anyway
  • Because API checks don't require any programming
  • Because UI automation is being discontinued industry-wide
  • Because API tests are written in plain English

What made the fundament chapters (4–7) transferable to every point on the career spectrum?

  • They taught the most popular tools of 2026
  • Automation encodes test design and every role runs on it — the fundament is what automation is made of
  • They secretly taught programming without saying so
  • They only apply to the manual-deep career path

You got correct