Browsing Tag
testing
159 posts
389 Tests Passed. NIST Still Caught the Bug.
I gave an AI agent a calculator because I wanted one hard, inspectable point inside a probabilistic workflow.…
The AI writes the tests. It doesn’t get to grade them.
Originally published at dmitriiev.dev Here is the rule the whole thing is built on: every stage is checked…
Testing AI Agents with AgentSpec: Jest for Non-Deterministic Behavior
AI agents are non-deterministic. This is both their superpower and their biggest testing challenge. When you change a…
Métricas de qualidade de software na era da IA
Não é novidade para ninguém que estamos passando por uma transformação na área de desenvolvimento de software, em…
Test Mobile AI Input by Capability, Not Device Category
“Mobile” is not one input model. A foldable may change size while an AI response streams. A tablet…
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…