Learn how to define use cases and create the corresponding use case diagram for the ATM.
Let’s build the ATM system’s use case diagram and understand the relationship between its main actors and functions. First, we’ll define the different elements of our system, followed by the complete use case diagram.
System
Our system is the ATM system. It manages secure, card-based access for bank customers to perform key banking transactions remotely.
Actors
Let’s define the main actors of our ATM system.
Primary actors
Cardholder: The user who interacts with the ATM to perform banking transactions such as inserting/removing the card, entering PIN, and carrying out account operations.
Use cases
In this section, we will define the ATM’s use cases. We have listed them according to their interactions with a particular actor.
Cardholder
Insert card: Insert the ATM card into the ...