Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deposit Money User Story #2

Closed
eshwarhs opened this issue Sep 15, 2024 · 0 comments
Closed

Deposit Money User Story #2

eshwarhs opened this issue Sep 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@eshwarhs
Copy link
Owner

As a bank account holder, I want to deposit money into my account to save money.

Acceptance Criteria:

Scenario 1: Successful Deposit

Given that, there exists a bank account for the user,
When they deposit a valid amount of money,
Then the account balance should be increased by the deposited amount.

Scenario 2: Invalid Deposit

Given a user attempts to deposit a negative amount,
When they submit the deposit,
Then the system should reject the deposit and return an error message.

Scenario 3: Invalid Account Deposit

Given a user does not have an account,
When they deposit a valid amount of money,
Then the system should reject the deposit and return an error message.

@eshwarhs eshwarhs added the enhancement New feature or request label Sep 15, 2024
@eshwarhs eshwarhs closed this as completed by moving to Done in Bank Account Demo Project Sep 16, 2024
@eshwarhs eshwarhs reopened this Sep 16, 2024
@eshwarhs eshwarhs reopened this Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant