The DRY testing pattern
Treating automated tests with the same care and respect as the application that we are trying to test is the key to long-term success. Adopting common software development principles and design patterns will prevent some costly maintenance in the future. One of these principles is the Don't Repeat Yourself (DRY) principle; the most basic idea behind the DRY principle is to reduce long-term maintenance costs by removing all unnecessary duplication.
Tip
There are a few times when it is okay to have a duplicate code, at least temporarily. As Donald Knuth so eloquently stated, "Premature optimization is the root of all evil (or at least most of it) in programming."
The DRY testing pattern embraces the DRY principle and expands ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access