aspose file tools
The moose likes Testing and the fly likes TestDriven : TDD Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "TestDriven : TDD" Watch "TestDriven : TDD" New topic
Author

TestDriven : TDD

Muhammad Saifuddin
Ranch Hand

Joined: Dec 06, 2005
Posts: 1291

Hi Author,

My question is about the statement what you have mansioned in of your reply in other thread.
You said:
TDD is a development technique where you incrementally develop the production code by adding small tests and making them pass, one by one. As such, TDD is not about testing but about design and development.


what are process, which developers need to follow to design their application in TDD? is this process involve UML's diagram or any other technique.

Thanks in Advance,


Saifuddin..
[Linkedin] How To Ask Questions On JavaRanch My OpenSource
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11945
Originally posted by Saif uddin:
what are process, which developers need to follow to design their application in TDD? is this process involve UML's diagram or any other technique.

I partially answered this question in another thread. In short, TDD is agnostic about how you come up with a design other than that you should only design for the present, not the future. That's how the code level design emerges in an incremental, evolutionary manner.


Author of Test Driven (Manning Publications, 2007) [Blog] [HowToAskQuestionsOnJavaRanch]
Muhammad Saifuddin
Ranch Hand

Joined: Dec 06, 2005
Posts: 1291

Originally posted by Lasse Koskela:

TDD is agnostic about how you come up with a design other than that you should only design for the present, not the future. That's how the code level design emerges in an incremental, evolutionary manner.


Thanks for your reply,

on the way, of your suggested thread.
[ September 27, 2007: Message edited by: Muhammad Saifuddin ]
 
 
subject: TestDriven : TDD
 
Threads others viewed
TDD - What is it?
TDD in Agile Development
Domain driven design VS Test driven design
About Test Driven Development?
How do we implement Agile in smaller teams with an organisation?
developer file tools