UseCase (Apart from use case functionality added some extra functionalities like signup, login. If users enter correct username and password then users can able to view their corresponding transactions.)
Online Banking application
Use Case 1:
· Display last five transactions and Account balance in the Screen (UI)
· Data should come from Database. No hardcoding.
Use Case 2:
· On clicking Fund transfer button in the Account Balance Screen
· Transfer Rs 1000 from your account to another account (Fund Transfer). Just do a dummy transfer by reducing 1000 Rs from the Account
· Account balance should be reduced in Database also
· On the submit of Transfer Button the Account Balance Screen should be displayed (Use case 1)





