What is the purpose of a use case diagram?
Answers were Sorted based on User's Feedback
Answer / guest
A use case diagram describes the users of a system and the
functions and services that are provided to the users.
| Is This Answer Correct ? | 70 Yes | 7 No |
Answer / david
to document the functionality of the system from the users
prespective.
to document the scope of the system.
to document the interaction between the users and the system
using supporting use case descriptions.
| Is This Answer Correct ? | 21 Yes | 6 No |
Answer / kumar rohit
Use cases is an UML tool(both textual & graphic) used for
outlining the system features which it will provides to its
users........(used for capturing system and user level
functionalities).
| Is This Answer Correct ? | 24 Yes | 10 No |
Answer / econ
The main purpose of a use case diagram is to show what
system functions are performed for which actor. Roles of the
actors in the system can be depicted.
| Is This Answer Correct ? | 19 Yes | 5 No |
Answer / kalyani
usecase diagrams are used to show the behavior of the
system we are devoloping.
| Is This Answer Correct ? | 29 Yes | 16 No |
Answer / harikanth
Use case diagram commonly used to capture the functional
requirements of a system.usecase is sequence of actions
,responsible for providing the resonable action to the actor.
actor may be human ,system or external to the system.
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / rajkumar
use case is a sequence of actions a system performs that
yields an observable result of value to a particular actor
| Is This Answer Correct ? | 14 Yes | 10 No |
Answer / kiruthika pandiaraj
Usecase diagram is used to visualize the relationship btwn usecases and actors.
| Is This Answer Correct ? | 8 Yes | 5 No |
Answer / mfsi_chinmayb`
Hi
Use case diagram is the pictorial representation of the
functionality of the software.It simply shows the
dependencies and goal of the product t the user
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / rupesh
use case diagram describe how user intrect with the system
| Is This Answer Correct ? | 2 Yes | 1 No |
What is crc card?
What are the different views in UML?
What is the importance of modeling in UML?
Does Visio Standard have UML?
What are the operations on facets supported by uml?
What is component diagrams in UML?
Explain about structural diagrams?
What does state model represent?
What is Object Constraint Language (OCL)?
Can you think of some nice examples where multiple actors are associated with a use case ?
how is usecase?
Why analysis is a major part in object designing?