answersLogoWhite

0


Best Answer

A use case outlines a specific goal and how to achieve that goal.

A use case diagram is a graphical representation of system users(actors), use cases, and the system (subject) to which this set of use cases applies.

In more detail:

Use Case

A use case outlines an interaction between an actor and a system (or a system and a system). For example, the interaction (or dialog) of someone accessing an ATM would look as follows:

Use case name: Authenticate user

1. ATM displays welcome message to Customer

2. ATM asks user to insert card

3. Customer inserts card into ATM

4. ATM asks user to enter their PIN

5. Customer enters their PIN

6. ATM authenticates the customer using the information from the card and the PIN

A use case is functional and outlines the behavior of a set of interactions that form a coherent dialog in the system, i.e. Authenticate user. This interaction is separate and distinct from the use case Withdraw money, which also involves a series of interactions.

Use Case Diagram

A use case diagram shows the relationship between the actors and the use cases. For example, on the Use Case diagram for an ATM you would have the following relationships:

Customer
  • Authenticate user (dialog fragment above)
  • Withdraw money
  • Deposit money
  • Transfer money
  • Get balance
Bank employee
  • Provision ATM with envelopes and money
  • Remove deposit envelopes

A set of use cases can be used to specify scope in a system.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is difference between use case and use case diagram?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is Difference between include and extend in use case diagram?

the include relationship implies that the included use case must be enacted, whereas the extend relationship implies that the extending use case may be enacted.


What is the purpose of a robustness diagram?

It is a hybrid between Use Case and Sequence Diagram


What is the difference between activity diagram and sequence diagram?

Activity diagram shows the work flow from start point to the end point detailing many decision points. Sequence shows detail flow of specific use case and it also shows interaction between actors, system and system components


Get the Use-case diagram for online banking?

i want use case diagram for online banking system


What information is provided by use cases or a use case diagram?

Use case diagrams are used foe better understanding of software. They have actors , use cases and relation between them.


Use case diagram for hrm recrutment system?

sample human resource managment use case diagram


Use case diagram for online election voting system?

i want use case diagram for online voting system


What is the difference between a use-case diagram and class diagram?

Class diagram is UML structure diagram which shows structure of the designed system at the level of classes and interfaces, shows their features, constraints and relationships - associations, generalizations, dependencies, etc.Communication diagram (called collaboration diagram in now obsolete UML 1.x) is an interaction diagram which shows interactions between objects and/or parts (represented as UML lifelines) using sequenced messages in a free-form arrangement.So, the major difference is that class diagram shows static structure of the system while communication (collaboration) diagram shows system behavior as sequenced exchange of messages between objects.


What is the difference between use cases and class diagrams?

The main difference between use cases and class diagrams is that a diagram shows how data is related. On the other hand, use cases show how a user uses a system.


What are the four basic parts of a use case model?

use case identifier, use case actors ,use case model,use case diagram


Sample of use case diagram represent the business process of GeneralMotors?

sample of use case diagram represent the business process of GeneralMotors


System use case diagram for airline system?

E-R diagram for Airline management system is in the related links.