Intermediate QA #testing #test-quality #collocations

Test Quality & Maintenance

5 exercises on the language of test health — brittle tests and test smells, assertions, determinism, quarantining flaky tests, and false positives vs false negatives.

Key patterns
  • brittle / fragile test → breaks too easily
  • test smell → symptom of a deeper problem
  • assert / assertion → the test check
  • deterministic test → same result every run
  • false positive vs false negative
0 / 5 completed
1 / 5
Reviewing a fragile test suite, a senior engineer warns: "These tests are ___ — the smallest change to unrelated code makes dozens of them fail."
Which adjective fits?