Career Guide

QA Is Splitting Into Two Careers. Most People Have Not Noticed Yet.

Something quiet is happening inside QA teams at mid-size and larger engineering organizations. The role that used to be called "QA engineer" is forking into two distinct career paths with different skill sets, different day-to-day work, and different salary bands. One path goes deep into infrastructure, tooling, and automation engineering. The other goes deep into strategy, risk modeling, and coverage design. Most job postings still lump them together. Most candidates still apply for both. That is about to change.

$0/mo

Generates real Playwright code, not proprietary YAML. Open-source and free vs $7.5K/mo competitors.

Assrt vs competitors

1. The QA Career Split Nobody Is Talking About

For most of the last two decades, "QA engineer" was a catch-all title. You wrote test cases. You ran regression suites. You filed bugs. If you were more senior, you designed the testing strategy and maybe owned the CI integration. The role was broad by design, and that breadth made sense when test automation was still new enough that one person could reasonably own all of it.

That era is ending. Three forces are pulling the role apart at the seams.

First, test automation has become genuinely complex software engineering. Modern Playwright suites with proper fixtures, parallelization, visual regression, network mocking, and CI integration require real infrastructure thinking. The gap between someone who can write a basic test and someone who can architect a stable, maintainable test platform at scale is enormous. That gap is not closing; it is widening.

Second, product complexity has made quality strategy a specialized discipline. As codebases grow and user flows multiply, the question of what to test becomes as important as the question of how to test it. Coverage gap analysis, risk-based prioritization, and test plan design for ambiguous or fast-moving product areas require a different kind of thinking than writing selectors and assertions.

Third, AI is automating the mechanical parts of test creation. When AI tools can generate boilerplate test code from a description, the human value shifts toward the ends of the spectrum: either toward the infrastructure layer (owning the systems that run and validate tests) or toward the strategy layer (deciding what needs to be tested and why). The middle, where most QA engineers currently live, is compressing.

2. Track 1: The Test Infrastructure Engineer

The test infrastructure engineer is, functionally, a software engineer who specializes in testing systems. They write code that tests code. They own the platforms and pipelines that make automated quality assurance possible at scale.

Core responsibilities

The skill profile

This track rewards deep technical skills. Candidates who excel here are comfortable reading and writing TypeScript or Python, understand browser APIs and network protocols, can debug CI pipeline failures across Docker and GitHub Actions, and think carefully about maintainability. They are often more comfortable in a code editor than in a spreadsheet.

The career trajectory for this track leads toward Staff Engineer or Platform Engineer roles. Compensation is converging toward general software engineering bands, which tend to be significantly higher than traditional QA compensation at the senior end.

Where this track is headed

Test infrastructure engineers are increasingly responsible for the AI integration layer as well. Evaluating which AI test generation tools are trustworthy, validating that AI-generated tests actually cover the right behaviors, and building guardrails around automated test creation are becoming core parts of the infrastructure role.

AI is handling the automation layer. What does that mean for QA?

Assrt generates real Playwright tests from plain English, so your team can focus on strategy and coverage design instead of boilerplate. Free and open-source.

Get Started

3. Track 2: The Quality Strategist

The quality strategist is concerned with a different set of questions entirely. Not "how do we run tests efficiently?" but "are we testing the right things, and how do we know?" This role sits closer to product management and architecture than to infrastructure engineering.

Core responsibilities

The skill profile

Quality strategists need strong systems thinking, clear written communication, and the ability to reason about probability and risk without perfect information. They need to understand how software breaks at a conceptual level, even if they are not writing the code that tests it. The best quality strategists are part analyst, part product thinker, part adversarial user.

This track is less technical in the coding sense but more technical in the domain sense. A quality strategist for a payments product needs to deeply understand payment flows, failure modes, regulatory constraints, and edge cases in ways that a generalist tester never would.

Where this track is headed

As AI handles more of the test generation work, the quality strategist role becomes more valuable, not less. Someone still has to decide what the AI should generate tests for. Someone has to validate that the coverage matches the actual risk profile of the product. Someone has to notice that the automated suite is testing the happy path obsessively while ignoring the failure modes that actually hurt users. That is the quality strategist.

4. Where AI Test Generation Fits In

AI test generation tools are accelerating the split rather than preventing it. When the labor of writing individual tests decreases, the strategic and infrastructure questions become relatively more important.

Tools in this space work in different ways. Some record browser interactions and generate test scripts from them. Others accept plain-English descriptions of user flows and produce runnable test code. Assrt, for example, takes descriptions like "user logs in with invalid credentials and sees an error message" and generates real Playwright test code that you own and can modify. Other tools in the category include QA Wolf, Mabl, and Testim, each with different tradeoffs around customizability, cost, and output format.

The critical distinction when evaluating these tools is whether they produce standard code or proprietary formats. Tools that generate real Playwright or Cypress code let you keep the output in your own repository, modify it freely, and run it anywhere. Tools that use proprietary test definition formats create lock-in that can be expensive to exit from later.

For test infrastructure engineers, AI generation tools become part of the platform they manage: evaluating them, integrating them into the workflow, and ensuring the generated tests meet quality standards. For quality strategists, these tools are a productivity multiplier that lets them translate coverage plans into test suites faster. Neither track is replaced by AI generation; both are reshaped by it.

5. What This Means for Hiring and Team Structure

Most engineering teams are still writing job descriptions that ask for both skill sets in one candidate. "Must be able to write Playwright tests AND define testing strategy AND own CI integration AND run exploratory testing sessions." The result is either a generalist who does all of these things adequately but none of them excellently, or a senior person who is strong in one area and is quietly ignoring the other.

What forward-looking teams are doing differently

The teams that are ahead of this curve are hiring with explicit track alignment in mind. They distinguish between "QA engineer" roles focused on infrastructure (reporting into engineering, evaluated on platform reliability and test coverage metrics) and "quality lead" or "quality strategist" roles focused on coverage design (reporting into product or engineering leadership, evaluated on risk identification and defect escape rates).

At smaller companies where both roles must be filled by one person, the most effective approach is to hire toward the quality strategist profile and use AI tools to handle more of the infrastructure work. A quality strategist who can describe test scenarios clearly and review generated test code is more valuable than an infrastructure engineer who produces perfect automation for the wrong scenarios.

Compensation implications

Test infrastructure engineers at senior and staff levels are increasingly compensated on software engineering scales. Quality strategists with strong domain expertise and track records of finding high-impact coverage gaps command significant premiums over generalist QA roles. The middle of the market, where most current QA engineers live, is under the most pressure.

6. How to Position Yourself in 2026

If you are currently working in QA or testing, the single most useful thing you can do right now is honestly assess which track your strengths align with and then move deliberately in that direction.

If you lean toward infrastructure

If you lean toward strategy

If you are genuinely strong in both

True fluency in both infrastructure and strategy is rare and valuable, particularly in early-stage companies and teams building out their quality function from scratch. If you can design a test strategy, implement the infrastructure to execute it, and evaluate AI tools to accelerate both, you are well positioned for Head of Quality or VP of Engineering roles where testing ownership is part of the mandate.

The split is happening whether or not the industry formally acknowledges it. The teams and individuals who recognize it early will have a meaningful advantage in hiring, career development, and tool adoption over the next few years.

Start Building Your Testing Platform

Assrt generates real Playwright tests from plain English descriptions. Own your test code, run it anywhere, and free your team to focus on strategy.

$npx assrt plan && npx assrt test