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 |
Tell us the difference between activity and sequence diagrams?
What are the advantages of using UML?
Explain about realization and its relationships?
What is package diagram in UML with example?
What are the goals of UML?
Rational rose Vs Staruml please highlight the advantages and disadvantages in them and between them.
How do you create a use case diagram in UML?
how to define the models in the uml diagrams?
What factors you will consider before starting uml designs?
What is mean by a component?
What is the need of UML diagrams?
Does a concept HAVE to become a class in Design?