1. Pre-condition:
- ATM is in working condition
- User card is in working condition
- ATM has different cash denomination
- user card password - 1111
- number card for transfer - 1234567891234567
- User password is only 4 digits for working with ATM.
- User can withdraw money
- User can transfer money
- User can deposit money
- User can pay for services (phone, TV, the Internet, etc)
- User can select the language (RUS, ENG)
- User can select necessary operation
- User can select necessary amount of money to withdraw (50, 100, 500, 1000, 2000)
- User can select function "other amount" if he wants to get other amount (250, 4000, etc)
- User can remove the card after working with ATM
- User can finish session on ATM with/witout check
- Insert the card to the ATM
- Select the language - "RUS" or "ENG"
- Enter valid password - 1111 => login
- Enter invalid password - 1112 => error message (wrong password)
- Enter invalid password - 11z1 => error message (wrong password, only digits)
- Enter invalid password - 11111 => error message (wrong password, only 4 digits)
- Enter invalid password - 11111z => error message (wrong password, only 4 digits)
- Enter invalid password the 1st time => error message (you have 2 attempts left to enter valid password)
- Enter invalid password the 2nd time => error message (you have 1 attempt left to enter valid password)
- Enter invalid password the 3rd time => error message (your card is blocked)
Comment