Give test case for withdraw module in banking project

Showing Answers 1 - 5 of 5 Answers

Step1: when the balance in the account is nill, try to withdraw some amount(amount>0) should display msg as " insufficient funds in acc"

step 2:when the account has some balance amount, try to withdraw amount(amount>balance amount in account), should display "insufficient funds in acc"

step 3: when the account has some balance amount, enter a amount (amount<=balance amount), should withdrawn correct amount from account.

step 4: when the account has some balance amount, enter the amount as 0, should display msg as withdrawl amount should be > 0 and should be in multile of hundreds( varies depending on reqs docs).

In the case of Minimum balance mandatory in the Account:

step 5: When the account has balance amount, try to withdraw whole amount , should display msg as " Minimum balance should be maintained".

step 6:  When the account has balance amount=minimum balance, try to withdraw any amount , should display msg as " Minimum balance should be maintained".

  Was this answer useful?  Yes

s.vinodh kumar

  • Apr 21st, 2006
 

Hi,

 To have a clear idea

Step No

Steps

Data

Expected Results

1

Try  to withdraw amount in the account  if the avail balance is 0.

With draw amount = Rs 1000

Should Display Warning Message Box " insufficient funds in acc"

2

Try to withdraw amt in the acc if the avail balance is 1000

With draw amount = Rs 1000

Should Display Warning Message Box " Minimum balance should be maintained".

3

Try to withdraw amt in the acc if the avail balance is 1000

With draw amount = Rs 2000

Should Display Warning Message Box " Minimum balance should be maintained".

4

Try to withdraw amt in the acc if the avail balance is 1000

With draw amount = Rs 0

Should Display Warning Message Box " Minimum balance should be maintained".

  Was this answer useful?  Yes

Test Case for Withdraw in Banking Project

1.Check whether you reached the correct bank with your available account
2.Check whether you are drawing amount cannot exist with the available balance account
3.Check whether you are filling the withdrawal form with correct account number and withdrawing amount
4.Verify if you are wrong in filling the form remake it in new form
5.Check whether you are filled form is verified by the bank officer
6.Check whether the officer is declaring that all the written things are true and aproving him to take the money
7.Check if the officer finds any fault fill the next form with correct details
8.Check whether the cashier is giving the correct money of what he is approved
9.Verify if the money what he is getting is less he can ask the balance from officer

  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