Prepare 10 test cases for the above scenario based on minimum balance and withdraw amount input ?

When you try to withdraw money from an ATM machine, the minimum balance is 5000 prior to the withdraw.At any time user can withdraw an amount 500 only Assume remaining conditions are working.

Editorial / Best Answer

saravanan123  

  • Member Since Jul-2009 | Jul 16th, 2010


Test Cases :

1. To check whether the card is valid
2. To check whether account is valid
3.To check whether  the card is working only with the correct pin number
4.To check whether the card is directed to work with appropriate a/c
5.To check whether the card has miniumum balance of above 5000
6.To check whether the card holder can get the amount when there

Showing Answers 1 - 6 of 6 Answers

Test Cases :

1. To check whether the card is valid
2. To check whether account is valid
3.To check whether  the card is working only with the correct pin number
4.To check whether the card is directed to work with appropriate a/c
5.To check whether the card has miniumum balance of above 5000
6.To check whether the card holder can get the amount when there

  Was this answer useful?  Yes

Try to input an amount more than 5000 and verify that atm shows the required error message
Try to input an amount equal to or less than 5000 and verify that user is able to withdraw the entered amount
Try to input an amount equal to 5000 and verify that user is able to withdraw the entered amount
Try to input an amount less than 500 and verify that atm shows the required error message and does not allowing to withdraw amount
Try to input an amount greater than 500 say 600 and verify that atm shows the required error message and not allowing to withdraw amount
Try to input an amount equal to 500 and verify that atm allows to withdraw the amount

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions