Writing Use Cases: Requirements in Context

Slides:



Advertisements
Similar presentations
Requirements Diagrams With UML Models
Advertisements

CPSC 333: Foundations of Software EngineeringJ. Denzinger 2.2. Use Cases: Scenario based requirements modeling Recommended: Booch, Rumbaugh, Jacobson:
© 2010 Bennett, McRobb and Farmer1 Use Case Description Supplementary material to support Bennett, McRobb and Farmer: Object Oriented Systems Analysis.
Actors and use cases Use-case diagram Brief notation Prioritization Fully dressed notation Requirements Functional requirements  Use-cases.
Robert B. Jackson Brigham Young University John W. Satzinger
Use cases.
January Ron McFadyen1 Use Cases in the UML Functionality under consideration is represented by use cases (named ellipses) enclosed in a box.
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.
Jan Ron McFadyen1 Use Cases in the UML Functionality under consideration is represented by use cases (named ellipses) enclosed in a box Actors.
COMP 350: Object Oriented Analysis and Design Lecture 3 Case Studies, Inception & Use Cases References: Craig Larman Chapters 3-6.
Systems Analysis and Design in a Changing World, Fourth Edition
Sept Ron McFadyen1 Use Cases Introduced by Ivar Jacobson in 1986 literal translation from Swedish ”usage case” - may be of.
Fall 2009ACS-3913 Ron McFadyen1 Use Cases Used to capture functional requirements – there are other requirements categories such as usability, reliability,
Use Cases & Requirements Analysis By: Mostafa Elbarbary.
Understanding Requirements
Copyright ©2004 Cezary Z Janikow 1 Use Cases n Within Requirements discipline/workflow n Verbal descriptions of important functional (behavioral, transactional,
1 Lecture 1: Processes, Requirements, and Use Cases.
Use Case Analysis 17-Apr-17 Software Engineering.
Use Case Modeling. Kendall & Kendall© 2005 Pearson Prentice Hall18-2 Commonly Used UML Diagrams The most commonly used UML diagrams are: – Use case diagram,
Marcelo Santos – OOAD-CDT309, Spring 2008, IDE-MdH 1 Object-Oriented Analysis and Design - CDT309 Period 4, Spring 2008 More on use cases System sequence.
The first step in getting what you want is to decide what you want.
TK2023 Object-Oriented Software Engineering CHAPTER 6 SYSTEM SEQUENCE DIAGRAMS.
Applying UML and Patterns An Introduction to Object-oriented Analysis and Design and Iterative Development Part III Elaboration Iteration I – Basic1.
SYS366 Systems Use Case Descriptions. SYS3662 Contents Review Systems Use Case Descriptions Systems Use Case Authoring.
Object-Oriented Analysis and Design
Software Engineering 1 Object-oriented Analysis and Design Chap 30 Relating Use Cases.
Object-Oriented Analysis - Instructor Notes
1 Objectives  Describe design constraints.  Identify methods of specifying functional requirements.  Describe techniques for writing and structuring.
Systems Analysis and Design in a Changing World, 6th Edition
Chapter 1 , 2 , 3 and 4 Applying UML and Patterns -Craig Larman
Requirements Functional requirements  Use-cases
SOEN 6011 Software Engineering Processes Section SS Fall 2007 Dr Greg Butler
ZEIT2301 Design of Information Systems Functional Design: Use Cases School of Engineering and Information Technology Dr Kathryn Merrick.
4 2009/10 Object Oriented Technology 1 Topic 4: The Object-Oriented Approach to Requirements Adopted from: Ch.7 The Object-Oriented Approach to Requirements.
10/12/ Recall The Team Skills 1. Analyzing the Problem (with 5 steps) 2. Understanding User and Stakeholder Needs 1. Interviews & questionnaires.
Chapter 6 Use Cases. Use Cases: –Text stories Some “actor” using system to achieve a goal –Used to discover and record requirements –Serve as input to.
IntellAgile Copyright © 2002 Craig Larman. All rights reserved. Writing Use Cases: Requirements in Context.
SOFTWARE DESIGN AND ARCHITECTURE LECTURE 20. Review Software Requirements Requirements Engineering Process.
Object-Oriented Analysis and Design Jan 14, 2009.
 Development is organized in a series of short, fixed-length mini-projects called iterations  Iterations are also incremental  Successive enlargement.
OOSE Use Case. Requirement Functional: –Features, capabilities, and security Non Functional: –Usability: Human factors, help, and documentation –Reliability:
Originated by K.Ingram, J.Westlake.Edited by N.A.Shulver Use Case Scripts What is a Use Case Script? The text to describe a particular Use Case interaction.
Chapter 9 Applying UML and Patterns -Craig Larman
7 Systems Analysis and Design in a Changing World, Fifth Edition.
OO Methodology Inception Phase.
COMP-350 Object-Oriented Analysis and Design Drawing System Sequence Diagrams Reference: Larman, Chapter 9.
System Sequence Diagram Chandan Rupakheti & Steve Chenoweth Week 5-3a.
Systems Analysis and Design in a Changing World, Fourth Edition
Sept Ron McFadyen1 Use Cases Introduced by Ivar Jacobson in 1986 literal translation from Swedish ”usage case” Used to capture and 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.
Chapter 6: Use Cases.
IntellAgile Copyright © 2002 Craig Larman. All rights reserved. Writing Use Cases: Requirements in Context.
Understanding Requirements
Copyright © Craig Larman All Rights Reserved Use Cases.
Larman chapter 61 Use cases Larman chapter 6. 2 Fig. 6.1.
SYSTEM-LEVEL SEQUENCE DIAGRAMS Sys466. System-Level Sequence Diagrams  Use cases describe how external actors interact with the software system…  An.
7 Systems Analysis – ITEC 3155 The Object Oriented Approach – Use Cases.
Requirements capture: Using UML Use Cases David Millard and Yvonne Howard {dem,
1 Object Oriented Analysis and Design System Events & Contracts.
Jan Ron McFadyen1 Use Cases Used to capture functional requirements – there are other requirements categories such as usability, reliability,
CMPE 280 Web UI Design and Development August 29 Class Meeting
Systems Analysis and Design in a Changing World, 6th Edition
System Sequence Diagrams and Operation Contracts
UML Use Case Diagrams.
Writing Use Cases.
Start at 17th March 2012 end at 31th March 2012
Systems Analysis and Design in a Changing World, 6th Edition
Use Case Modeling.
Software Requirements
Use cases Dr. X.
Presentation transcript:

Writing Use Cases: Requirements in Context

Informally, a use case is a story of using a system to fulfill a goal. DEFINITION: Use Case Informally, a use case is a story of using a system to fulfill a goal. Rent Videos Used by primary actors E.g., Clerk External agents something with behavior Use supporting actors. CreditAuthorizationSystem iterative requirements use cases sys. sequence diagrams domain models 2

EXAMPLE: Use Case. DEFINITION: Brief Here’s one in a brief format: Rent Videos. A Customer arrives with videos to rent. The Clerk enters their ID, and each video ID. The System outputs information on each. The Clerk requests the rental report. The System outputs it, which is given to the Customer with their videos. iterative requirements use cases sys. sequence diagrams domain models 3

One path through the use case. DEFINITION: Scenario Informally, a scenario is a specific sequence of actions and interactions in a use case. One path through the use case. E.g., The scenario of renting videos and first having to pay overdue fines. More formally, a use case is a collection of success and failure scenarios describing a primary actor using a system to support a goal. iterative requirements use cases sys. sequence diagrams domain models 4

There is nothing object-oriented about use cases. So, why bother in an OOA/D workshop? We need some kind of requirements input for the design steps. They are common/popular. There is a UML-related topic. Use case diagrams iterative requirements use cases sys. sequence diagrams domain models 5

Levels of Use Cases A common challenge is identifying use cases at a useful goal level. For example, how do we know which of these is at a useful level? Negotiate a Supplier Contract Rent Videos Log In Start Up iterative requirements use cases sys. sequence diagrams domain models 6

Levels of Use Cases One answer is that they are all use cases. Not helpful… We can end up with too many fine-grain use cases management and complexity problems. Or “fat” use cases which span an entire organization. iterative requirements use cases sys. sequence diagrams domain models 7

GUIDELINES: EBP for Use Case Levels Cockburn supports the Elementary Business Process (EBP) guideline. Focus on use cases at the level of EBPs. “A task performed by one person in one place at one time, in response to a business event, which adds measurable business value and leaves the data in a consistent state.” iterative requirements use cases sys. sequence diagrams domain models 8

GUIDELINES: EBP for Use Case Levels Naively, can you apply the “boss test” for an EBP? Boss: “What do you do all day?” Me: “I logged in!” Is Boss happy? iterative requirements use cases sys. sequence diagrams domain models 9

GUIDELINES: Size for Use Case Levels An EBP-level use case usually is composed of several steps, not just one or two. It isn’t a single step. iterative requirements use cases sys. sequence diagrams domain models 10

Use Case Levels: Applying the Guidelines Applying the EBP and size guidelines: Negotiate a Supplier Contract Rent Videos Log In Start Up The others can also be modeled as use cases. But, prefer a focus on the EBP level. iterative requirements use cases sys. sequence diagrams domain models 11

The UML has use case diagrams. Use cases are text, not diagrams. Use case analysis is a writing effort, not drawing. But a short time drawing a use case diagram provides a context for: identifying use cases by name creating a “context diagram” iterative requirements use cases sys. sequence diagrams domain models 12

Use Case Diagrams Warning: Don’t spend much time on diagramming. Use case work means to write text, not draw diagrams iterative requirements use cases sys. sequence diagrams domain models 13

GUIDELINES: Use Case Diagrams iterative requirements use cases sys. sequence diagrams domain models 14

GUIDELINES: Use Case Diagrams Types of Actors Primary actor – has goal, initiates task Supporting actor – involved in dialogue, provide services or information Off-stage actor – has an interest in the use case iterative requirements use cases sys. sequence diagrams domain models 15

GUIDELINES: Use Case Modeling It is common to group CRUD (Create, Read, Update, Delete) operations into one use case. Manage Users Name starts with a verb. All systems have a Start Up and Shut Down use case (perhaps trivial and low level). But sometimes, important. an avionics system iterative requirements use cases sys. sequence diagrams domain models 16

GUIDELINES: Use Case Modeling Prefer EBP-level use cases. AKA user-level goal use cases. Common quality assurance checks. Are these present: Use Cases: Some variant of Configure System Sometimes, Start Up and Shut Down Actors: System Administrator iterative requirements use cases sys. sequence diagrams domain models 17

“brief” format = terse one-paragraph summary Detail in Use Cases Iterative writing of use cases: idea, basics, scenarios, fully dressed description “brief” format = terse one-paragraph summary “casual” format = one informal paragraph per scenario “fully dressed” format = everything you want iterative requirements use cases sys. sequence diagrams domain models 18

DEFINITION: Fully Dressed Use Cases Rich notation for detailed analysis. Shows branching scenarios. Can include non-functional requirements related to the functional. iterative requirements use cases sys. sequence diagrams domain models 19

EXAMPLE: Fully Dressed Use Case UC1: Rent Video Level: User-level goal (EBP level)   Primary Actor: Clerk Preconditions: Clerk is identified and authenticated. Stakeholders and their Interests: Clerk: Wants accurate, fast entry. Customer: Wants videos, and fast service with minimal effort. Accountant: Wants to accurately record transactions. Marketing: Wants to track customer habits. . . . iterative requirements use cases sys. sequence diagrams domain models 20

EXAMPLE: Fully Dressed Main Success Scenario (or Basic Flow or “Happy Path”): Customer arrives at a checkout with videos or games to rent. Clerk enters Customer ID. Clerk enters rental identifier. System records rental line item and presents item description. (Clerk repeats steps 3-4 until indicates done.) System displays total. Customer pays. System handles payment. Clerk requests rental report. System outputs it. Clerk gives it to Customer. Customer leaves with rentals and report. iterative requirements use cases sys. sequence diagrams domain models 21

EXAMPLE: Fully Dressed Extensions (or Alternatives): a*. At any time, System fails: Clerk restarts System logs in requests recovery from prior state 1a. New Customer. 1. Perform use case Manage Membership. 2a. Customer ID not found. 1. Cashier verifies ID. If entry error, reenter, else Manage Membership. 2b. Customer has unpaid fines (usually for late returns). 1. Pay Fines. iterative requirements use cases sys. sequence diagrams domain models 22

EXAMPLE: Fully Dressed Special Requirements: Language internationalization on the display messages and rental report. Large text on display. Visible from 1 m. Technology and Data Variations: ID entries by bar code scanner or keyboard. Frequency: Near continuous Open Issues: Should we support a magnetic stripe cards for customer ID, and allow customer to directly use card reader? iterative requirements use cases sys. sequence diagrams domain models 23

USE CASES: non-functional requirements Note that use cases can capture non-functional requirements Performance: indicate performance constraints on individual scenarios Security: indicate which tasks must be secure Usability: indicate user characteristics with actor definitions; indicate frequency of user events with use case, … Portability, etc: These are “developer” use cases, not “user” use cases iterative requirements use cases sys. sequence diagrams domain models 24

DEFINITION: Essential & Concrete Use Cases “Keep the UI out” Essential use cases defer the details of the UI, and focus on the intentions of the actors. Essential: Clerk enters Customer ID. Concrete/worse: Clerk takes Customer ID card and reads the bar code with laser scanner. iterative requirements use cases sys. sequence diagrams domain models 25

GUIDELINES: Use Case Writing Start sentence 1 with “<Actor> does <event>” Customer arrives with videos to rent. First write in the essential form, and “Keep the UI out.” Capitalize “actor” names. … Clerk enters… System outputs… iterative requirements use cases sys. sequence diagrams domain models 26

GUIDELINES: Use Case Writing Terse is good. People don’t like reading requirements ;). Avoid noisy words. More verbose … The Clerk enters… The System outputs… Less Clerk enters… System outputs… iterative requirements use cases sys. sequence diagrams domain models 27

GUIDELINES: Types of Scenarios Main scenario Alternative scenario – other ways of achieving the goal Exceptional scenario – where something goes wrong Recovery scenario – but we can recover Failure scenario – alas, we cannot recover NB For Larman, “failure scenario” = “exceptional scenario” iterative requirements use cases sys. sequence diagrams domain models 28

MOTIVATION: Comprehensible & Familiar Use cases are stories. A simple and familiar model that many people, especially non-technical, can easily relate to. iterative requirements use cases sys. sequence diagrams domain models 29

MOTIVATION: “Requirements in Context” The subtitle makes an important point: Use cases bring together related requirements. More cohesion and context for related requirements. iterative requirements use cases sys. sequence diagrams domain models 30

Customer arrives at a checkout with videos or games to rent. Concrete Use Cases Sometime after the essential form of the use case has been written, one may optionally write it in a concrete form. Customer arrives at a checkout with videos or games to rent. Clerk scans Customer ID… Extensions 2a. Scanner failed. 1. Clerk enters ID on keyboard (see GUI window example, fig 5)… 31

Artifacts in the UP Use-Case Model iterative requirements use cases sys. sequence diagrams domain models 32

Artifacts in the UP Use-Case Model iterative requirements use cases sys. sequence diagrams domain models 33

Context – Organisational iterative requirements use cases sys. sequence diagrams domain models 34

Context – System Subsystem User-level use cases User work tasks User goals for task (External) actor-system dialogue Target system being modeled is the whole system But … can model use cases of a subsystem … Subsystem as target system Means other subsystems are actors external to the subsystem Means that a client of the service of the subsystem is an actor (client is another subsystem …) Still have tasks, goals, scenarios, etc Can construct a use case model iterative requirements use cases sys. sequence diagrams domain models 35