Praktikum ISYS6535 - Use Case Modeling - CRUD Matrix

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 8

Course: ISYS6535 - Information Systems Analysis and

Design (4/2)
Year : 2020

Use Case Modeling

10
Outline

• CRUD Matrix

2
References

• John W. Satzinger, Robert B. Jackson, Stephen D. Burd. (2016).


Systems Analysis and Design in a Changing World, 7th Edition.
7. Cengage Learning. -. ISBN: 978-1305117204 . Chapter 5
Use Cases and CRUD

• CRUD technique –
– Create
– Read/Report
– Update
– Delete
• A good cross-check against the existing set of use cases.
Used in database context
– Ensure that all classes have a complete “cover” of use
cases
• Not for primary identification of use cases

4
Verifying use cases for
Customer

5
CRUD Analysis
Steps
1. Identify all domain classes
2. For each class verify that use cases exist to
– Create a new instance
– Update existing instances
– Reads or reports on information in the class
– Deletes or archives inactive instances
3. Add new use cases as required. Identify
responsible stakeholders
4. Identify which application has responsibility for
each action: which to create, which to update,
which to use

6
Sample CRUD
Matrix

7
FINISH

You might also like