Skip to content

Commit

Permalink
Add instructions for manual testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lckjosh committed Nov 14, 2023
1 parent 572f4ee commit 16af0ab
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,4 +483,24 @@ Managing and monitoring financial activities can sometimes be a hassle for stude
**Transaction Logs:** Define a logging mechanism that captures relevant information for storage functions. Logs should be stored securely and be available for auditing purposes.

## Instructions for manual testing
Please refer to [User Guide](UserGuide.md) for instructions on testing.
Please refer to [User Guide](UserGuide.md) for example user inputs.
You may also vary the user input to an invalid one to see that the program handles it correctly.

Here are some example invalid inputs to test:

`foo bar`

`allowance /amt -100 /desc negative /date 10-10-2010`

`expense /amt 100 /desc missing date`

`filter non-existent-category`

`delete 0`

`budget -100`

`view first index`

`edit first index`

0 comments on commit 16af0ab

Please sign in to comment.