Questions tagged [use-case]

Use-cases capture and specify requirements of a system and stakeholder expectations with a view to the objectives of its users. Do not use this tag for for questions about suitability of the use of techniques/features to solve implementation issues.

Purpose

Use-cases capture and specify requirements of a system and stakeholder expectations with a view to the objectives of its users and the added value.

Tag usage

Use this tag for questions relating to the problems that a system is supposed to solve, and to use-case analysis and design:

  • Identifying and scoping use-cases in narratives and requirements
  • Analyzing the actors and their interactions with a system
  • Abstracting use-cases from specific scenario and user-interfaces
  • Documenting use-cases in textual or tabular form
  • Modeling use-cases in UML. In this case add .

You may also use this tag for questions related to the implementation of use-cases (e.g. with )

Do not use this tag for for questions about:

  • suitability of programming techniques or features to solve implementation issues. The remaining tags should be sufficient for people to find your question.
  • exclusively UML use-case diagramming syntax. Prefer the tag combination in this case.

Additional information:

826 questions
0
votes
0 answers

How to better output class diagrams using reverse engineering

If you have built a swing Java application which consists of many event handling methods, and 'Swing' components, How do you eliminate those to better output 'sequence diagram' and/or 'class diagram'. Is there a technique generally? Perhaps in…
MooHa
  • 819
  • 3
  • 11
  • 23
0
votes
1 answer

Generalization in fully dressed use case

A generalization is shown in a use case diagram as seen in the picture below. I think this is a bad example but let us assume that local call and long-distance call each take 10 steps in a fully dressed use case. Half of the steps are the same, the…
Noob
  • 53
  • 1
  • 7
0
votes
1 answer

Use Case Diagram Log On Use Case

Let's say I have the following actor: User Let's say I have the following Use Cases: Register Log On Complete Demographics Survey Choose Modules I'm confused as to how to properly model the Log On use case. Currently I have a diagram that has a…
Robert
  • 1,638
  • 7
  • 34
  • 45
0
votes
1 answer

Use case diagram for overriding settings?

I have a fan in a room. The fan has two speeds 1,2,3,4,5. 1 is slowest, 5 is fastest. The speed of the fan depends on the temperature. These are my regular settings for the fan: if temp is cold - speed = 1, if temp is normal - speed = 2, …
FirstName LastName
  • 639
  • 2
  • 8
  • 21
0
votes
1 answer

use case diagrams include and extend

I've a simple scenario that shows mouse and keyboard interactions with GUI. Mouse And keyboard can select UI elements and then click on them or press Enter/Space to trigger their action. which one of these diagrams shows the correct form of my…
Ileden
  • 25
  • 1
  • 5
0
votes
1 answer

How to make cross reference on Enterprise achitect template editor?

I am doing some use case specification on enterprise architect. When i was writting these documents on Word 2010, i used cross reference(hyperlinks) to show business rules that were on the other side of the document without making the reader scroll…
Gunter Amorim
  • 77
  • 1
  • 5
  • 14
0
votes
1 answer

How to specify multiple includes that are not mandatory altogether

Let's say I have three use cases: First and second use cases are simple actions that can't be performed simultaneously. The third, though, can only happen while first OR second has happened. Do I have to specify this in the model below? If yes, how?…
Michal
  • 15,429
  • 10
  • 73
  • 104
0
votes
1 answer

Use cases for flexible properties

I've been reading about using flexible properties instead of strongly typed fixed properties by using Dictionary or something similar to store them in. An obvious advantage for using flexible properties is that you can change what properties an…
Rik
  • 28,507
  • 14
  • 48
  • 67
0
votes
1 answer

Class digram to Usecase

I am trying to make a use-case to my project but i have some problem with draw a use case Is their any software to convert Class diagram into Use-case?
0
votes
2 answers

uml-include or extend

I am trying to make a use case diagram for library management system. I have two actors admin and user. Now, the admin has three functions manageCategories (of books like history, geography etc.) manageUser and manageBooks.. What I am doing is…
Rebooting
  • 2,762
  • 11
  • 47
  • 70
0
votes
2 answers

What happens if a use-case fails use-case testing?

I've not been able to find this question anywhere on the Internet, and since i'm working on my exam project at the moment, I would hope for this to get answered. What happens to a use-case if it fails the boss/EBP/size tests? Do you throw it out,…
Volatile
  • 677
  • 2
  • 8
  • 17
0
votes
2 answers

Drawing usecase for Enter Phone number scenario - Beginner

I need to draw a usecase that will expect the user to enter the phone number. But the user will be given 2 attempts to enter the phone number. If both 2 attempts fail, then he will be asked to sign in to the system. How can i draw the usecase for…
Illep
  • 16,375
  • 46
  • 171
  • 302
0
votes
1 answer

UI specification - refer to use case

I've written use cases and now I'm writing a UI specification. It's got only one screen but there are a bunch of little subtleties depending on the use case. Can I show my UI prototypes and then refer to a particular use case in the caption? E.g.…
Robotronx
  • 1,728
  • 2
  • 21
  • 43
0
votes
3 answers

Tangible benefits of Use Case Modelling

At my current employer we generally adopt the old-school approach of writing a traditional functional requirements specification and then performing a full tech design. If the app is big then we break it into smaller chunks and attack it a chunk at…
Steve
  • 2,073
  • 4
  • 27
  • 39
0
votes
2 answers

Can I include the included in a UML use case diagram?

In UML, when drawing a use case diagram, can I include the already included use case? (Or extend the already extended use case?) Does it make sense? I have such a situation where I think I can include B in A and include C in B; where A, B, C are all…
Sam
  • 1,842
  • 3
  • 19
  • 33