1 min readOct 13, 2017
I agree, a good unit test should be:
- Independent.
- Incremental.
- Readable.
- Repeatable.
- Fast, and finally Automated.
If a unit test is not independent then it is not a good one. However, for large projects, you may find a case like this, this is why I have to warn about it.