UCD Yong Choi BPA. What is UCD? A use case is a set of scenarios that describing an interaction between a user and a system. – What a system does…rather.

Slides:



Advertisements
Similar presentations
Chapter 11 Designing the User Interface
Advertisements

Data Flow Diagram (DFD) Review
Chapter 7 Structuring System Process Requirements
Reference :Understanding Computers
Information System Engineering
Use Case - Example University library system requirements
OOAD Using the UML - Use-Case Analysis, v 4.2 Copyright  Rational Software, all rights reserved 1/18 Use Case Analysis – continued Control Classes.
Conversation Form l One path through a use case that emphasizes interactions between an actor and the system l Can show optional and repeated actions l.
Chapter 15: System Modeling with UML
Object Oriented Design and UML
Essentials of interaction diagrams Lecture Outline Collaborations Interaction on collaboration diagrams Sequence diagrams Messages from an object.
Use Case Analysis – continued
SE-565 Software System Requirements More UML Diagrams.
Chapter 13: Designing the User Interface
Use Case Diagram (UCD) Yong Choi BPA.
Chapter 7 Structuring System Process Requirements
USE Case Model.
Sequence Diagram Tutorial
CMIS 470 Structured Systems Design
Systems Analysis and Design in a Changing World, Fifth Edition
SOFTWARE ENGINEERING BIT-8 APRIL, 16,2008 Introduction to UML.
> and > Use Case Diagram (Advanced Concept). When do I use the uses arrow? The uses arrow is drawn from a use case X to another use case Y to indicate.
Chapter 7 Structuring System Process Requirements
Interaction diagrams Sequence and collaboration diagrams.
Introduction to Microsoft Access 2003 Mr. A. Craig Dixon CIS 100: Introduction to Computers Spring 2006.
1 Chapter 2 (Cont.) The BA’s Perspective on Object Orientation.
5 Systems Analysis and Design in a Changing World, Fourth Edition.
UML The Unified Modeling Language A Practical Introduction Al-Ayham Saleh Aleppo University
Faculty of Computer & Information Software Engineering Third year
SOFTWARE DESIGN AND ARCHITECTURE LECTURE 20. Review Software Requirements Requirements Engineering Process.
Faculty of Computer & Information
Practical Object-Oriented Design with UML 2e Slide 1/1 ©The McGraw-Hill Companies, 2004 PRACTICAL OBJECT-ORIENTED DESIGN WITH UML 2e Chapter 4: Restaurant.
5 Systems Analysis and Design in a Changing World, Fifth Edition.
Discovering object interaction. Use case realisation The USE CASE diagram presents an outside view of the system. The functionality of the use case is.
Drawing System Sequence Diagrams
Use Cases Use Cases are employed to describe the functionality or behavior of a system. Each use case describes a different capability that the system.
Example: object diagram for Scheduler, v What is wrong with this diagram? Seems like a lot of similarity between Task and UnplannedTask Can use.
PROGRAM DEVELOPMENT CYCLE. Problem Statement: Problem Statement help diagnose the situation so that your focus is on the problem, helpful tools at this.
Introduction to Flow Chart It is pictorial representation of process of a system or processes. Types of Flow charts –Program Flow Chart –System Flow chart.
Object-Oriented Analysis and Design with the Unified Process by Şensev Alicik.
Scenario A scenario is a sequence of steps describing an interaction between a user and a system. Use case is a set of scenarios tied together by a common.
Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Week 10 1 Sequence Diagrams. Outline a)Add scenarios to the system to describe how Use Cases are realized as interactions among societies of objects b)Describe.
PRESENTATION ON USE CASE. Use Case Modeling Use case diagrams describe what a system does from the standpoint of an external observer. The emphasis is.
22 August, 2007Information System Design IT60105, Autumn 2007 Information System Design IT60105 Lecture 8 Use Case Diagrams.
 What to do if you want to build a new house? › Buy a bunch of wood and nails and start immediately. › Or, put some blueprints to follow, and plan of.
Use Case Diagrams. Introduction In the previous Lecture, you saw a brief review of the nine UML diagrams. Now that you have the clear, you'll start to.
© 2005 by Prentice Hall Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George.
PowerPoint Presentation for Dennis, Wixom, & Tegarden Systems Analysis and Design with UML, 5th Edition Copyright © 2015 John Wiley & Sons, Inc. All rights.
ACO 101: Use cases What do the users do?. When building a system You begin with the Use Case Analysis – When looking at the system as a whole, Use Case.
FLOW CHARTS IN PROCESS DESCRIPTION FRANK CHINGARANDE.
Algorithms and Flowcharts
5 Systems Analysis and Design in a Changing World, Fourth Edition.
Object-Oriented Analysis and Design with the Unified Process
Business Process and Functional Modeling
Chapter 4: Business Process and Functional Modeling, continued
Lec-5 : Use Case Diagrams
Use case Diagram.
Unified Modeling Language
UML Use Case Diagrams.
REQUIREMENTS ANALYSIS
Start at 17th March 2012 end at 31th March 2012
Project Support: Actors and Use cases
Requirements To Design In This Iteration
Systems Analysis and Design With UML 2
IS0514 Lecture Week 3 Use Case Modelling.
Use Case Model Use case diagram – Part 2.
Use Case Analysis – continued
Information System Design
Presentation transcript:

UCD Yong Choi BPA

What is UCD? A use case is a set of scenarios that describing an interaction between a user and a system. – What a system does…rather than how a system does A use case diagram displays the relationship among actors and use cases. The two main components of a use case diagram are use cases and actors.

Actor and Use Cases An actor represents a user or another system that will interact with the system you are modeling. A use case is an external view of the system that represents some action the user might perform in order to complete a task.

When to Use: Use Cases Diagrams Use cases are used in almost every project. The are helpful in exposing requirements and planning the project. During the initial stage of a project most use cases should be defined, but as the project continues more might become visible.

How to Draw: Use Cases Diagrams Use cases are a relatively easy UML diagram to draw, but following is a very simplified example. The example is only meant as an introduction to the UML and use cases. If you would like to learn more see the Resources page for more detailed resources on UML.

Example Start by listing a sequence of steps a user might take in order to complete an action. For example a user placing an order with a sales company might follow these steps. 1.Browse catalog and select items. 2.Call sales representative. 3.Supply shipping information. 4.Supply payment information. 5.Receive conformation number from salesperson.

Source:

Another Simple Example A patient calls the office to make an appointment (or cancel an appointment), The receptionist finds the empty time slot in the appointment table and schedule the appointment (or cancel the appointment).

What to put in the "System" box? In the diagram below we would like to represent the use cases for a camera. Suppose we choose "Open Shutter", "Flash", and "Close Shutter" as the top-level use cases. Certainly these are all behaviors that a camera has, but no photographer would ever pick up their camera, open the shutter, and then put it down, satisfied with their photographic session for the day. The crucial thing to realize is that these behaviors are not done in isolation, but are rather a part of a more high-level use case, "Take Picture". (Note that it does make sense for a photographer to "Take Picture" just once during a session with their camera.)

The actors in my diagram have interactions. How do I represent them? Suppose you wanted to diagram the interactions between a user, a web browser, and the server it contacts. Since you can only have one system on the diagram, you must choose one of the obvious "systems", such as the server. You might then be tempted to draw interaction lines between the actors, but this is a problem because it isn't clear what the interaction means, so it isn't helpful to show it here. A more useful solution would be to draw two diagrams, showing all of the interactions.

How is a UCD different from a traditional flow chart? UCDs are meant to be a top-down, horizontal description of functionality – if functionality or behavior is added or deleted over the life of your project, the scope of the change you need to make is proportional to both the scope of the change in the system itself, and the maturity of your model. – This is useful because it means that when your model is very young (only high-level diagrams drawn) making sweeping changes to the system does not involve throwing very much work away.

How is a UCD different from a traditional flow chart? A flow chart does not correctly describe the system until you have finished drawing it, and even then small changes in the system will result in significant reworking of your flow charts. – Complex logic: Sometimes, the program logic is quite complicated. In that case, flowchart becomes complex and clumsy. – Alterations and Modifications: If alterations are required the flowchart may require re-drawing completely. – Reproduction: As the flowchart symbols cannot be typed, reproduction of flowchart becomes a problem. – The essentials of what is done can easily be lost in the technical details of how it is done.

When do I use the uses arrow? Suppose you wanted to add detail to the diagram shown below, representing an airline reservation system. First, you would create a separate diagram for the top-level services, and then you would add new use cases that make up the top-level ones. There is a uses edge from "Check in Passenger" to "Weigh Luggage" and from "Check in Passenger" to "Assign Seat"; this indicates that in order to Check in a Passenger, Luggage must be Weighed and a Seat must be Assigned. Similarly, the diagram indicates that in order to add a reservation to the system, the available space must be checked and the passenger's information must be recorded. You could imagine breaking these use cases down further to show more detail.

When do I use the extends arrow? Suppose you wanted to add detail to the diagram shown below, representing an airline reservation system. Specifically, what you would like to show is that not all of the seats aboard the airplane are exactly alike (some window and some aisle seats), and sometimes passengers will express a preference for one of these types of seats but not the other. But of course, they cannot just be given their preference right away, because the seat they want might not be available. Therefore, the process of assigning a window seat involves checking for the availability of window seats, whereas the process of assigning an aisle seat involves checking for the availability of aisle seats. But even though these processes are different, they are quite similar in a number of other ways, so it doesn't make sense to ignore their similarities. Fortunately, UML lets us have both: we write that assigning these two types of seats are different processes, but they are similar in that both processes extend a common, more general process (assigning seats.)