CSC 340 Week 10 Tutorial UML Use Cases and Sequence Diagrams 1. - - PDF document

csc 340 week 10 tutorial uml use cases and sequence
SMART_READER_LITE
LIVE PREVIEW

CSC 340 Week 10 Tutorial UML Use Cases and Sequence Diagrams 1. - - PDF document

CSC 340 Week 10 Tutorial UML Use Cases and Sequence Diagrams 1. Case study: Online Shopping Paragraphs Corporation sells books and CDs using through online shopping. The customer adds items to her shopping cart. She may remove items or go


slide-1
SLIDE 1

CSC 340 – Week 10 Tutorial UML Use Cases and Sequence Diagrams 1. Case study: Online Shopping

Paragraphs Corporation sells books and CDs using through online shopping. The customer adds items to her shopping cart. She may remove items or go to the check-out to make her purchases at any time. The customer reviews her purchases, chooses a payment method and

  • pays. A sales employee at Paragraphs Corporation gets the order and purchase confirmation

from the system, and sends the electronic order to the warehouse. The warehouse employee updates the order status. The customer may check the order status.

2. UML Use Case Diagram

Each Use Case is:

  • a pattern of behavior that the new system is required to exhibit
  • a sequence of related actions performed by an actor and the system via a dialogue.

An actor is:

  • anything that needs to interact with the system:
  • a person
  • a role that different people may play
  • another (external) system.

A Use Case Diagram is a visual representation of actors together with use cases.

slide-2
SLIDE 2

Add item to cart Review contents of cart Remove item from cart Purchase contents

  • f cart

Customer

Online Shopping System

* * * * Salesperson Receive order Notify warehouse about order Update order status Warehouse Employee Verify payment «uses»

slide-3
SLIDE 3

3. UML Sequence Charts

Sequence diagrams show step-by-step what’s involved in a use case

  • Which objects are relevant to the use case
  • How those objects participate in the function

Online System *Add item Display cart [cartContents > 0] *Remove item [cartContents > 0] Purchase items in cart Receive order Credit Card Company Verify payment Update order Get order status Warehouse Employee Salesperson Customer [payment received] Notify about order