Jul 7, 2023
I don't see what TDD - which is the discipline of writing tests before you write code - has to do with this?
All you need is good test coverage, so that all the key workflow is covered by the tests. It makes no difference when or how you write the tests...