Please submit Java source codes for a Banking application with a Test java file, a written test plan document, and a written security requirements document for the initial Banking application design.
Requirements for the Banking code this assignment:
+methods to deposit into Checking or Savings account (*Try to create Account.java and sub-classes Checking.java and Savings.java)
+methods to withdraw money
+methods to charge fees
Test Plan Requirements:
A four-column test plan with columns as follows:
1. Test Number (e.g. 1, 2, 3, ...)
2. Description of Test (e.g. Test Button on GUI)
3. Screenshot (i.e. screenshot of result)
4. Pass/Fail flag (e.g. PASS or FAIL). Please note full documentation credit is given to FAILING test case to support ethical code production.
Note: Please make sure not to plagiarize as the grade will be impacted!