An automated test is not a magic enchantment that makes your code safe, it's just a check for some condition that is run automatically so you don't forget to do it.

If the check itself is written poorly, it will be useless or even wrong.

Comments