Tagged Questions

5
votes
1answer
311 views

Is it possible to embed Cockburn style textual UML Use Case content in the code base to improve code readability?

experimenting with Cockburn use cases in code I was writing some complicated UI code. I decided to employ Cockburn use cases with fish,kite,and sea levels (discussed by Martin Fowler in his book …
3
votes
3answers
776 views

Opinions regarding ‘Case Complete’ or Use Case software competitors

Have you had any good/bad experiences with Case Complete? Are there Use Case creation products like it that you would recommend? Thank you
2
votes
3answers
335 views

Good Samples of Software Development Use Cases

Is there a repository on the web with good sample Use Cases for Software Development projects? I'm really not looking for a template. I'm actually looking for a document which is a good sample that …
2
votes
9answers
276 views

RSS/Atom for professional use

I wondered if anyone can give an example of a professional use of RSS/Atom feeds in a company product. Does anyone use feeds for other things than updating news? For example, did you create a product …
0
votes
2answers
76 views

Use case diagram question

I'm doing a use case diagram for taxi booking system, which should help controllers with booking and dispatching radio controlled taxis. Customers will have to pay in advance. If booking is not …
0
votes
3answers
287 views

What’s is the difference between include and extend in use case diagram?

What's is the difference between include and extend in a use case diagram?
0
votes
0answers
34 views

In a Use Case Description Document, how do we describe the include relationship with another use case.

In a Use case diagram, we can show the include relationship, but if we have to express the same in the description document, how is that to be done?
0
votes
3answers
102 views

Use Cases With ‘Time’ As An Actor

What are the best practices for using use cases to model system behavior that is executed periodically based on a schedule (rather than executed as a direct result of an explicit user interaction)? …