What is test-first development and how does it corelate to TDD? Is test-first development a general name for things like TDD? If yes, what other test-first practices do exist?
What is test-first development and how does it corelate to TDD? Is test-first development
Share
Two different words for the same thing.
Other alternatives to TDD include the increasingly popular BDD (Behaviour Driven Development).
Which method you choose greatly depends both on your application (web, console, windows, etc) as well as your project methodology (Agile, Waterfall, etc).