Skip to content

Manual UAT: Category List Feature

Category List Manual Test

Prerequisites

  • HomeBudget Windows app installed with test database
  • Wrapper package installed: pip install -e src/python/
  • Expense categories configured in the database

Test Procedure

  1. Setup: Activate main env

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

  2. USER ACTION: Run the command

    hb category list
    

  3. VERIFY - Output displays:

  4. [ ] All expense categories appear in the output
  5. [ ] Category names are clear and readable
  6. [ ] Sequence numbers indicate display order
  7. [ ] Output is ordered by sequence number
  8. [ ] No errors or exceptions in console

  9. USER FEEDBACK:

  10. Is the output format helpful for selecting categories?
  11. Are all categories visible?
  12. Would you like any additional information?

Result

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

Notes

[Test notes and observations]