Software Quality Assurance Analysts and Testers
Scrub through 80years of this role's history, from when it first emerged, through every wave of technology that reshaped it, to the cited projections for where it's heading next.
Tricentis's 2025 Quality Transformation Report, surveying 2,700 technology practitioners, documents the structural bifurcation of the QA profession: entry-level manual testing roles face real displacement from AI-native platforms (Mabl, QA Wolf, Testim), while senior SDET and quality-engineering roles commanding automation, AI model validation, and strategic coverage planning are in undersupply. Median time-to-fill for senior automation roles exceeded 90 days in North America. Salaries for professionals certified in AI testing platforms commanded 18-25% premiums over peers without those credentials. The percentage of QA job postings requiring coding skills rose from 53% in 2023 to 77% in 2025, a structural shift that mirrors what happened to graphic design when desktop publishing software arrived: the low-skill tier shrinks, the high-skill tier expands and earns more.
The tools that defined the work
Select an era to see how it reshaped the work.
Manual code tracing and desk-checking (pre-disciplinary era)
In the earliest computing era, testing consisted of tracing through code by hand, comparing against expected outputs, or submitting batch jobs and reading printout results. There were no testing tools, no frameworks, and no methodology. Gerald Weinberg's IBM team in the late 1950s represented the most advanced practice of the era: a group of people whose explicit job was to attempt to break software before it went live. The 1968 NATO Software Engineering Conference in Garmisch, Germany formally named the "software crisis" and identified inadequate testing as a root cause of catastrophic cost overruns in government computing projects. Testing remained informal and ad hoc for most organizations through the 1970s.
Work toolChanging equipment Structured testing methodology (Myers 1979, IEEE Std 730, black-box / white-box discipline)
The publication of Glenford Myers's "The Art of Software Testing" (1979) and the simultaneous release of IEEE Std 730 (Software Quality Assurance Plans) gave the profession its intellectual foundation. Myers introduced the distinction between black-box testing (testing behavior from the outside, without knowledge of internal structure) and white-box testing (testing code paths and logic structures). Equivalence partitioning and boundary value analysis, formalized in this era, remain standard practice today. The discipline acquired its first academic treatment, its first professional vocabulary, and the beginnings of organizational independence from development teams. ANSI/IEEE 829-1983 established standards for software test documentation, giving QA managers the paperwork scaffolding to run formal test cycles.
Work toolChanging equipment Commercial GUI test automation (Mercury WinRunner 1991, QuickTest Professional 1998)
Mercury Interactive launched WinRunner in 1991, introducing record-and-playback GUI automation for Windows applications. For the first time, a tester could record a sequence of user interactions and replay it automatically against a new build, checking for regressions without re-executing each step by hand. QuickTest Professional (QTP), introduced by Mercury in 1998 and using VBScript for test logic, became the dominant enterprise automation platform of the early 2000s. These tools created the first real skill divide within the profession: testers who could script in TSL or VBScript commanded materially higher salaries than those who could not. HP acquired Mercury Interactive in 2006 for $4.5 billion, rebranding QTP as HP Unified Functional Testing. The commercial automation era defined the "QA Engineer" as distinct from the manual tester and set the trajectory toward the SDET role.
Effect on the workCommercial automation tools reduced the labor required to execute regression test suites and enabled QA teams to maintain coverage as codebases grew. However, tool fragility (record-playback scripts break when UI elements change) meant maintenance overhead was high, and the era created as many specialized jobs maintaining test scripts as it eliminated in manual testing.
Work toolChanging equipment Open-source web testing (Selenium 2004, JIRA 2002, Agile/continuous integration era)
Selenium, released in 2004 by ThoughtWorks engineer Jason Huggins as an internal tool for testing web applications, became the dominant web testing framework globally within a decade of its open-source release. Unlike Mercury's proprietary tools, Selenium ran in real browsers and was free, which democratized web automation. Simultaneously, Agile methodologies shifted QA from a separate "test phase at the end" to a continuous responsibility integrated into each sprint. The JIRA issue tracker (Atlassian, 2002) became the universal defect management platform, and continuous integration tools (Hudson / Jenkins, ~2005) began running automated test suites on every code commit. The "shift-left" principle, testing earlier in the development cycle, became the professional norm. ISTQB, founded in Edinburgh in 2002 and launching its Foundation syllabus in 2005, gave the profession its first globally recognized certification structure.
Effect on the workSelenium and CI tools dramatically raised the productivity ceiling for automation engineers. A single SDET maintaining a Selenium suite could provide coverage that previously required a large manual testing team. This accelerated a bifurcation of the profession: automation-capable testers became more valuable, manual-only testers came under wage pressure.
Work toolChanging equipment Cloud testing platforms, mobile device farms, API testing (BrowserStack 2011, Postman 2014, Docker-based CI)
Mobile computing created an entirely new testing problem: applications needed to work across hundreds of device-OS-browser combinations. BrowserStack (founded 2011), Sauce Labs (2008), and similar real-device cloud platforms let QA engineers run tests against physical devices without maintaining local device labs. Postman (2014) formalized API testing as a first-class QA discipline alongside UI testing. Docker-based containerized test environments, Jenkins pipelines with parallelized test execution, and cloud-based test infrastructure turned CI/CD from a development practice into a quality engineering discipline. "Test engineer" became a well-compensated senior engineering title rather than an entry-level checking role at leading technology companies.
Work toolChanging equipment AI-native test automation (Mabl 2017, QA Wolf, Testim, Diffblue Cover)
Mabl, launched in 2017 and marketed as "AI-native" from its founding, represents the first generation of test platforms where machine learning is the primary engine rather than a bolt-on feature. Mabl's auto-healing automatically updates tests when UI elements change, addressing the chronic brittleness of record-and-playback systems. QA Wolf (2019) and Testim (Tricentis) generate production-grade Playwright and Appium test code from natural language prompts, promising 80% automated E2E coverage in four months. Diffblue Cover (2018) generates entire Java unit test suites autonomously, achieving 81% average line coverage versus 32% for a developer using a coding agent. These tools automate the work that occupied entry-level manual QA roles and much of the repetitive scripting work of mid-level automation engineers. The QA profession's response is bifurcating: roles focused on test execution and script maintenance face real displacement, while roles focused on test strategy, risk coverage design, and oversight of AI-generated suites are growing in both headcount and compensation.
Effect on the workTricentis research (2025) found that customers achieved 68% faster test suite creation after adopting AI-based modules, and 85% reduction in manual sanity testing effort. Over 40% of application code written in 2025 was AI-generated, and 29% of developers rolled back releases due to AI errors, increasing rather than decreasing the strategic importance of quality engineering as an oversight function. Median time-to-fill for senior automation roles exceeded 90 days in North America in 2025.
Work toolChanging equipment
What credible sources project
Scrub the slider past now to anchor each scenario on the scrubber. The spread is the range of futures credible sources project for this role.
What's shifting in the work right now
The historical view above shows how this role has moved. This is the present-day detail: which AI tools are picking up which tasks, where the edge still is, and the natural directions this work can grow.
What's changing in your day
Three parts of your work where AI is already doing real lifting, and what stays yours.
AI is taking this onExecute regression test runs in CI/CD pipelines, monitoring AI-powered self-healing test execution (Testim smart locators, Functionize SmartFix) and escalating failures that adaptive healing masks rather than resolves — distinguishing test flakiness from genuine application regressions.
Execute regression test runs in CI/CD pipelines, monitoring AI-powered self-healing test execution (Testim smart locators, Functionize SmartFix) and escalating failures that adaptive healing masks rather than resolves — distinguishing test flakiness from genuine application regressions.[9],[10]
Master CI/CD pipeline configuration and test observability (monitoring test run health metrics, flake rates, healing frequency) rather than manual test execution; the human role shifts to governance of what the automated system silently adapts around.
AI is sitting alongside you hereGenerate and maintain automated end-to-end test suites using AI-native platforms (Mabl, QA Wolf, Testim) and coding-agent tools (GitHub Copilot, Diffblue Cover), reviewing and curating AI-generated tests for coverage gaps and false positives before merging to CI.
Generate and maintain automated end-to-end test suites using AI-native platforms (Mabl, QA Wolf, Testim) and coding-agent tools (GitHub Copilot, Diffblue Cover), reviewing and curating AI-generated tests for coverage gaps and false positives before merging to CI.[4],[11],[8]
Shift from test authorship to test strategy: define the risk matrix and coverage criteria that AI tools optimize toward; a QA engineer who can judge which failure modes matter most remains essential even when AI writes every line of test code.
AI is sitting alongside you hereRun visual regression and cross-browser compatibility testing using AI visual validation tools (Applitools Eyes, Percy), reviewing AI-flagged screenshot diffs to classify genuine regressions from intentional design changes or dynamic-content noise.
Run visual regression and cross-browser compatibility testing using AI visual validation tools (Applitools Eyes, Percy), reviewing AI-flagged screenshot diffs to classify genuine regressions from intentional design changes or dynamic-content noise.[12],[9]
Develop a designer's eye for UI quality — pixel precision is now AI's job; the human role is deciding which visual changes matter for user experience, brand consistency, and accessibility compliance, not catching them manually.
Where this role is heading
Natural next steps for someone with your foundation: not exits, evolutions.
Information Security Analysts
QA engineers already probe applications for edge cases and unexpected behaviour — the same mindset that drives effective security testing. DAST, penetration testing concepts, and API security all map directly from QA skill sets. With AI-generated code introducing 2.74× more security vulnerabilities per PR (Uvik 2026), organizations need security-aware QA professionals who can validate AI-authored code before it reaches production.
- · OWASP Top 10 and CWE vulnerability taxonomy
- · Dynamic application security testing (DAST) with tools like StackHawk, Burp Suite, OWASP ZAP
- · API security patterns: OAuth, JWT, PKCE, rate limiting, injection vectors
- · Threat modeling (STRIDE) and security requirements analysis
- · Security certifications: OSCP, GWEB, or CompTIA Security+ as credibility anchors
See the same long-arc view for your own profession.
Browse the directory by industry, or search by title or SOC code. New roles ship every few weeks. Every profile cites every claim.
Browse all roles