software engineering
software engineering
Name : mariam
Roll no : 28
Submitted By:
Dr.Hamid
Sequence Diagram
Actors/Entities:
Customer
Bank System
Account Database
Steps:
4. If valid, the system deducts the amount from the source account.
Activity diagram
1. Process Starts
The activity begins with the customer initiating the fund transfer.
2. Validate Credentials
Decision Point:
If the credentials are valid, the process continues to the next step.
Once credentials are validated, the system checks the balance in the source
account.
Decision Point:
The system deducts the transfer amount from the source account.Credits the
transfer amount to the destination account.
The system confirms the transaction to the customer (e.g., via a success message
or receipt).
4. The system deducts $100 from Account A and credits $100 to Account B.
Invalid Credentials:
Insufficient Balance:
Actors:
3. Check Balance: Ensures there are enough funds in the source account.
4. Process Transfer: Deducts from the source account and credits to the
destination account.
Symbols:
2. Use Case: Ovals that describe system functionalities (e.g., "Initiate Fund
Transfer").
3. Association: Solid lines connecting actors to use cases.