Test Driven Development

Test Drive Development Process

nickas 2019. 7. 10. 13:55

TDD의 주요 프로세스

  • Functional test
  • Unit tests
  • Unit test-code cycle
  • Refactoring

전체적인 TDD 프로세스

Double-Loop TDD

기능 테스트와 단위 테스트로 구성되는 TDD 프로세스


Double_Loop TDD

 

Outside-In development with Double Loop TDD

In my last post, I started talking about London School TDD, and the two features of it that I think distinguish it from Classic TDD. The first was Outside-In development with Double Loop TDD, which…

coding-is-like-cooking.info