Please enable JavaScript.
Coggle requires JavaScript to display documents.
ATM - Coggle Diagram
ATM
- Verify the ‘ATM Card Insertion Slot’ is as per the specification
- Verify the ATM machine accepts card and PIN details
- Verify the error message by inserting a card incorrectly
- Verify the error message by inserting an invalid card (Expired Card)
- Verify the error message by entering an incorrect PIN
- Verify that the user is asked to enter the PIN after inserting a valid ATM Card
- Verify that PIN is encrypted
- Verify that there is an action like blocking of card occurs when the total no. of incorrect PIN attempts get surpassed
- Verify the user is allowed to do only one cash withdrawal transaction per PIN request
- Verify the machine logs out of the user session immediately after successful withdrawal
- Verify the message when there is no money in the ATM
- Verify the language selection functionality
- Verify the cash withdrawal functionality by entering some valid amount
- Verify the cash withdrawal functionality by entering an amount less than 100
- Verify the cash withdrawal functionality by entering an amount greater than the total available balance in the account.
- Verify the cash withdrawal functionality by entering an amount greater than per day limit
- Verify the user is allowed to enter the amount again in case the amount entered is not valid. A proper message should be displayed.
- Verify the ATM machine successfully takes out the money.
- Verify the ATM machine takes out the balance printout after the withdrawal
- Verify the font of the text displayed in ATM screen
- Verify the text on the screen buttons visible clearly.
- Verify the functionality of all the buttons on the keypad
- Verify the text on the buttons visible clearly.
- Verify that touch of the ATM screen is smooth and operational
- Verify the user is allowed to choose different account types like Savings, Current etc.,
- Verify the different combinations of operation and check if there will be an electricity loss in the middle of the operation. If there is an electricity loss in the middle of the transaction then the transaction should be marked as null and the amount shouldn’t be disclosed to others.
- Verify the functionality of the cash dispenser
- Verify the functionality of the receipt printer
- Verify whether the printed data is correct or not in the receipt
- Verify how much time the system takes to log out.