7.1k views
5 votes
3. Using your knowledge of how an ATM is used, develop a set of use cases that could serve as a basis for understanding the requirements for an ATM system

User Hamdy
by
4.7k points

1 Answer

4 votes

Step-by-step explanation:

Use cases are generally a set of interaction between the User/Actor with the system to generate a desired output.

A use case diagram is a graphical representation of all use case that interacts with the system. Use case diagram is part of Unified Modelling language also known as UML.

Set of Use cases that are used in this ATM use case diagram to understand the requirements of the ATM are given below:

• Insert ATM card

• Enter pin

• Perform required transaction

o Withdrawal

o Deposit

o Transfer

o Change pin

• Exit

Both customer and Bank are treated as actor. Actors are the one who interacts with the system.

User Drop Shadow
by
5.3k points