Browsing Tag
testing
154 posts
Stop Using Raw WebDriver in Robot Framework
A lot of Robot Framework projects still look like plain Selenium scripts with .robot file extensions. Someone imports…
An alternative to LLM quality gates: deterministic routing + sampling
Every “agent quality gate” I tested shares one fatal assumption: that an LLM can judge whether an LLM…
Your React Native build is done. Now your whole team can test it in the browser.
If your team ships a React Native app, you already know the build is the easy part. The…
Automated Accessibility Testing: axe-core, Keyboard Navigation, and WCAG in the Browser
Automated accessibility testing usually means one thing: point a scanner at the page, let it check the initial…
Unit Test AI Guide — Zero Hallucination, Cross-Stack Standard
Focus: Unit Tests ONLY — no integration, no E2E Stacks: Node.js (NestJS/Express) · React.js · Python · Angular…
Guard Skills: The AI Code Quality Alternative That Catches Failure Modes Before They Ship
Guard Skills: The AI Code Quality Alternative That Catches Failure Modes Before They Ship If you’re looking for…
Stop Letting AI Guess Your Playwright Tests: Use Context7 MCP
The problem While working on my Swiftcart QA automation project, I asked my AI agent a simple question:…
How to Test MCP Servers Before They Break Your CI
Most teams install an MCP server and hope it works. That is how you get 3 AM pages.…
I Built Tautest: A Mutation Testing Workflow for AI-Written Tests
AI coding agents are getting really good at writing tests. But I kept running into one uncomfortable problem:…
I Finally Understand Why Mobile Tests Keep Breaking — Thanks to This Article by Jay Saadana
I’ve always wondered why mobile test automation feels so fragile. You change one small thing in the UI…