Test case for purchase beverage - Jomsaruj/coffeemaker GitHub Wiki
| Test ID | Test Case Name | Description | Expected Result | Actual Result | Status |
|---|---|---|---|---|---|
| 32 | testReturnChangeAfterPurchased | check amount of money return if purchase beverage with price 50 and pay with 60 bill | 10 | Same as expected result | pass |
| 34 | testReturnChangeAfterNotEnoughMoney | check amount of money return if purchase fail due to not enough money(pay 40) | 40 | Same as expected result | pass |
| 36 | testReturnChangeAfterNotEnoughInventory | check amount of money return if purchase fail due to not enough inventory(pay 300) | 300 | Same as expected result | pass |