Think-Design-Write Test-Code

- DescriptionWestern Nursing Services has given preliminary approval of the user interface prototype. This is and the review of the use cases your company generated earlier has resulted in a database implementation that you can now write code against.The team, of which you are a member, has been tasked with exploring what code will be required to access and insert data appropriately into this database. Your team lead decides to divide up the twelve initial tasks evenly amoung your team members. This involves the design, test, and code creation of functions for each task.
- Deliverables
- A test matrix for your data access functions.
- Pseudo code of the data entry and lookup functions.
- Quality unit tests to test each of the functions in your solution.
- Solutions that passes your unit tests
- Resources