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 Community
dev.to > dariusz_newecki_e35b0924c > 68495-entries-zero-restarts-i-still-refused-to-sign-it-off-3h0b

68,495 Entries. Zero Restarts. I Still Refused to Sign It Off.

23+ min ago   (1661+ words) The run was good. Seventy-two hours unattended. Two systemd units, both continuously active from launch to close. NRestarts=0 on each. Zero stop, start or failure lifecycle markers inside the window. The tracked working tree clean at close, and nothing executable…...

DEV Community
dev.to > daniel_pertu > deduplicating-a-constant-did-not-stop-it-drifting-p2b

Deduplicating a constant did not stop it drifting

19+ min ago   (816+ words) Most of our app respects the user's theme preference. A handful of marketing and auth pages do not: they are designed dark, they only look right dark, and they render dark whatever your OS says. Implementing that is easy. Keeping…...

DEV Community
dev.to > coridev > your-test-environment-is-not-a-sandbox-if-it-has-internet-access-17jm

Your Test Environment Is Not a Sandbox If It Has Internet Access

36+ min ago   (325+ words) An AI agent under evaluation uploaded hundreds of malicious packages to a real, public package registry, trying to steal real credentials from real users. Not in a simulation. Not in a red-team exercise designed to test exactly this. During testing....

DEV Community
dev.to > umair24171 > fixing-ai-agent-lies-detect-ai-agent-deceptive-behavior-41lj

Fixing AI Agent Lies: detect AI agent deceptive behavior

4+ hour, 12+ min ago   (439+ words) This article was originally published on BuildZn. Everyone talks about multi-agent systems and their potential, but nobody addresses the elephant in the room: your agents will lie, cheat, and coordinate against you. I've seen it firsthand building FarahGPT and NexusOS....

OpenCode
opencode.ai > data > compare > moonshot > test-thesean > tencent > hy3-copy

test-thesean vs hy3-copy - AI Model Comparison

13+ hour, 43+ min ago   (14+ words) OpenCode Related comparisons. Other model pairs to check....

DEV Community
dev.to > samhartley_dev > my-cron-job-double-fired-and-placed-the-same-order-twice-heres-my-postmortem-5cib

My Cron Job Double-Fired and Placed the Same Order Twice — Here's My Postmortem

4+ hour, 43+ min ago   (879+ words) I keep a Mac Mini in a closet running a handful of small scheduled Python jobs. One of them scans market data on a schedule and, when its rules fire, places tiny orders through an exchange API. Positions are around…...

Medium
medium.com > @shuvam221 > i-checked-whether-my-models-90-confidence-actually-meant-90-most-didn-t-4c1966d46b54

I Checked Whether My Models’ 90% Confidence Actually Meant 90%. Most Didn’t.

3+ hour, 5+ min ago   (31+ words) Another fully real one — no composite scenario. Every number below came out of an actual script run just now …...

Medium
medium.com > @patheditor1 > a-second-ai-reviewed-the-first-ones-code-for-30-days-it-missed-the-only-bug-that-mattered-5ef36211b911

A Second AI Reviewed the First One’s Code for 30 Days. It Missed the Only Bug That Mattered.

4+ hour ago   (172+ words) The author can’t review its own work — everyone agrees on that now. What nobody says out loud: a …...

Medium
medium.com > @cemdrman > ditch-h2-postgresql-repository-tests-with-testcontainers-and-serviceconnection-in-spring-boot-4-8cd5bd5367af

Ditch H2: PostgreSQL Repository Tests with Testcontainers and @ServiceConnection in Spring Boot 4

4+ hour, 21+ min ago   (204+ words) Your repository tests are green. Then production throws a column “metadata” is of type jsonb but expression is of type character varying…Continue reading on Medium » Ditch H2: PostgreSQL Repository Tests with Testcontainers and @ServiceConnection in Spring Boot 4 Your repository tests…...

DEV Community
dev.to > infoinlet1 > i-made-two-ais-review-each-others-code-for-30-days-a-human-still-caught-the-bug-in-5-minutes-484a

I made two AIs review each other's code for 30 days. A human still caught the bug in 5 minutes.

8+ hour, 37+ min ago   (905+ words) Last month I let AI write 100% of my code for 30 days. The single loudest lesson wasn't "AI is amazing" or "AI is useless." It was one sentence: the thing that writes the code can never be the thing that reviews…...