Library Management System (CLI)
- Open Terminal
Go to folder where file is saved:
cd path/to/your/file 2. Run Program python3 library_system.py 📋 Menu Options
When program runs, you will see options:
- Search Book
- Issue Book
- Run Black Box Test Cases
- Run White Box Test Cases
- Exit 🧪 How to Use Options Press 1 → Search book Press 2 → Issue book Press 3 → Run Black Box Tests (ECP + BVA) Press 4 → Run White Box Tests (Statement + Branch + Condition) Press 5 → Exit program ⌨️ Direct Commands (Optional)
You can also type directly:
search DBMS issue 10000 B101 bbt # same as option 3 wbt # same as option 4