Assignment Feedback. You need to be really clear about the difference between: an actor a use case what goes into a use case template.

Slides:



Advertisements
Similar presentations
Assignment Create (using paper or on the computer) a nice card to give to another student in class. The card needs to show each of the elements of design.
Advertisements

Agate Ltd Case Study-Requirments Analysis
Project Title and Credits Erase text in this template and put in what you would like to report Do not use full name or personal information if the storyboard.
Chapter 22 Object-Oriented Systems Analysis and Design and UML Systems Analysis and Design Kendall and Kendall Fifth Edition.
Dice Task Task 1Task 2Task 3Task 4 Task 5Task 6Task 7Task 8 NC Level 3 to 6.
Tutorial 2. What is a UML Use Case Diagram? Use case diagrams model the functionality of a system using actors and use cases. Use cases are services or.
Summary Class responsibility cards can be used to help allocate responsibilities between different classes. The use of stereotype classes, such as entity,
Documenting Requirements using Use Case Diagrams
Functional Requirements – Use Cases Sriram Mohan/Steve Chenoweth (Chapters 14, 21 – Requirements Text) 1.
Basic Rules of Probability
Use Case Modeling.
Monopoly Information for Assignment. Game Management Subsystem Game manager Deregister player Edit game View games Set up game > View game state Start.
Requirements Gathering : Determining the scope of the system 1. Elicitiation – fact finding 2. Specification 3. Validation.
Adding the Detail Filling in Use Case Templates. Use Case Template The use case diagram is important for visualizing a system and as a communication tool.
IT Skills Use Case Diagrams. Objectives Richard Hancock  Define what a use case is  Describe the common elements of a use case diagram  Be.
Chapter 11: understanding randomness (Simulations)
Use case diagrams A use case diagram is UML’s notation for showing the relationships among a set of use cases and actors A use case diagram can help the.
Copyright © 2010 Pearson Education, Inc. Unit 3: Gathering Data Chapter 11 Understanding Randomness.
Java Programming, 3e Concepts and Techniques Chapter 2 Creating a Java Application and Applet.
Use Cases 2 ENGR ♯10 Peter Andreae
Activity 3: Skills map.
Technological Modelling Achievement Objective Technological Knowledge – Technological Systems - Level 1 Understand that functional models are used to represent.
Requirements Specification for Lab3 COP4331 and EEL4884 OO Processes for Software Development © Dr. David A. Workman School of Computer Science University.
computer
Requirements Artifacts Precursor to A & D. Objectives: Requirements Overview  Understand the basic Requirements concepts and how they affect Analysis.
Common Use Cases for a HEP Common Architecture Layer J. Templon, NIKHEF/WP8.
IS3320 Developing and Using Management Information Systems Lecture 9: Use Cases and Scenarios Rob Gleasure
Requirements & Specification (Chapter 10) CPSC 356 Database Ellen Walker Hiram College (Includes figures from Database Systems by Connolly & Begg, © Addison.
Behavior Modeling (based on Alistair Cockburn book) PA116 – L11 (c) Zdenko Staníček, Sept 2010.
Use Case Model Use case diagram. Relevant Requirements Artifacts Use-Case Model Supplementary Specification Use-Case Specifications... Glossary Actors.
Snakes & Ladders Nicola Deacon. SNAKES & LADDERS Beginning at START, each player throws the dice in turn to move their counters around the board. If land.
Sept Ron McFadyen1 Use Cases Introduced by Ivar Jacobson in 1986 literal translation from Swedish ”usage case” Used to capture and describe.
Essentials of Visual Modeling w/ UML Instructor Notes
Systems Analysis and Design in a Changing World, 6th Edition 1 Chapter 7 - Designing the User and System Interfaces.
Chapter 2: Introduction to Object Orientation Object-Oriented Systems Analysis and Design Joey F. George, Dinesh Batra, Joseph S. Valacich, Jeffrey A.
LECTURE 5 4/2/16 1. Functional decomposition 2 A few words on “assumptions” Assumptions arise when there is uncertainty about interpreting observations.
INFOMGP Student names and numbers Papers’ references Title.
Unit Testing LEVEL GAME.  A student has pointed out that there’s a slight chance for our random tests to fail. RANDOMNESS probability our test will fail.
Chapter 6: Structuring Requirements: Use Case Description and Diagrams Object-Oriented Systems Analysis and Design Joey F. George, Dinesh Batra, Joseph.
1 Determining the Gap. 2  Now that you understand where you are today and where you want to be in the future, the next step is to determine how to get.
The business process models and quality issues at the Hungarian Central Statistical Office (HCSO) Mr. Csaba Ábry, HCSO, Methodological Department Geneva,
Prepared by 1/1.   This group goes to the library to : 1- Get information about sports. 2- Know the importance of spots. Handball Group.
CSE Senior Design I Architecture Design Review/Final Exam Template CSE 4316 Final Exam.
Use Cases Defining user requirements in chunks. Introduction Presentation on Use Cases, includes: Presentation on Use Cases, includes: What is a use case.
TA: Shreya Rawal.  A use case is a description of a system’s behavior as it responds to a request that originates from outside of that system (Usually.
Stats 8/26/13 1. Check homework C11 #2-9 Ch 11 Practice
George Wang, Ph.D. COMP 380/L Lesson 2. Use Case Use cases are a way to capture system functionalities (i.e., functional requirements) Based on use case.
1 IS 0020 Program Design and Software Tools Unified Modeling Language Lecture 13 November 30, 2004.
Preparing Students for Online Learning Web-Enhanced, Hybrid and Fully-Online Courses.
Class 11 Outline Business – Qs on artifact model assignment? – Qs on draft project models? Activities – Card Sorting – Use Cases.
Indiana U South Bend Wendy Balmer Example black Template
Use case diagrams A use case diagram is UML’s notation for showing the relationships among a set of use cases and actors A use case diagram can help the.
Use Case Model Use case diagram.
Rob Gleasure IS3320 Developing and Using Management Information Systems Lecture 8: Use Cases and Scenarios Rob Gleasure.
1.Introduction to Rational Unified Process (RUP)
ASSIGNMENT NO.-2.
Is It Worth It? Gr. 4 Financial Literacy
The winner is the first player to reach 20 points
Unified Modeling Language
AP BIOLOGY AUGUST 2013 OPENING ASSIGNMENTS.
Seema Tomar Chris Robson Suma Surpur
BIOLOGY SEPTEMBER 2013 Opening Assignments.
The winner is the first player to reach 20 points
Decision Making Template.
Activity Diagrams Dan Fleck Coming up: Activity Diagram.
Chapter 22 Object-Oriented Systems Analysis and Design and UML
How to choose a title? Don’t’s:
Data Flow Context Diagram
Solution Sets for Equations and Inequalities
I have… I have… Who has 3:40? Who has 12:20? I have… I have…
Presentation transcript:

Assignment Feedback

You need to be really clear about the difference between: an actor a use case what goes into a use case template.

An actor will be a user of the new computer system. The use cases associated with that actor describe what that actor can do. Each use case has a clear goal.

A use case has a clear goal The name of the use case should indicate the goal. This might succeed and it might fail. E.g. – Register player – Register student – Assign trainer to class – Move – Select card – Throw dice

A use case diagram shows the main use cases in a subsystem.