Blog

#test-design.

5 articles tagged "test-design".

Comparisons·14 June 2026 · 7 min read

Scripted vs exploratory testing: when each earns its place

Not a loyalty test — a scheduling one. Scripted proves the behaviour you already know to check; exploratory finds what nobody specified. Here's which to reach for, when, and how to blend them in one cycle.

manual-qaexploratory-testingtest-designcomparison
Comparisons·14 June 2026 · 6 min read

Black-box vs white-box vs grey-box: what testers actually use

The three 'box' terms are interview trivia until you use them right: they describe how much of the code you can see when designing a test, which decides what you'll catch. Most functional QA is quietly grey-box — here's why.

manual-qatest-designfundamentalscomparison
Comparisons·14 June 2026 · 6 min read

BDD scenarios vs plain test cases: when Gherkin earns its keep

Given/When/Then isn't automatically better than a plain test case — it buys shared language with non-testers at the cost of ceremony. Whether that pays off depends on who actually reads and co-writes your tests.

test-managementbddtest-designcomparison
Case studies·13 June 2026 · 7 min read

The checkout bug that passed every happy-path test

Every checkout test was green, but combining two discounts and a gift card drove the total negative — and issued credit. A case study in testing invariants, not just features.

case-studytest-designe-commercebugs
Case studies·13 June 2026 · 7 min read

How a missing negative test caused a production incident

A negative quantity on a "remove stock" action inflated inventory and caused overselling. The feature worked; the absent negative test did not. Test the negative space at the endpoint.

case-studytest-designnegative-testingbugs