Post

Test Driven Development

✅ TDD

Test Driven Development
first test ➡️ then develop

👍🏻

  • check error simultaneously
  • short development cycle, easier to update to client needs
  • use automation(Junit)
  • documentation

👎🏻

  • developement ➕ test ➡️ more cost
  • need too consider test direction, test framework…
This post is licensed under CC BY 4.0 by the author.