How to write a Test Case for Opening a Bank Account?

Please suggest Test Cases for Banking application?

Questions by Rocky77

Showing Answers 1 - 6 of 6 Answers

goksn

  • May 31st, 2009
 

Testcases for opening bank account

1. Input parameters checking

-Name
-Date of Birth
-Photo
-Address Proof
-Identity proof
-Introducers (if applicable)
-PAN card
-Initial deposit
-Whether checkbook / ATM card / Online banking facilities are needed or not
-Customer signature

Type of account

-Savings account
-Salary account
-Joint account
-Current account
-Secondary account
-RD account
-Account for a company

Additional proofs for company

-Company returns

Test cases
~~~~~~~~

-Checking mandatory input parameters
-Checking optional input parameters
-Check whether able to create account entity.
-Check whether you are able to deposit an amount in the newly created account (and thus updating the balance)
-Check
whether you are able to withdraw an amount in the newly created account (after deposit) (and thus updating the balance)
-Check whether company name and its pan number and other details are provided in case of salary account
-Check whether primary account number is provided in case of secondary account
-Check whether company details are provided in cases of company's current account
-Check whether proofs for joint account is provided in case of joint account
-Check whether you are able deposit an account in the name of either of the person in an joint account.
-Check whether you are able withdraw an account in the name of either of the person in an joint account.
-Check whether you are able to maintain zero balance in salary account
-Check whether you are not able to maintain zero balance (or mini balance) in non-salary account.

These are primary, many additional / detailed test cases are possible.

  Was this answer useful?  Yes

Test cases for account transaction through net
1. Check whether the user name and password are correct
2. Check whether the user name and password are correct it moves to your personal account by pressing ok
3. Check whether you can access your account
4. Check whether if you select the amount to be transferred
5. Check whether the amount is transfer to which account account it will ask
6. Check by giving the account number to be transferred
7. Check whether the amount is transferred

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 approving 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