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
-1
votes
1 answer

Correct notation of extending use case

I'm wandering whether the following use case diagram is correct because I'm not sure if such notations are possible: something is going from extending use case, and this notation of this transition. I haven't found any information regarding such…
S.Drumble2
  • 89
  • 7
-1
votes
1 answer

How to identify class stereotypes for use case scenario?

How to identify class stereotypes for use case scenario? I have my use case scenario. But Identifying class stereotypes means?
-1
votes
2 answers

Use Case diagram - System as an Actor

Can I include the system as an actor on use case diagram? The system automatically sends emails and/or automatically updates some details of another user.
hasi
  • 11
  • 2
-1
votes
1 answer

Use case for Deliver Order

I have an assignment where i have to create use cases for the deliver order. So here's a summary, the delivery driver said he was given 3 shipping receipts from his company to pick up stocks at the warehouse. He usually arrives at the warehouse at…
-1
votes
1 answer

Android application - Statistics VolleyBall game : UML chart

I have a specific question that I can't resolve. This question is an UML problem, there is my application : I would like to create a Statistics Volleyball application. I want to change the parameter of a player in real time by modifying a table in…
-1
votes
1 answer

What is the best way for me to start this UML diagram?

My mind is all over the place and I am not sure how to go about starting this UML diagram. This is the problem: The library consists of a lot of publications in several types of media – books, periodicals (also called magazines), newspapers, audio,…
pete
  • 11
  • 1
-1
votes
1 answer

Add functions in Usecase diagram

I'm drawing Use case diagram for my Final year project. I have some activities such as type letters,type symbols, type numbers. Should I put them as one case or three separate cases?
-1
votes
1 answer

I'm drawing a UML use case diagram for a shopping site, should 'Manage shopping cart' be included?

What kind of behaviors should be included in the use case diagram?
-1
votes
1 answer

Implemenation of 'may be used' in Use case diagram

A case diagram has use case "Manage shopping cart". I need to add "View purchase" which used use case "Manage shopping cart" and add "Delete item" which may be used by use case "Manage shopping cart". My attempt is here: Link But I am not sure with…
-1
votes
1 answer

Include Use Case Diagram (UML)

I have seen many use case diagrams where a use case can be included to only 1 other use case, is this right or wrong? I have the understanding that in order for a use case to be included, it must be included to minimum 2 other use cases to be…
Carlos
  • 1,261
  • 11
  • 27
-1
votes
1 answer

use case diagram clarification - showing relationships between use cases

I was asked to draw a use case diagram for a fuel filling station (five use cases at minimum). The diagram should show all relationships between the use cases. Does it mean I have to only draw ONE use case diagram, which includes FIVE use cases in…
-1
votes
1 answer

UML Use case for vending machine

I am new to UML and I need some help with identifying actors and use cases for a simple scenario. I have to model a vending machine. I can't decide on the set of actors and use cases and I would really appreciate some help. The way I would model it…
-1
votes
2 answers

What is the usecase of DirectorySeparatorChar in .Net

In the Namespace System.IO from mscorlib.dll there is the following field: public static readonly char DirectorySeparatorChar According to the documentation, it contains \ on Windows and / on Unix.…
Christian Gollhardt
  • 16,510
  • 17
  • 74
  • 111
-1
votes
2 answers

What are the possible use cases in Amazon RDS

I would like to know the possible use cases of Amazon RDS ? How can we leverage the features and services of amazon RDS? What is the master slave relationship in RDS? how can we implement this??
user3086014
  • 4,241
  • 5
  • 27
  • 56
-1
votes
1 answer

UML Use Case Diagram: Access included or extending Use Cases

I am currently refreshing/altering my knowledge in software development because I will work in this area soon. We have learned a lot about UML diagrams and coding at University, but I have never brought it all together in a real Project. Therefore,…
nst1nctz
  • 333
  • 3
  • 23