EXP-1.1
Function being tested: System performs a legitimate transfer transaction properly
Initial state of the system: System is displaying a request for the customer to type a dollar amount.
** Steps to reproduce the defect:
Turn the ATM "ON".
The customer inserts card#1 and it's corresponding pin number (42).
The customer choose the "Transfer" service when viewing the transactions' services.
Select the Checking account to transfer from.
Select the Savings account to transfer the money to it.
Enter $20 dollar as the amount of money to be transferred.
Expected outcome: System prints a correct receipt showing amount and correct updated balance; System records transaction correctly in the log ). For example, card #1, TRANSFER FROM: CHKG TO: SVGS),.
Actual outcome: Receipt show wrong information . For example, in terms of card number and the number of transaction (it shows card 2 instead of card 1), and also in terms of the recording the transaction correctly (it shows TRANSFER FROM: SVGS TO: CHKG) , but it is fixed for the amount of money that was transferred .
EXP-1.1 Function being tested: System performs a legitimate transfer transaction properly Initial state of the system: System is displaying a request for the customer to type a dollar amount. ** Steps to reproduce the defect:
Expected outcome: System prints a correct receipt showing amount and correct updated balance; System records transaction correctly in the log ). For example, card #1, TRANSFER FROM: CHKG TO: SVGS),. Actual outcome: Receipt show wrong information . For example, in terms of card number and the number of transaction (it shows card 2 instead of card 1), and also in terms of the recording the transaction correctly (it shows TRANSFER FROM: SVGS TO: CHKG) , but it is fixed for the amount of money that was transferred .