VOL 01 · 47 PP · LETTERHOFLER · TECHNICAL PRIMER
← Library
01
H
1st Edition · Premium Guide
The QA Recruiter'sGuide Series
★ Start Here · Read First
The Technical Primer
The foundation guide. Core QA vocabulary and concepts, so every other guide makes sense.
Source, screen, and place with real confidence.
VOL 01 · TECHNICAL PRIMERFRONT MATTER

License & copyright notice.

This guide is the exclusive intellectual property of Hofler Enterprises LLC, protected under US and international copyright law.

  • Licensed for personal use only by the individual purchaser.
  • Reproduction, redistribution, resale, or sharing in any form is strictly prohibited.
  • You may not claim this content as your own or use it for derivative commercial works.
// FOR YOU — THE TECHNICAL RECRUITER

This guide is for the recruiter who places QA engineers and is tired of screening for a role nobody ever explained in plain terms. You do not need to code. You need to understand the work well enough to source, screen, and place with confidence.

Every page here comes from the other side of the interview. It is what a working senior QA engineer would tell a recruiter he trusted.

HOW TO READ THIS GUIDE

Read it once, start to finish. Then keep it open beside you on your next QA screen and use the sections as a reference. The questions at the end of each section are meant to be used, not admired.

© 2026 Hofler Enterprises LLC02 / 47
VOL 01 · TECHNICAL PRIMERCONTENTS
// CONTENTS

Twelve sections.
The role, in plain terms.

Read it start to finish once. Then keep it beside you on your next QA screen.

00Introductionp. 07

Why most QA searches stall · the keyword trap · how to use this primer

The section opens with a blunt diagnosis: QA searches don’t stall because the candidate pool is empty — they stall because a gap opens up before a single resume is read, between what the JD says, what the hiring manager needs, and what the recruiter actually understands. It names the keyword trap directly: a recruiter checking boxes for “Selenium” or “API testing” can’t tell a candidate who clicked through a Postman collection once from one who owns an entire payments-platform regression suite, because both can truthfully say the same sentence. The section closes by telling you how to use the rest of the primer — read it once end to end, keep the glossary open live during calls.

  • Why Most QA Searches Stall
  • The Trap: Matching Words Instead of Work
  • How to Use This Primer
01What QA Actually Isp. 10

Quality assurance vs. quality engineering · what testers protect · why it matters

This section defines QA in one sentence — making sure software works the way it’s supposed to before customers touch it — and contrasts the developer’s job (make it work) against the tester’s job (find how it doesn’t). It names the three things a strong tester protects — the user, the release, and the team’s credibility — and hands you a real screening question to separate candidates who think in impact from those who just describe a broken button. The section closes by showing you how to tell QA/Tester, QE/Quality Engineer, and SDET apart on a resume, and why the QA-to-QE title shift is a budget signal.

  • Quality Assurance, in Plain Terms
  • What a Tester Actually Protects
  • “QA” vs. “QE” — and Why the Title Is Shifting
02The SDLC & STLCp. 13

Where testing fits in software development · the testing lifecycle in plain English

This section walks the six SDLC stages from requirements to maintenance, then makes the point that testing isn’t just “step 4” anymore — shift-left pushes it into requirements and design, before code exists. It covers the six STLC stages a tester actually moves through, then defines entry and exit criteria with concrete examples. The section closes by teaching you to recognize when a candidate uses “entry criteria” and “exit criteria” as real professional vocabulary rather than buzzwords — a quiet but reliable signal of release discipline.

  • The Software Development Lifecycle (SDLC)
  • Where the Old Model Broke — and Why “Shift Left” Is on Every Resume
  • The Software Testing Lifecycle (STLC)
© 2026 Hofler Enterprises LLC03 / 47
VOL 01 · TECHNICAL PRIMERCONTENTS
// CONTENTS, CONTINUED
03The Three Kinds of Testerp. 16

Manual · Automation (incl. SDET) · AI-Augmented — what each one does day to day

The primer calls this its single most important section, and it profiles all three testers in depth: the manual tester, the automation engineer (with SDET as the deep end of that same profile, not a fourth category), and the AI-augmented QA engineer — the newest, fastest-growing, and most misunderstood profile. You’ll learn to tell all three apart on paper, and why the two AI titles — AI-Augmented Test Engineer versus AI Test Engineer/AI Evals Engineer — are actually different jobs testing different things. The section closes by mapping real job titles to which profile each usually means and what to verify.

  • 1. The Manual Tester
  • Why the Best Manual Testers Are Not “Pre-Automation” Testers
  • 2. The Automation Engineer
  • 3. The AI-Augmented QA Engineer
  • Three Kinds of Tester. Far More Than Three Titles.
04Functional Testingp. 21

The core of what testers verify · what “it works” actually means

This section defines functional (black-box) testing as checking that a feature does what its requirements say, using a password-reset feature to show both the positive path and the negative cases that should correctly fail. It then contrasts a weak candidate answer — reciting the textbook definition — against a strong one built from a real feature, a real method, and a real bug. The section closes with the one question that surfaces this difference live: “walk me through how you’d functionally test a feature you’ve actually worked on.”

  • Functional Testing — “Does It Do What It Should?”
  • What “Functional Testing Experience” Should Sound Like
05Acceptance Testingp. 24

UAT, alpha, beta · the sign-off that ships a product

This section moves past “does it work” into “will the customer accept it,” defining UAT and distinguishing Alpha testing (internal, pre-release) from Beta testing (external, real users). It surfaces the political dimension nobody puts on a resume: someone signs off on the release, and who holds that authority differs by team. The section closes by teaching you to ask “have you ever had to say a release wasn’t ready when the business wanted to ship?” — a question that reveals spine and judgment at once.

  • Acceptance Testing — “Will the Customer Accept This?”
  • Who Actually Owns the Sign-Off — and Why You Should Ask
  • What Acceptance Testing Tells You About a Candidate
© 2026 Hofler Enterprises LLC04 / 47
VOL 01 · TECHNICAL PRIMERCONTENTS
// CONTENTS, CONTINUED
06Exploratory Testingp. 27

Where experienced testers shine · why it can’t be scripted

This section frames exploratory testing as investigation, not script — the tester probes on hunches within a loose “charter” rather than predefined steps, and it explicitly cannot be automated or done by AI. It gives you the tell for genuine experience: a candidate who lights up telling the “story of a hunt” versus one who only recites the definition with nothing behind it. The section closes with the single question that surfaces this instinct, and why “just clicking around” is a red flag.

  • Exploratory Testing — Investigation, Not Script
  • What Strong Exploratory Experience Sounds Like
07Integration Testingp. 30

Where the pieces connect · the bugs that hide between systems

This section uses a purchase flow to show how each piece can work perfectly alone while the whole thing falls apart at the handoffs — the seams integration testing exists to check. It positions integration between unit testing and end-to-end testing, and shows the real signal of integration experience is “system thinking.” The section closes by teaching you to use a failure-mode question as a high-value screen for complex, multi-system roles.

  • Integration Testing — Testing the Seams
  • What Integration Experience Reveals
08Regression Testingp. 33

Protecting what already worked · why it’s the top automation target

This section defines regression testing as re-checking existing functionality after a change to confirm nothing that used to work is now broken, and explains why its repetitive nature makes it the single most common starting point for automation. It draws a precise fluency test recruiters can listen for: confirmation testing asks “did this specific fix work?” while regression testing asks the wider “did we break anything else?” The section closes with the classic transition story — a manual tester who automated a manual regression suite — as exactly the profile that fills an automation req.

  • Regression Testing — Protecting What Already Worked
  • Regression vs. Confirmation Testing
© 2026 Hofler Enterprises LLC05 / 47
VOL 01 · TECHNICAL PRIMERCONTENTS
// CONTENTS, CONTINUED
09The Rest of the Mapp. 36

Smoke · sanity · performance · accessibility · security — high level

This closing content section rounds out the map with smoke testing and sanity testing, then the four non-functional types — performance, accessibility, security, usability — which ask “how well” rather than “what” software does. It ties the whole primer together by distinguishing testing levels from testing types, noting the same type can apply at multiple levels. The section closes by teaching you to place smoke, sanity, and non-functional testing on the full map, and to know not to screen for all six when a role only needs one.

  • Smoke and Sanity Testing
  • Non-Functional Testing — “How Well Does It Work?”
  • How It All Fits
PRACTICEp. 40

Rehearse the screen — 3 reps + sample script

This section turns the primer’s concepts into rehearsed muscle memory for a live call. It runs two scripted rehearsals: hearing real work versus a recited definition, and surfacing genuine exploratory instinct plus placing a candidate as manual, automation, or AI-augmented from how they describe a normal day. It closes with a full mock screening exchange you can read aloud, showing that the recruiter’s reaction to the answer — not just the question — is what builds a candidate’s trust.

  • Why a Practice Session at All
  • Rehearsal 1 — Hearing the Work, Not the Textbook
  • Rehearsal 2 — Exploratory Instinct, and Which Kind of Tester
  • Sample Script — A Mock Screening Exchange
BONUSp. 45

The Recruiter’s One-Page Testing Glossary

This is a single printable reference page — every term from the primer defined in plain language in a two-column glossary, meant to sit open on a second screen during live QA calls. It covers the core vocabulary from every prior section, plus a handful of terms introduced only here, such as shift left, test charter, idempotency, flaky test, Page Object Model, and contract testing.

  • Recruiter’s Quick Glossary
WHAT YOU WALK AWAY WITH

A plain-language model of the QA role, the vocabulary to hold your own on a screen, and a short list of questions that separate strong candidates from keyword matches.

© 2026 Hofler Enterprises LLC06 / 47
01 Section One

What QA
Actually Is.

Before you can screen a QA engineer, you need to know what the job actually is. Not the buzzwords on the job description. The real work.

The job in one sentence.

A QA engineer makes sure software does what it is supposed to do before real users touch it. That is the whole job in one line. Everything else is how they do it, and how well.

Some do it by hand, clicking through the product the way a user would. Some write code that tests the product automatically, over and over, faster than any human could. Most good ones do both, and know when each is the right tool.

© 2026 Hofler Enterprises LLC07 / 47
SECTION 01 · WHAT QA ACTUALLY ISHOFLER ENTERPRISES LLC
01.1

The two-minute version.

Here is the version you can carry into any screen. A QA engineer is responsible for quality. They find the problems in software before customers do, and they build the systems that keep those problems from coming back.

Day to day, that looks like a few concrete things:

  • They read the requirements and figure out every way the feature could break, including the ways nobody on the team thought of.
  • They test the product, by hand or with code, and write up exactly what went wrong so a developer can fix it.
  • They build automation so the same checks run on every release without someone clicking through by hand.
  • They protect the release, and they are often the last person to say yes before it ships.

When you understand that, a resume stops being a wall of tools and starts telling you a story about what this person actually did.

The other sections in this guide.

  • Manual vs automation testing, and why the difference changes how you screen…
  • The testing pyramid, explained without the jargon…
  • Reading a QA resume, what the tools really tell you…
  • Red flags, the phrases that should slow you down…
  • Screening questions that work, the ones that reveal depth in two minutes…
That's 1 of 10 sections. The full primer covers the vocabulary, the red flags, and the screening questions that actually work.
Get the full guide · $30 → Or get all 7 guides for $95 (save $150) →
© 2026 Hofler Enterprises LLC08 / 47
VOL 01 · TECHNICAL PRIMERCLOSING
END OF PREVIEW · START HERE

Screen QA talent
with confidence.

You do not need to become an engineer. You need a plain model of the role and the right questions. That is what the full primer gives you, and it is the place to start before the rest of the series.

Get this guide →

Next: Vol 02 — Automation Frameworks

Read the tool stack on a resume and know what each framework signals.

The complete series

All 7 recruiter guides in one bundle. Source, screen, and place QA talent end to end.

© 2026 Hofler Enterprises LLC47 / 47