Good Samples of Software Development Use Cases - Stack Overflow most recent 30 from stackoverflow.com2009-11-27T16:30:08Zhttp://stackoverflow.com/feeds/question/337680http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/337680/good-samples-of-software-development-use-cases2Good Samples of Software Development Use Casespearcewg2008-12-03T16:10:54Z2008-12-03T16:18:00Z
<p>Is there a repository on the web with good sample Use Cases for Software Development projects?</p>
<p>I'm really not looking for a template. I'm actually looking for a document which is a good sample that I can use as a reference. A word document.</p>
http://stackoverflow.com/questions/337680/good-samples-of-software-development-use-cases/337701#3377011Answer by Filip Ekberg for Good Samples of Software Development Use CasesFilip Ekberg2008-12-03T16:15:34Z2008-12-03T16:15:34Z<p>I found this article one Agile programming and on UML-stuff: <a href="http://www.methodsandtools.com/archive/archive.php?id=25" rel="nofollow">http://www.methodsandtools.com/archive/archive.php?id=25</a></p>
<p>Maybe it has some interesting points. Though, it's not word. Might reffering to some word documents.</p>
http://stackoverflow.com/questions/337680/good-samples-of-software-development-use-cases/337705#3377050Answer by MadKeithV for Good Samples of Software Development Use CasesMadKeithV2008-12-03T16:17:03Z2008-12-03T16:17:03Z<p><a href="http://rads.stackoverflow.com/amzn/click/0201702258" rel="nofollow">Alistair Cockburn's book "Effective Use Cases"</a> provides many great examples.
You can <a href="http://rads.stackoverflow.com/amzn/click/0201702258" rel="nofollow">look inside</a> the book on amazon, page 18 has an example. It's not a Word document of course, but I have found the guidelines in the book and the general idea extremely helpful in my professional work.</p>
http://stackoverflow.com/questions/337680/good-samples-of-software-development-use-cases/337711#3377110Answer by tvanfosson for Good Samples of Software Development Use Casestvanfosson2008-12-03T16:18:00Z2008-12-03T16:18:00Z<p>You might be interested in <a href="http://rads.stackoverflow.com/amzn/click/0201702258" rel="nofollow">Writing Effective Use Cases</a> (link at Amazon) by Alistair Cockburn. Here are some examples of ultra-light uses cases from one of his projects: <a href="http://alistair.cockburn.us/Examples+of+ultra-light+use+cases" rel="nofollow">http://alistair.cockburn.us/Examples+of+ultra-light+use+cases</a></p>