Install
Testing & Quality
Unit/integration tests, fuzzing, reliability, and observability for apps.
- 23 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Testing & Quality
Stop Returning “Access Denied”
32+ min ago (540+ words) Security teams spend a lot of time deciding whether a request should be allowed. The person making that request experiences the decision through a much smaller interface: usually a status code and a sentence. This is Part 3 of Security Infrastructure…...
Can a Local Coding Model Save You Money?
5+ hour, 1+ min ago (154+ words) The practical question is whether avoiding a hosted inference charge still looks economical after the machine, electricity, maintenance, review time, and fallback calls enter the calculation. The measurements cover task outcomes, elapsed time, and API charges. The worksheet leaves equipment,…...
AI Won't Fix a Broken Process. Map It First, Then Automate
1+ hour, 37+ min ago (1060+ words) Automation copies your process. If the process is confused, you now have confusion running at speed, and nobody to blame in the room because the software did it. That is the failure mode I see most often in businesses between…...
Reduce PR review time with AI: what the 45% claim leaves out
1+ hour, 37+ min ago (412+ words) When a team asks how to cut pull request review time with AI, the answer they get is usually a vendor number. Atlassian says Rovo cut PR cycle time by 45% in their dogfooding. That number is real, but it's self-attested:…...
Top 7 Usability Testing Companies
5+ hour, 32+ min ago (947+ words) A while back, I spent weeks trying to find a usability testing vendor for a product launch. Every call ended with a price that made it easy to put the decision off. A few proposals read like a functional test…...
meu primeiro teste: LuizaLabs
2+ hour, 19+ min ago (400+ words) Resolvi voltar a esse projeto agora e documentar aqui a lógica que usei e as decisões que tomei na época, tanto como registro pessoal dessa fase quanto para quem estiver enfrentando um desafio parecido hoje. 🔗 Repositório no GitHub Na época,…...
Ollama's Responses API accepts previous_response_id, returns 200, and forgets the whole conversation
2+ hour, 16+ min ago (538+ words) Ollama 0.34.0, Debian 13, CPU only, qwen2.5:1.5b. The Responses API, which is the OpenAI-compatible endpoint Codex and similar clients use. Turn 1 plants something the model could not guess: password. Now two controls. The same question with the full history sent in the request…...
My Harness Used One Label for Three Different Failures.
2+ hour, 9+ min ago (1083+ words) Three fixtures, three separate calls into the same reducer. Here is the complete failure_reasons each one returned, unedited: These are minimal fixtures with no sandbox event and no tool response, so the first and last codes fire in all three and…...
Playwright email verification can pass for the wrong reason: six checks for a trustworthy test
3+ hour, 3+ min ago (575+ words) We deliberately made an email-verification test finish on the wrong account. The page said Email verified. Playwright passed. Then we added an assertion for which account had been verified. The same scenario failed. This was a controlled browser experiment with…...
The Workflow Ran With Four Personas Instead of Five and Looked Fine
3+ hour, 9+ min ago (504+ words) I run Claude Code as five separate subagents with different permissions — architect, coder, reviewer, conflict resolver, UI designer. One of them stopped loading. The symptom has the shape of not working well. The cause was not being there. Five conditions…...