• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

TestDriven : TDD

 
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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,
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.
 
Muhammad Saifuddin
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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 ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic