Are your Tests Necessary and Useful?
Some automated tests are unnecessary or problematic.
For each automated test you write, ask yourself:
Does this test offer any additional test coverage that is not already addressed by some other existing test?
Which defect(s) do I expect this tes...
davidadamojr.hashnode.dev1 min read