1

These days I am hearing a word frequently - BDD or Behavior Driven Development.

So I want to know what are the prime characteristics of BDD and how it differs from traditional programming?

Thanks

Jatin Dhoot
  • 4,294
  • 9
  • 39
  • 59
  • The new question by me might be interesting: http://stackoverflow.com/questions/7399485/understanding-behavior-driven-development-bdd – amit kumar Sep 14 '11 at 13:37

1 Answers1

1

Did you at least google it?) prime characteristics are easy to find stuff... http://en.wikipedia.org/wiki/Behavior_Driven_Development

Timur Sadykov
  • 10,859
  • 7
  • 32
  • 45
  • Yup ---------- I read them but here @ Stack many thinktanks roam around, so they can elaborate it further for easy understanding :) – Jatin Dhoot Jul 22 '11 at 08:39
  • Better scenario is to feed such pros with narrowed questions ) – Timur Sadykov Jul 22 '11 at 09:23
  • Suggest me how can we narrow it? I will change accordingly – Jatin Dhoot Jul 22 '11 at 09:25
  • Given the quote "BDD is a second-generation, outside-in, pull-based, multiple-stakeholder, multiple-scale, high-automation, agile methodology. It describes a cycle of interactions with well-defined outputs, resulting in the delivery of working, tested software that matters.": which parts are least clear? which parts are most interesting? Ask questions about those things. – KarlM Jul 24 '11 at 01:27