Shnaikat / DefectsReportByPair1-Group10

0 stars 0 forks source link

Withdrawal #18

Open PYYUAN96 opened 1 year ago

PYYUAN96 commented 1 year ago

MFT: 1.1 Function being tested: System verifies that it has sufficient cash on hand to fulfill the request. Initial state of the system: System has been started up with less than the maximum withdrawal amount in cash on hand; System is requesting a withdrawal amount. **Detailed steps to reproduce the defect/bug:

  1. Turn the system ON.
  2. Choose 20 as the number of $20 bills inside the system.
  3. Have card 1 authenticated.
  4. Choose withdrawal transaction from Checking account.
  5. Choose 200$ as the amount of money to withdraw.

Expected outcome: System displays an appropriate message and asks customer to choose a different amount. Actual outcome: System declares withdraw a success and withdraws $20 from the Checking account, with $80 left over.

PYYUAN96 commented 1 year ago

Defect resolved in version 1.1