Skip to content

Manual UAT: Account List Feature

Account List Manual Test

Prerequisites

  • HomeBudget Windows app installed with test database
  • Wrapper package installed: pip install -e src/python/
  • At least 3 accounts in the test database

Test Procedure

  1. Setup: Activate main env and navigate to workspace directory

    & env\Scripts\Activate.ps1
    cd c:\Users\taylo\VSCode_yayfalafels\homebudget
    

  2. USER ACTION: Run the command

    hb account list
    

  3. VERIFY - Output displays:

  4. [ ] All accounts from the database appear in the output
  5. [ ] Account names are properly formatted and readable
  6. [ ] Account balances show correctly with 2 decimal places
  7. [ ] Account types are displayed (Checking, Savings, Credit Card, etc.)
  8. [ ] Accounts are ordered alphabetically by name
  9. [ ] No errors or exceptions in console

  10. USER FEEDBACK:

  11. Is the output format clear and easy to read?
  12. Are all accounts visible?
  13. Would you like any additional information (e.g., currency)?

Result

  • [ ] PASS - All accounts display correctly
  • [ ] FAIL - [Note issues]

Notes

[Test notes and observations]