What do you like about Use cases? - Stack Overflow most recent 30 from stackoverflow.com 2010-03-15T20:47:16Z http://stackoverflow.com/feeds/question/382900 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/382900/what-do-you-like-about-use-cases 0 What do you like about Use cases? Peter Gfader http://stackoverflow.com/users/35693 2008-12-20T04:15:22Z 2008-12-20T04:54:20Z <p>What do you like about Use cases in specifications, proposal documents? </p> http://stackoverflow.com/questions/382900/what-do-you-like-about-use-cases/382907#382907 1 Answer by Peter Gfader for What do you like about Use cases? Peter Gfader http://stackoverflow.com/users/35693 2008-12-20T04:21:23Z 2008-12-20T04:21:23Z <p>I think of them like a Client story.<br /> They can be used in EVERY development phase: </p> <ol> <li><strong>specification</strong> (specifies exactly what happens after each userinteraction)<br /> (better and easy understanding for client what happens)</li> <li><strong>development</strong> (developer uses that to create workflow in application)</li> <li><strong>testing</strong> (tester can follow use case, and verify correctness)</li> <li><strong>documentation</strong> (use case describes how system works)</li> </ol> http://stackoverflow.com/questions/382900/what-do-you-like-about-use-cases/382912#382912 2 Answer by le dorfier for What do you like about Use cases? le dorfier http://stackoverflow.com/users/31641 2008-12-20T04:23:32Z 2008-12-20T04:52:27Z <p>I like use cases and user stories because they remind me why I'm in this business. They help me understand the people whose lives will be easier, and who will be more confident about their work because of what I can do for them. And they can do it entirely in their own words, without any obligation on their part to understand the arcana of my technical world.</p> <p>For a short period of time, my only responsibility will be to listen, and learn, without needing to make any decisions about technology - yet.</p> <p>In other words, I get to start from the beginning.</p> http://stackoverflow.com/questions/382900/what-do-you-like-about-use-cases/382942#382942 0 Answer by Dustin for What do you like about Use cases? Dustin http://stackoverflow.com/users/39975 2008-12-20T04:54:20Z 2008-12-20T04:54:20Z <p>The use case allows me to deliver what my clients want instead of what they're asking for.</p>