1.Withdraw 2.Deposit 3.Show Details
Test-Case 1:
When account is created and when you enter the intial amount
the amount must be greater than 1000
If Above Condition becomes falsed it will Show error that amount should be greater than 1000
Below is the output of this case.
As Above condition of intial amount get falsed .the intial amount will be set to 0
To check enter 3 in a option it will show the details of account.
Below is the output of this case.
If intial amount is greater than 1000
Following Output of successfully creating account
Withdraw Cases
1.Test-Case 1-> Withraw limit is upto 10,000 Rs/- only
2.Test-Case 2-> While Withdrawing the amount from bank the amount should not be greater than current balance
else it will show ouptut as WithDraw value is greater Please enter the the right amount value!.....
3.Test-Case 3-> Also it will check for negative input(i.e. If user enters the negative number as a input for withdrawing it will print as
Please enter the amount value greater than 0 rs/-)
Deposit Case
1.Test-Case 1-> In Deposit case the number entered by user should not be negative number else it will print as
Please enter the amount value greater than 0 rs/-
Test-Case 1 Output:
Show Details will show the Account number and current balance.









