What is Test Driven Development? Does it require to have initial designs?

Posted by Nirajan Singh on Stack Overflow See other posts from Stack Overflow or by Nirajan Singh
Published on 2010-02-24T15:27:44Z Indexed on 2010/03/14 5:25 UTC
Read the original article Hit count: 216

Filed under:

Hello Everybody,

I am very new to TDD, not yet started using it. But i know that we have to write test first and then actual code to pass the test and refactor it till good design.

My concern over TDD is that where does it fit in our SDLC. Suppose i get a requirement of making order processing system. Now, without having any model & design of this system, how can i start writing test. Shouldn't we require to define the entities & its attribute to proceed. If not, is it possible to develop big system without any design.

I am really very confused over it. Can anyone help me to start TDD.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about TDD