automation Articles
Browse TestKase blog articles tagged "automation". Guides, walkthroughs, and best practices for QA teams working with automation.
21 articles found
Accessibility Testing in CI/CD: Catching WCAG Issues Before They Ship
Three integration patterns, GitHub Actions / GitLab / CircleCI templates, and a 3-quarter rollout playbook to take an engineering team from zero accessibility in CI to block-on-fail.
Auditing Pages Behind a Login: A Practical Guide to Authenticated Accessibility Scanning
Most accessibility scanners stop at your login page. Here's how to audit the 70% of your app that lives behind authentication — cookie, login form, and header methods compared.
We Gave Our Test Management Tool an AI Brain. Here's What Happened.
How we built an AI agent that manages test cases, cycles, and reports through conversation — and what we learned about what works and what doesn't.
TestKase MCP Server: The First AI-Native Test Management Platform
TestKase ships the first MCP server for test management — connect Claude, Cursor, GitHub Copilot, and any AI agent to manage test cases, cycles, and reports.
Manual vs Automated Testing: When to Use Each
Compare manual and automated testing approaches. Learn when to use each, their pros and cons, and how to build a balanced QA strategy for your team.
AI-Powered Test Case Generation: The Future of QA
Discover how AI-powered test case generation cuts QA writing time by 60%, boosts coverage to 90%, and transforms your testing workflow with smart prompts.
How to Run Load Tests in Your CI/CD Pipeline with k6
Step-by-step guide to running k6 load tests in CI/CD pipelines. Covers scripting, thresholds, GitHub Actions setup, result analysis, and scaling strategies.
Jest Test Reporting: From Unit Tests to Quality Dashboard
Set up Jest test reporting that feeds CI results into a quality dashboard. Covers custom reporters, JUnit XML, coverage trends, and flake detection.
How to Reduce Test Automation Maintenance by 50%
Cut test automation maintenance in half with proven strategies: resilient selectors, Page Object Model, API setup, explicit waits, and smart test architecture.
AI Test Maintenance: How Smart Tools Keep Test Suites Fresh
Learn how AI-powered tools maintain test suites by detecting stale tests, auto-healing selectors, syncing requirements, and cutting maintenance costs by 40-60%.
REST API Test Automation: Best Practices and Common Pitfalls
REST API test automation best practices: test design, authentication handling, schema validation, data isolation, and parallel execution strategies.
Regression Testing Strategy: How to Stop Bugs from Coming Back
Build a regression testing strategy that catches reintroduced bugs fast. Covers test selection, risk-based prioritization, automation, and suite management.