@@ -32,7 +32,12 @@ In traditional development cycle, desing and code steps comes before the testing
## Requirement
| Requirement-1 | The bank account can be opened by giving the owner's name and account number. When the new bank account is opened, the balance is set to 0. |
| Requirement-2 | The system also keeps the date of the account opening. When the account is newly opened, the system date is automatically assigned to the account opening date. The date can be saved in dd.mm.yyyy format. |
| Requirement-3 | Make a deposit to your bank account. |
| Requirement-4 | Withdraw funds from the bank account, but the system does not allow negative balance. |
| Requirement-5 | The system keeps the list of transactions performed on the account with the transaction type and date. |