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

First Use case diagram for test application

Hello, I am developing a test application for an electric motor, which will ultimately be written in LabVIEW, and I am using SysML modelling to define the system. The use case diagram attached is my top level. The start Test Scenario task is…
droseman
  • 277
  • 3
  • 5
  • 12
0
votes
2 answers

MVC, controller - use cases

I've learned that you should set up the controller-class in a MVC-OOD as a use case, from top to bottom in only one method that run the MVC-classes. Is it OK to use different methods in one controller to get more control and better overview? Let's…
user1121487
  • 2,662
  • 8
  • 42
  • 63
0
votes
4 answers

Use Case Scenario Template

Where can I find some free use case scenario templates? Thanks PS. I know they're easy to find on google but I asked the question so the best ones could rise to the top.
Ryu
  • 8,641
  • 10
  • 65
  • 98
0
votes
8 answers

Software task/project planning books?

I'm looking for a book that tells you how to split up a software (or anything; doesn't have to be software-specific) task or project into discrete chunks, and helps elucidate all the issues and nuances that aren't apparent when you just start…
0
votes
2 answers

Who is the actor in a Use Case Diagram

I'm making "UML Use Case" for an application that will have actors: user (a normal user), google (to make OpenID registration). What will I use: OpenID or Google? What is the real actor here? The actor which will make the interaction with the…
Abdelouahab Pp
  • 4,252
  • 11
  • 42
  • 65
0
votes
1 answer

Practice ATM Use Case Diagram

I'm currently a Software Developer and I would like to become a Software Architect in the future. As practice, I've decided to create a use case diagram for a factitious ATM. I've learned about use case diagrams in the past and I'm hoping that you…
Steven
  • 47
  • 1
  • 8
0
votes
1 answer

use case diagram involving student paying, 4 relationships used

I've tried learning this before and failed at it. My book talks about the different relationships between actors and says "student" communicates with "enroll in course" - ok "pay student fees is included by "enroll in course" and "arrange housing"…
Celeritas
  • 14,489
  • 36
  • 113
  • 194
0
votes
1 answer

Use case diagram -usage of "includes"

consider the follwing use case diagram(say the user login to a system, fills a form and submits to the server) (Fill in Form) --<>---->(Login) ^ \ ^ <> / …
Dinushan
  • 2,067
  • 6
  • 30
  • 47
0
votes
1 answer

Use case chart: How to use <> but just for some role?

In the following image there is a part of a use diagram I draw. both Administrator and Professor roles can access to cases beginning with "View" but only the Administrator can access cases beggining with "Delete". How could i specify this? Thank…
dragonmnl
  • 14,578
  • 33
  • 84
  • 129
0
votes
1 answer

use case diagram confusion: generalization and dependency

I am working on a university project. I have the following issues. this is a publication system's use case diagram. as you see there is a confusion in it. I don't know exactly how and where to use extend-include relations. also how to use…
Mehdi Hosseini
  • 1,937
  • 1
  • 18
  • 29
0
votes
1 answer

Association or usage-arrow between class and use-case?

I have the following use-case diagram: I want to say, that the actor can execute a use-case calle "add two numbers". When this use-case is executed, two instances of the class "Number" are involved. Is this represented in the diagram above? What…
Thomas Uhrig
  • 30,811
  • 12
  • 60
  • 80
0
votes
2 answers

How to use UML to diagram system interfaces?

I'm studying UML and I've been reading about use cases. All of the examples I see deal with single system and I was wondering how an end to end process would be modeled. So, I made up a fairly typical enterprise scenario and I’ve been trying to…
PatrickSJ
  • 510
  • 5
  • 13
0
votes
2 answers

use case steps and use case scenrios

I am modelling a system and i have the following are some of my use cases{appoint teacher(adimin),record grades(teacher), manage students(admin),record attendance(teacher), manage cocurricular(admin)} I have some problems with coming up with use…
mnmyles
  • 75
  • 1
  • 6
0
votes
1 answer

Something simplier SW tool than Enterprise architect?

I'm looking for our (middle sized) project some suitable SW tool for creating and maintaining software requirements specifications. We need to work with both models - requirements model and use case model. I know EA but this tools is too complex for…
jnemecz
  • 3,171
  • 8
  • 41
  • 77
0
votes
1 answer

Use Case : <> or not?

i got a system (a videogame) and an use case (attack) . If the opponent is attacked and he's not online, he receive an email else he doesn't. I don't know if it's better make one use case: USR----(ATTACK)<-------<< extends…
vicvic
  • 1
  • 1