1. Machine is accepting ATM card
2. Machine is rejecting expired card
3. successful entry of PIN number
4. unsuccessful operation due to enter wrong PIN number 3 times
5. successful selection of language
6. successful selection of account type
7. unsuccessful operation due to invalid account type
8. successful selection of amount to be withdraw
9. successful withdrawal.
10. Expected message due to amount is greater than day limit
11. unsuccessful withdraw operation due to lack of money in ATM
12. Expected message due to amount to withdraw is greater than possible balance.
13. unsuccessful withdraw operation due to click cancel after insert card
3 Comments:
hi,
how would you test a fruit peeler or a notepad , windows desktop apps such as calc,search? How can one put this into different categories of testing like functional, system, UI, stress, regression?
>> Check weather proper time limit is there for doing a transaction.
>> Check weather idle time limit is there or not
-> Check ATM machine is able to print receipts
-> Withdraw amount should be in the multiples of 100
(e.g) Rs.50, Rs.1178 should not be allowed to withdraw
Post a Comment