Skip to content

TDD(Test Driven Development)

Hoseock Choi edited this page Feb 13, 2020 · 3 revisions

Test Driven Development

References

TDD Terminology

  • Test Double
  • Fixture (Minimal/Standard/Fresh/Shared)
  • Transient
  • SUT(System Under Test)
  • Setup -> Exercise -> Verify -> Teardown
  • Test Stub/Spy/Mock
  • Dependency Injection
  • Humble Object
  • DOC(Depend on Component)
  • Verify(state/behavior)
  • Obscure Test
    • Eager Test
    • Mystery Guest
  • Erratic Test
Clone this wiki locally