Fixing Brittle Tests: Avoid Hardcoded Values

Published: Dec. 23, 2019, 2:57 a.m.

Test suites often become brittle over time where small changes end up breaking various tests. One way to avoid that is by avoiding using hardcoded values in your test suite.