Test Case for ATM
1] Check if credit/Debit card is inserted in proper way in ATM
machine.
2] Check if ATM machine asks for language selection inserting the
card
3] Check if its displays the option “Balance enquiry, withdraw”
4] Check if debit card is used then it should ask the pin number.
5] Check if correct pin num is entered, it should allow to access the
account (Withdraw money)
6] Verify if user enters the wrong pin number thrice then it should
block the card.
7] Check if the pinpad is working fine.
8] Check if the field selected is “Withdraw”, it should display the
options “Saving, Current”
9] Check if the field “Current” is selected it should allow to enter the
amount.
10] Check if the ATM prints the receipt with details “TransID,Amt
withdrawal, Balance…”
11] Check if after transaction “Do you want to do more transactions?”
message should be displayed
12] Check if user enters the field “No” after one transaction then card
should be released from machine.
13] Check if paper roll is there to print receipt
14] Check the amount limit of the ATM
15] Check how many times a user can do transactions in one day
16] Check if amount entered by user is more than specific limit then a
message should be displayed “You can withdraw only this much
amount”