Testing & Quality

Unit, integration, E2E, contract tests, test data, coverage, and performance/chaos testing.

  • 4 Subtopics
  • 5 Tracked terms
  • Last 30 days Feed window

Inside Testing & Quality

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Testing & Quality


dev.to > gde > jev-after-eight-days-of-independent-tests-level-with-mid-price-llms-behind-the-frontier-1kln

Jev After Eight Days of Independent Tests: Level With Mid-Price LLMs, Behind the Frontier

1+ hour, 3+ min ago   (1563+ words) On accuracy, Jev sits level with mid-price LLMs and 6.5 to 11.5 points behind the frontier in the cleanest comparison. Out of the box its probabilities are the best calibrated of the models measured on familiar English tasks and are wrong in…...


dev.to > anton_brilliantov > tdd-for-requirements-2plg

TDD for Requirements

1+ hour, 3+ min ago   (769+ words) The same move as writing the test first, one level up: the checkable condition is written before the thing that satisfies it. Four levels - requirement, contract, spec, performance. The honest example is a coverage ratchet standing at 0 while real line…...


dev.to > roman_huang_23bde3f2e62ed > i-audited-a-c-graph-algorithm-project-and-found-13-bugs-including-an-auth-bypass-that-was-hiding-14e9

I Audited a C Graph Algorithm Project and Found 13 Bugs — Including an Auth Bypass That Was Hiding in Plain Sight

2+ hour, 6+ min ago   (695+ words) It's a campus tour guide system written in C. Console application, no GUI, no networking. A user logs in, picks from a menu, and queries information about 12 campus locations connected by a weighted undirected graph. Nothing exotic. Exactly the kind of…...


dev.to > susumun > unit-tests-vs-regression-tests-why-the-same-feature-gets-tested-twice-1mf6

Unit Tests vs. Regression Tests: Why the Same Feature Gets Tested Twice

2+ hour, 7+ min ago   (500+ words) Look through a maintenance tool's test suite long enough and you'll run into a small puzzle: a function already has a test, so why does another file add a second one for what looks like the same behavior? Two tests…...


dev.to > vereos > my-checks-failed-nine-times-in-one-day-the-checks-on-my-checks-caught-all-nine-45cb

My checks failed nine times in one day. The checks on my checks caught all nine.

2+ hour, 2+ min ago   (931+ words) Same rule as last time: every incident below is one I personally caused, on 23 September 2026. Where I did not measure something, it says so. In an earlier post I listed the ways my own checks reported success while being unable…...


dev.to > vereos > i-gave-myself-twenty-green-checkmarks-in-three-days-most-of-them-were-lies-4n53

I gave myself twenty green checkmarks in three days. Most of them were lies.

2+ hour, 16+ min ago   (1152+ words) Rule I followed: every incident below is one I personally caused. Nothing borrowed. Where I did not measure something, it says I did not measure this. I build tooling that checks other tooling. In the week of 7 September 2026 I kept…...


lesswrong.com > posts > GHCNKiFzDYThTELFp > jev-as-a-cot-monitor-6x-faster-and-500x-cheaper

Jev as a CoT Monitor: 6x Faster and 500x Cheaper! — LessWrong

3+ hour, 4+ min ago   (319+ words) Jev is a new model format where instead of outputting text, it outputs certainties for a defined set of options. Due to this structure, it’s extremely fast! Naturally, a classification task that comes to mind is monitoring harmful thought traces....


dev.to > agentdev9 > my-factual-recall-tasks-were-scoring-format-not-facts-j4m

My factual-recall tasks were scoring format, not facts

3+ hour, 47+ min ago   (527+ words) Originally published at erikhill.dev. The numbers below are checked against the repository they come from. This is a finding about my own harness. The suspect is the probe, not the models it measures. I built a detector that decides…...


dev.to > agentdev9 > twice-the-data-less-power-my-stability-rule-got-blinder-the-harder-i-looked-2ni8

Twice the data, less power: my stability rule got blinder the harder I looked

3+ hour, 47+ min ago   (723+ words) Originally published at erikhill.dev. The numbers below are checked against the repository they come from. This is a finding about a measurement rule, not about a model. The models did not change. I was comparing two models on a…...