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
3 answers

Broader use case with admin versus casual user

I have a user that manages files and an administrator that can also manage files. However the admin can manage all files whereas the user can only manage their own files. How to distinguish these in the diagram ?
James P.
  • 19,313
  • 27
  • 97
  • 155
0
votes
1 answer

Do I need JBossWS for EJB3 Webservices?

We have Web services developed using EJB3, Hibernate, Jboss AS, JAX-WS, etc. When going through Webservices and deployment, I see JBossWS references. Do I really need it for my Webservices to work? Or optional? What are the use cases for JBossWS? If…
Kevin Rave
  • 13,876
  • 35
  • 109
  • 173
0
votes
1 answer

how to write usecase specifcation?

when usecase performed with 2 actors,for example usecase "managment Request" ,that run with Admin and user,and actors do diffrent jobs,for example,in this usecase,admin can "edit Request" and user could not "edit reguest". how to write usecase…
user776289
  • 31
  • 3
0
votes
2 answers

Is this usage of extend relationship in a use case diagram correct?

I am developing a mobile application for image search This is my use case diagram Actor =Smartphone user System = client-side application The query is pre-treated in the client-side before being sent to the server (for example the vocal query is…
nawara
  • 1,157
  • 3
  • 24
  • 49
0
votes
1 answer

A line always connecting two draggable elements in canvas using KineticJS

I am trying to create a Use Case Creator in HTML5 Canvas using Kinetic JS.So far I can make a line by right clicking on two elements(An actor and a Use Case) I want to connect. But this line remains fixed on dragging one of the element to which it…
0
votes
1 answer

Use Case diagram?

I am studying UML after a long long time so having difficulty in getting it. Somewhere I am hanging between either I should draw a generalized diagram or specific one and what if generalization of actors is required. I will appreciate if you ppl…
Alex kiany
  • 105
  • 7
0
votes
2 answers

can one use case be EXTENDed from more than one base use case?

I have this use case, suppose named A, which is in nature an extension of both use cases B and C. Is there a standard way to illustrate this? For example is this true?
0
votes
1 answer

use case scenario

During a registration use case scenario, is the user confirming registration via unique email code part of the registration use case scenario? The system sends a confirmation email for the user to activate their account. An onscreen message for…
0
votes
1 answer

use case include

I have use case order book, when the user order a book he must browse the book ( use case browse books) then he must set the address to take the book (use case set address) what is the relationship between the two usecases with order book…
Marco Dinatsoli
  • 10,322
  • 37
  • 139
  • 253
0
votes
2 answers

choice user options as extend use case?

I have big use case which is `Manage Orders`, I want to expand this use case to a more specific use cases. when the user ask to manage the orders he can do many options which represent use cases, my questions is : is the big use case Extends the new…
Marco Dinatsoli
  • 10,322
  • 37
  • 139
  • 253
0
votes
1 answer

What is the Use Case Diagram for employee punctuality system

This is my current system for Employee Punctuality Monitoring: The current system that determines whether an employee comes in late and leaves early is when the boss sees that the employee is not yet in the office and when the employee leaves before…
0
votes
1 answer

How to display an event appearing after a period of time (gap) in use-case realization diagram?

i`m wondering what is the way to display an event which appears after some period of time on a use-case realization diagram. For example lets say an actor taps a display of his smart phone, the display turns on and in 5 minutes it turns off. Is it…
G.M
  • 653
  • 1
  • 15
  • 35
0
votes
1 answer

Use Case Diagram <>

I've created the below diagram for my proposed system but have a couple of questions. The project has three components: Program (Java), Website, and Database. Using the program, the user can generate data and submit it to the database. This can then…
Adam Hinx
  • 215
  • 3
  • 21
0
votes
2 answers

Does a UML use can show everything the actor can do (functionality) or everything the actor wants to do (goals)?

Suppose we have a simple on-line store. Things that the user would want to achieve with the store would be: Register (to create an account) Browse items Add items to basket Checkout and pay View account information Edit account…
0
votes
2 answers

Capistrano for Java (EE) Web applications

Does anyone use Capistrano for Java based application deployments? Are there any benefits using Capistrano over already existing tools like Maven, ant, or Eclipse Deploy, etc? Any specific use cases for Capistranofor java based apps?
Kevin Rave
  • 13,876
  • 35
  • 109
  • 173