@@ -20,21 +20,19 @@ Sam is a 68-year-old small business resource manager who is in charge of allocat
1) **As** Sam\*\*, I want to\*\* have the ability to add, modify and delete items from projects I oversee, **so that** one can easily allocate and manage tools and equipment within the company.
a. Test with an item that currently has zero units in stock.
a. Test with an item that currently has zero units in stock. Verify user is prompted with a message that specifies the items availability.
b. Test with invalid modifications
b. Test with non-existent item. Verify user is met with error message, "Item does not exist".
c. Test with non-existent item
d. Test with different users
d. Test with different users. Make sure non-managers are not able to check-out items. This feature only lies with specific managers.
2) **As** Sam\*\*, I want to be\*\* able to export and/or import a specified list of equipment to/from a spread sheet, **so that** efficiently track and compare our past and current inventory.
a. Test with different file formats (i.e. CSV, XLSX)
a. Make sure exportation/importation of tables is fluent with multiple traditional table formats (XLS, CSV)
b. Test with duplicate items
b. Test with duplicate items. Verify user is prompted with an error message; "You have already this item to the set".
c. Test with missing columns
c. Test with missing columns. Verify user is prompted with an error message; "This project does not exist".