Programming and Application Frameworks Module - Mini Individual Assignment EG-Inventory Management Frontend Development All four CRUD operations for Inventory Management Service are implemented and tested properly. Test Results TEST ID TEST DESCRIPTION EXPECTED OUTPUT ACTUAL OUTPUT RESULT 1 Inserting a Inventory Item Display success message “Inserted a Inventory Record Successfully" Pass 2 Updating stock quantity and repairing date of the Inventory Item inserted above Display success message “Updated a Inventory Record Successfully" Pass 3 Inserting a Inventory Item without latest repairing date Display warning message “Insert a date of latest repairing" Pass 4 Deleting the record of INV348 Display success message “Deleted a Inventory Record Successfully" Pass Tools and Technologies used For Client-Components JQuery (Implemented DC-Engine using Ajax methods) For View