Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 244 Bytes

Testing.md

File metadata and controls

9 lines (7 loc) · 244 Bytes

Testing Practices

Fit/FitNesse

  • Drawbacks: Fixture needs to change frequently

BDD:

  • Drawbacks: Extra overhead to translate english translation to fixture
  • When not to use this style: when creating a simple project (CRUD)