Problems

Project 1:

Problem Statement :

This project will enable us to perform create read update and delete (CRUD) operation on/of a manager.

Pre-conditions :

Two default managers should always be present for testing purpose.

Design :

Step 1: Create one class : Manager

Step 2: Class for virtual database : VirtualDatabaseUtil

Step 3: Class to interact with virtualDB ManagerDAOImpl

Step 4: Class for bussiness logic : ManagerServiceImpl

Step 5: Class for utility methods : Utility

Step 6: Class for all screen messages and error : ManagerContants

Step 7: Class for Testing : ManagerTest

Last updated

Was this helpful?