1
Comments
  • 0
    hybrid ddd + TDD . u can try cmock mokito etc depending on language
  • 0
    appropriate if u know specs of functional blocks ahead of time, use the same language for test suite as for the source code under test, if python , use coverage.py, pytest, mock , etc
Add Comment