Truthful: The Fifth Quality of Valuable Tests
Get an overview of truthful valuable test qualities and learn about problems while ensuring underlying logic in the test.
We'll cover the following...
Truthful
A truthful test accurately reflects the underlying code. It passes when the underlying code works and fails when it doesn’t. This is easier said than done.
Brittle tests
A frequent cause of brittle tests targets assertions at surface features that might change even if the underlying logic stays the same. The classic example ...