Skip to main content

Test Automation

Guides and perspectives on the broader practice of test automation — tools, workflows, and techniques that aren't tied to a specific framework. Whether you're evaluating AI-driven testing platforms, integrating automation into CI/CD, or thinking about how to structure a test suite you actually own, these articles cover the decisions that matter beyond the code itself.

6 articles

How to Handle Failing Tests Caused by a Known Bug

How to Handle Failing Tests Caused by a Known Bug

When a test fails due to a known bug that can't be fixed immediately, commenting it out is the wrong move. Here's the right pattern, with skip syntax for every major test framework.
Stop Writing API Tests Manually — Let Your OpenAPI Spec Do the Work

Stop Writing API Tests Manually — Let Your OpenAPI Spec Do the Work

Schemathesis automates API testing by generating test cases directly from your OpenAPI spec — covering edge cases, schema violations, and server errors you'd never think of or have the time to write manually.
Playwright Accessibility Testing: What axe and Lighthouse Miss

Playwright Accessibility Testing: What axe and Lighthouse Miss

axe and Lighthouse miss 60–70% of WCAG violations. Learn the limitations of automated accessibility testing and how to write smarter Playwright tests.
AI in Test Automation: Real Limitations vs. User Error

AI in Test Automation: Real Limitations vs. User Error

Not every AI testing complaint is a real tool limitation. Some are skill gaps dressed up as criticism. This article goes through the most common ones and gives each a verdict — with practical mitigations for the ones that are legitimate.
Best Websites for Practicing Test Automation

Best Websites for Practicing Test Automation

Looking for example demo sites to practice your test automation against with Selenium, Playwright, or Cypress? Here is a list of the top demo websites for practicing your test automation skills against.
AI in Testing is Here — But Is Your Test Automation Stuck in Someone Else's Platform?

AI in Testing is Here — But Is Your Test Automation Stuck in Someone Else's Platform?

BrowserStack's State of AI Testing 2026 report shows 93% of companies using AI in testing workflows. Here's what the data means for QA engineers and vendor lock-in.