Skip to content

jay-salunke/Java-Bank-Console-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 

Repository files navigation

Java-Bank-Console-Application

This is a basic Bank Console Application created in java

Features of the program:

1.Withdraw 2.Deposit 3.Show Details

Images of output:

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.
Output test case 1

Imp Note:

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.
Output of show details function


Test-Case 2:

If intial amount is greater than 1000
Following Output of successfully creating account
Output text case 2


WithDraw

Withdraw Cases
1.Test-Case 1-> Withraw limit is upto 10,000 Rs/- only
Test case 1 outptut
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!.....
Test case 2 output
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/-)
Test case 3 output

Withdraw Output

Withdraw Output


Deposit

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: Deposit TestCase output 1

Deposit Output

Deposit  Output

Show Details

Show Details will show the Account number and current balance.

Show Details Output:

Show Details Ouptut

About

This is a Basic Console BankApplication which will do following operations like:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages