How to design software when using BDD?

Posted by Léster on Programmers See other posts from Programmers or by Léster
Published on 2012-11-15T02:06:48Z Indexed on 2012/11/15 5:09 UTC
Read the original article Hit count: 325

I'm working on a project right now and it's my first project using BDD. Up till now, the user stories have proven themselves a very valuable weapon to understand requirements and to specify the solution in a comprehensive, easy to understand language.

My question is this: now that my user stories are complete, how do I design my solution? I understand that I derive behavior tests from my user stories, and I have to do UI design, but am I supposed to use good ol' UML? I'm under the impression that when using user stories, UML is left out; is this correct?

Léster

© Programmers or respective owner

Related posts about design

Related posts about uml