A job posting for "QA Automation Engineer" can mean 50% manual testing with some scripting or 100% framework engineering embedded in a dev team, and the difference matters more than any specific tool requirement. The first thing to identify in any posting is which type it is, because the day-to-day is completely different. This article covers how to read the real requirements behind listed tool names, the five skills that actually move applications past the first filter in 2026, the red flags that signal a poorly structured role, and what resume language works versus what gets filtered out.
The Two Types of QA Automation Roles
Before analyzing job descriptions, understand that "QA Automation Engineer" means different things at different companies:
Type 1: Traditional QA with Automation- 50-70% manual testing, 30-50% automation
- Writes test scripts for regression suites
- Works closely with manual QA team
- Common in: e-commerce, finance, enterprise software
- 80-100% automation
- Designs and builds the entire test framework
- Often embedded in development teams
- Common in: tech companies, startups, SaaS
When reading a job posting, figure out which type you're looking at. The skills overlap, but the day-to-day is very different.
A Typical Mid-Level Job Description (Annotated)
Here's a real-world style job posting with commentary:
QA Automation Engineer — Mid-Level B2B SaaS company, 150 employees, Series B What you'll do:Design, develop, and maintain automated test suites for our web application using Playwright and TypeScript.
✅ Clear: Playwright + TypeScript. If you know these, you're qualified on the tooling side.
Write test plans and test cases for new features in collaboration with product and development teams.
✅ Not just automation — also manual test case writing. This is a hybrid role.
Participate in code reviews for both production code and test code.
✅ Your tests are treated like real code. You need to write clean, reviewable code.
Own end-to-end test stability — identify flaky tests, improve retry logic, and maintain CI pipeline health.
✅ Critical: you're responsible for the test suite, not just writing new tests.
Work with developers to define testability requirements for new features.
✅ Shift-left: you're involved early, not just at the end.
What we're looking for:3+ years of experience in software testing with 2+ years of automation experience.Usually these numbers are flexible. If you have 1.5 years but strong skills, apply anyway.
Strong knowledge of JavaScript/TypeScript.
✅ Non-negotiable for Playwright roles. You need to actually code.
Experience with Playwright or Cypress (Selenium experience considered but not preferred).Playwright is the current standard. Selenium shows age in the stack.
Understanding of REST APIs and experience with API testing.
✅ Almost universal requirement. You need to test more than the UI.
Familiarity with CI/CD pipelines (GitHub Actions, Jenkins, or similar).
✅ You don't need to build pipelines, but you need to work within them.
Experience with version control (Git).Table stakes. Not optional.
Nice to have: Experience with performance testing (k6, JMeter).*Nice-to-haves rarely disqualify. They're aspirational. Salary: $95,000–$130,000
What Skills Actually Matter
Based on patterns across hundreds of postings:
Must-have (99% of postings)
- Programming fundamentals — the ability to write loops, functions, and handle async code
- JavaScript or Python — one or the other, TypeScript increasingly preferred
- One automation framework — Playwright, Cypress, or Selenium (Playwright is trending up)
- Git basics — branching, commits, PRs
- Understanding of testing concepts — test design, types of testing, bug reporting
Common requirements (60-80% of postings)
- API testing — REST concepts, Postman or code-based API tests
- CI/CD basics — reading pipeline output, understanding what a pipeline does
- SQL basics — simple queries to verify database state
- Agile experience — working in sprints, attending standups
Advanced skills (makes you senior)
- Test framework architecture — designing POM, fixture systems, reusable libraries
- Performance testing — k6, JMeter, load test interpretation
- Container basics — Docker, understanding how tests run in CI
- Mentoring — reviewing others' test code, establishing standards
Skills That Show Up in Postings But Matter Less
Selenium: Still common in enterprise, but Playwright has overtaken it for new projects. Selenium knowledge transfers — the concepts are the same. Java: Common in older test stacks. If a job requires Java Selenium, expect a more traditional environment. JIRA: Everyone uses it. It's not a skill — it's a tool you'll learn in a day. Agile/Scrum methodologies: Every company lists this. It means "we do sprints." Not a differentiator. Manual testing experience: Valued but rarely the deciding factor for automation roles.Red Flags in Job Descriptions
"We're looking for a QA automation engineer to write 100% of our tests from scratch"One person can't own all QA. This often means they've had no QA process and are expecting too much.
Salary range well below market without compelling compensation elsewhereQA automation market rates: $80K-$100K junior, $95K-$130K mid, $130K-$160K+ senior (US, 2025).
"Experience with 15+ different testing tools required"No one has deep experience with 15 tools. This is often copy-pasted from multiple job descriptions.
"Manual QA with some automation" but listed as Automation EngineerRead: they need a manual QA person who will also write scripts. Salary is usually manual QA rate.
No mention of development practices (code review, CI/CD, version control)Automation without engineering practices means tests will be fragile and unmaintained.
How to Read Between the Lines
"Fast-paced environment" → Frequent scope changes, possibly chaotic "Wear many hats" → Small team, you'll do things outside your job description "Strong communicator" → There's conflict between teams that QA is expected to navigate "Test automation from scratch" → Either greenfield (exciting) or they're replacing a failed attempt (investigate) "Work closely with development team" → Good: you're embedded, not siloed "Quality is everyone's responsibility" → Good: developers care about testingWhat to Emphasize on Your Resume
Match the language of the job posting. If they say "Playwright," don't just say "automation framework experience."
Strong:Built end-to-end Playwright test suite covering 200+ test cases, integrated with GitHub Actions CI. Reduced regression cycle from 2 days to 3 hours.Weak:
Experience with automated testing tools and frameworks.
Quantify when possible: number of tests, time saved, coverage percentage, flakiness rate improvement.
Sample Titles You'll Encounter
| Title | What it Usually Means |
|-------|----------------------|
| QA Automation Engineer | Automation-focused, some manual |
| SDET (Software Development Engineer in Test) | More engineering, closer to dev team |
| QA Engineer | Often mixed manual + automation |
| Test Automation Engineer | Same as QA Automation Engineer |
| Senior QA Engineer | Leads automation efforts, mentors |
| QA Lead / Manager | More oversight, strategy, less hands-on |
Career Progression
Junior (0-2 years):- Following existing patterns, writing test cases from specs
- ~$70-90K
- Designing test patterns, improving frameworks, owning test suite
- ~$95-130K
- Architecting entire test strategy, mentoring, cross-team influence
- ~$130-160K+
- Org-level quality strategy, tool selection for the company
- $160K+
The jump from mid to senior is about ownership and initiative — not just time served.
Summary
What companies actually want:
1. Programming skills (TypeScript/JavaScript most in demand)
2. Playwright or Cypress experience (Selenium still valued)
3. API testing ability (not just UI)
4. CI/CD comfort level
5. Communication with developers and product managers
What they say they want but matter less: specific tools, years of experience matching exactly, long lists of frameworks.
Focus on demonstrating real automation skills through a portfolio or open source work, and tailor your resume language to match the exact tools each posting mentions.
→ See also: QA Engineer vs SDET vs QA Automation Engineer: What's the Real Difference? | How to Build a QA Portfolio That Gets You Hired (GitHub + Playwright) | QA Automation Roadmap 2026: Essential Skills to Get Hired