This repository contains manual test cases for the ListBoxer desktop application, created as part of the QA Manual Testing course at Academy of QA.
ListBoxer allows users to create, manage, sort, and save lists of words. The application includes:
- Alphabetic mode (only Latin letters a–z, A–Z accepted)
- Adding items via button or Enter key
- Sorting (ascending/descending)
- Filtering by alphabet ranges
- Saving lists to files
- Clearing lists
The goal of this project is to practice test case design, execution, and defect reporting.