| BACKLOG ITEMS | | | | | TASKS |
| Product Backlog Items | STORY POINT SIZING/ESTIMATES | Prioritized Product Backlog Items | ACCEPTANCE CRITERIA | SPRINT BACKLOG ITEMS | SPRINT GOAL | TO DO | DOING | DONE | ASSIGNED TO | DEFINITION OF DONE |
| As a Customer I want to Login to my account using card and PIN code So that I can perform the transactions. | | | • System must validate the card and pin code. • In case Customer enters wrong Pin code three times then the system locks the card. |
| As a Customer I want to to check the balance of my bank account So that I can perform transactions. | | | • Customer needs to be logged in before checking balance. • Balances is displayed. |
| As a Customer I want to to deposit cash in my bank account through ATM So that I may save my time and perform transactions later | | | • Customer needs to be logged in before depositing cash. • System should verify the amount of cash deposited by checking with the user. • If the user doesn’t agree then the system ejects back the cash. • If Ok the account balance is updated and displayed. |
| As a Customer I want to to deposit check in my bank account through ATM So that I may save my time and perform transactions later. | | | • Customer needs to be logged in before depositing check. • System should verify the amount written on the deposited check by asking the user. • If the user doesn’t agree then the system ejects back the check. • If Ok the account balance is updated and displayed. |
| As a Customer I want to withdraw cash from my bank account through ATM So that I may save my time | | | • Customer needs to be logged in before withdrawing cash. • System checks to see if the request amount exceeds the balance • If so the system displays the balance and asks the user to enter a new amount. • If amount entered is less than the account balance cash is dispensed and the new balance is displayed. |
| As a Customer I want to transfer money from my account to another bank account through ATM So that I may save my time. | | | • Customer needs to be logged in before transferring amount. • System should check the receivers account number and validate it prior to performing the transactions. • If Ok the local account balance is updated and displayed. • System should update both accounts concurrently. |
| As a Customer I want to logout from my bank account through ATM So that I may end up my ATM session. | | | • System asks user if the user wants session report and receipt for the entire session. • If yes then the receipt is dispensed • User is logged off from the account |