.
1
Use Case Diagram and Use Case
Specification
Use Case Diagram
&
Use Case Specification
Lecture Layout
Use Case Diagram
Use Case
Actor
Relationship (include & extend)
Use Case Specification
Objectives
Transform and represent the user
requirements into use case diagram using
UML notation
Develop use case specification
Identify basic flow, alternatives flow and
exceptional flows
Use Case Diagram
• Use case diagram is used to show the functionality
that the system will provide and to show which users
will communicate with the system in some way to use
that functionality.
• Primary components are : use cases, actors,
system/subsystem and relationships
actor use case
Basic use case diagram
Use Case Diagram
To document the functionalities of the system from the
users’ perspective, resulting in an agreement between
the clients and the developers;
To document the scope of the system
To document the interaction between the users and the
system using supporting use case descriptions
To provide basis for performing system tests
To provide the ability to trace functional requirements
into implementation later on
Purpose of Use Case Diagram
A description of the functionality of the system from the
users’ perspective.
A set of sequences of actions that the system performs
to achieve an observable result of value to an
actor.(UML User Guide)
A depiction of a system’s behaviour or functionality
under various conditions as the system responds to
requests from users.(George et al., 2004)
 is a complete and meaningful flow of events and it is
initiated by an actor
Use Case
Consists a set of possible sequences of interactions
between a system and a user in a particular
environment and related to a particular goal. (George et
al, 2004)
If changes are made to this use case model, other
models must be updated too.
Remember, in OOSAD all process are iterative and need
refinement!
UML notation for use case:
Name of use case
Use Case
 Represent the roles that people, other systems or
devices take on when communicating with the
particular use cases in the system
 actively interchange information with the system by
sending and receiving message
 can represent a human, machine and another
system
 UML notation for actor:
Actor
Actor
Types of Actor:
1. Primary actor
• active and initiate activity with the system
• get some values in return
2. Secondary actor
• passive and don’t initiate any activity with the
system
• ultimately fulfill the needs of primary actor
Actor
actor
use case
Primary actor
use case
actor
Secondary actor
Actor
customer
buy drink
System or subsystem boundary
Actor
Use case
Communication
association
Based on Vending Machine Control System
Notation Of Use Case Diagram
• Actor
– drawn as stick people with a name
– The name is usually a noun phrase
 Use case
drawn as ellipses with a name in or
below each ellipse
the name is usually an active verb (what
the system is supposed to do) and a
noun phrase (what the system to act
on) print bill
student
Notation Of Use Case Diagram
• Communication associations
– line drawn between an actor and a use case
– can have arrow heads to show where the
communication is initiated
– represent communication link between an instance
of the use case and an instance of the actor
• Sub-systems
– drawn as a rectangle around a group of use cases
that belongs to the same sub-system
Notation Of Use Case Diagram
• Grouping
It is used when a number of use cases handle
similar functionality or are related, they can be
grouped in a UML package. A package groups
related model elements.
Notation Of Use Case Diagram
1. A use case is always initiated by an actor
Always performed on behalf of an actor. The actor
must directly or indirectly order the system to perform
the use case.
2. A use case provides a value to an actor
Must deliver some kind of tangible values to the users.
3. A use case is complete
Must be a complete description. It is not complete
until the end value is produced. Common mistake
make a simple use case that can only be implemented
later on as functions call.
Characteristic Of Use Case
1. Which functions does the actor requires from the
system? What does the actor need to do?
2. Does the actor needs to read, create, destroy,
modify, or store some kind of info in the system?
3. Does the actor needs to notify/be notified about
events in the system?
4. Could the actor’s daily work be simplified?
automated?
5. What kind of outputs/inputs the actor requires?
6. What are major problems with current system?
Finding Use Case
Types of relationships between use cases:
– 2 types of stereotyped dependencies are:
• extend
• include (sometimes referred as uses)
– stereotypes are written as text strings in
« » symbol such as:
«extend» and «include»
- Stereotypes are placed along the relationship line.
Relationship between Use Cases
• An extend relationship is used when you wish to show
that a use case provides additional functionality that
may be required in another use case.
• Purpose:
– To model optional behaviour or alternative at certain
point in separate use case.
– To mitigate the complexity of base use case
• View as optional system behaviour
Extend Relationship
editor
spell checking grammar checking
edit text
<<extend>> <<extend>>
Every time an editor wants to edit text, he can do spell
checking or grammar checking use case
Extend Relationship
• An include relationship is used when you wish to show
that a use case provides additional functionality that
always required in another use case.
• Never stands alone
• Purpose:
– a use case may include more than one other use
cases
– can be used to separate out a sequence of behaviour
that is used in many use cases (reusable or common
behaviour)
Include Relationship
customer
deposit funds
withdraw money
verify customer
<<include>>
<<include>>
Every time a customer wants to deposit funds, he must verify
himself to the system.
Include Relationship
• Generalization
– Actors can also be implemented as classes. So, they
can also have the same relationship as classes.
– Common behaviour between a number of actors can
be modelled using generalization relationship
– When several actors play a more general role, it is
described as generalization. The specialized actor
inherit the behaviour of the super class.
– shows that one actor can participate in all the
associations with use cases that the more specific
actor can plus some additional use cases
Relationship between Actors
Relationship between Actors
Individual
customer corporate
customer
customer
perform card transaction
Credit Card Validation System
• Identify major use cases
1. Find the system’s boundary
2. List primary actors
3. List the goals of the primary actor
4. Identify and write the overviews of the major use
cases for the above
5. Carefully review the current use cases. Revise as
needed.
• Expand major use case
• Confirm major use cases
• Create use case diagram
Steps for writing effective use case
diagram & use case specification
• Identify major use cases
• Expand major use case
6. Choose one use case to expand
7. Start filling the details of the chosen use case
8. Write the normal flow of events
9. If the normal flow is too complex, decompose to
subflows
10. List the possible alternative or exceptional flow(s)
11. Write description for alternative or exceptional
flow(s)
• Confirm major use cases
• Create use case diagram
Steps for writing effective use case
diagram & use case specification
• Identify major use cases
• Expand major use case
• Confirm major use cases
12. Carefully review the current set of use cases. Revise
as needed.
13. Start at the top again. (iteratively)
• Create use case diagram
1. Draw the system boundary
2. Place the use cases
3. Place the actors
4. Draw associations.
Steps for writing effective use case
diagram & use case specification
• Show only those use cases that are important to
understand the behavior of the system in its context.
• Show only those actors that relate to these use cases.
• Each use case diagram should focus on
communicating one aspect of a system.
• Try to keep them simple.
Guidelines for Use Case Diagram
• Names a single, identifiable, and reasonably atomic
behavior of the system.
• Describes the flow of events clearly enough for an
outsider to easily understand it.
• Factor common behavior by pulling such behavior
from use cases that it includes.
• Factor variant behavior by pushing such behavior into
other use cases that extend it.
Guidelines for Use Case Diagram
Use Case Specification
• Use Case Specification is known as Use Case
Description.
• The Use Case Specification includes:
Brief description:
• Summary of use case
• Describe the use case not more than 5
lines.
Use Case Specification
Pre-conditions:
•List all the conditions that must be completed
before entering the use case.
•This is optional. State not applicable if there is
no condition.
Characteristic of activations:
•This shows how to activate the use case.
•It could be actor’s demand or event- driven.
Use Case Specification
Flow of events
• Basic flow
– Describe the use case as a normal flow
– Happy day scenario-that means the use case should
success in completing the task.
• Alternative flow
– Describe the alternative way
– Means that, it is optional for the actor to complete it
or not.
• Exceptional flow
– Describe the exceptional in completing the use case.
– Show the error handling
Use Case Specification
Post conditions
• Show the conditions after completing the
use case
• It is an optional.
Rules
• Describe the rules that the use case must
follow
• It is an optional
Use Case Specification
–Constraints
•Describe the limitation that the use case have
•It is an optional
For complete example, refer to Use Case
Specification f
Use Case Specification
Let’s do
the
exercise
Draw a use case diagram for an ATM machine with the following
functionality. A customer’s interaction with the system involves
logging in, making withdrawal requests, deposit requests, and
balance inquiry requests. If the customer logs in, there is a
possibility (although rare) that the system will confiscate the card
(for example, if the login is incorrect or if the bank determines that
the customer’s balance is significantly under zero). Card
confiscation involves triggering an alert, which will be received by
the branch manager of the bank. If the customer does a balance
inquiry, this of course causes the system to check the balance.
Checking the balance is also done when the customer requests a
withdrawal, since the system must verify that enough money is in
his account. In principle, checking the balance is a function that may
be performed to support many use cases throughout the system.
Exercise : ATM System
Answer
Using the template have been given, create a
use case specification for at least one of the use
cases in the ATM System Diagram
Exercise 2:

More Related Content

DOCX
Software requirement specification(SRS)
DOCX
Online exam
PPTX
Blog application
PDF
FP304 DATABASE SYSTEM PAPER FINAL EXAM AGAIN
PDF
Se file
PDF
Hotel Management System SRS
PPTX
online matrimony project report
PPT
SRS Slide
Software requirement specification(SRS)
Online exam
Blog application
FP304 DATABASE SYSTEM PAPER FINAL EXAM AGAIN
Se file
Hotel Management System SRS
online matrimony project report
SRS Slide

What's hot (20)

DOC
Project report final
PDF
Introduction to XHTML
DOCX
Employee management system report
PDF
Pharmacy management system fyp documentation
PPTX
Online Food Ordering System
PPT
HCI 3e - Ch 5: Interaction design basics
PPTX
UML Diagrams for Real estate management system
PPT
Use case-diagrams
PPTX
Erd practice exercises
PDF
SRS for Online Medicine Ordering System
DOCX
online blogging system
PDF
Sample SRS format
PDF
Online ecommerce website srs
DOCX
Tour guidance srs (Software Requirements Specification)
DOCX
Documentation of railway reservation system
DOCX
Online property management system design document
PPT
Object-Oriented Analysis and Design
DOCX
Online doctor appointment
PPTX
Pharmacy management system project
PDF
Fundamentals of Database Systems Questions and Answers
Project report final
Introduction to XHTML
Employee management system report
Pharmacy management system fyp documentation
Online Food Ordering System
HCI 3e - Ch 5: Interaction design basics
UML Diagrams for Real estate management system
Use case-diagrams
Erd practice exercises
SRS for Online Medicine Ordering System
online blogging system
Sample SRS format
Online ecommerce website srs
Tour guidance srs (Software Requirements Specification)
Documentation of railway reservation system
Online property management system design document
Object-Oriented Analysis and Design
Online doctor appointment
Pharmacy management system project
Fundamentals of Database Systems Questions and Answers
Ad

Similar to Presentation Use Case Diagram and Use Case Specification.pptx (20)

PPTX
Use case diagram
PPTX
Lab 3 Introduction to the UML - how to create a use case diagram
PDF
2.1 usecase diagram
PPTX
USE case diagrams.ppt.pptx..............
PPT
Use Case Model with components in software.ppt
PPT
Use case modeling
PPTX
Use Case Diagram.pptx
PPT
Uml diagrams usecase
PPTX
Use Case Modelling.pptx
PPTX
Lecture no 8 use case modeling and use case diagrams
PDF
6-UseCfgfhgfhgfhgfhgfhfhhaseActivity.pdf
PPT
Use Case Diagram
PPT
Use Case Diagram
PPT
object oriented modeling and design-unit-iv-cgpa.ppt
PPTX
Chapter 4.pptx
PPTX
conversion-gate02.pptx
PPTX
usecase (1).pptx
PDF
[RPL2] Pertemuan 3 - UML dan USECASE VIEW
PPT
Use Cases
PPT
Use Cases
Use case diagram
Lab 3 Introduction to the UML - how to create a use case diagram
2.1 usecase diagram
USE case diagrams.ppt.pptx..............
Use Case Model with components in software.ppt
Use case modeling
Use Case Diagram.pptx
Uml diagrams usecase
Use Case Modelling.pptx
Lecture no 8 use case modeling and use case diagrams
6-UseCfgfhgfhgfhgfhgfhfhhaseActivity.pdf
Use Case Diagram
Use Case Diagram
object oriented modeling and design-unit-iv-cgpa.ppt
Chapter 4.pptx
conversion-gate02.pptx
usecase (1).pptx
[RPL2] Pertemuan 3 - UML dan USECASE VIEW
Use Cases
Use Cases
Ad

More from azida3 (16)

PPTX
Week 6 Secure SW Requirements -Abuse case.pptx
PPTX
Security Design Principles for developing secure application .pptx
PPTX
Week 4.1 Building security into the software development lifecycle copy.pptx
PPT
Prototyping.eveningclass.ppt
PPT
3830100.ppt
PPT
Access Control
PPTX
OWASP_Top_Ten_Proactive_Controls_v2.pptx
PPT
codingtechniques1.ppt
PPTX
GCSECS-DefensiveDesign.pptx
PPTX
DefensiveProgramming (1).pptx
PPTX
Requirments Elicitation.pptx
PPTX
Requirements analysis.pptx
PPTX
Introduction to SAD.pptx
PPT
Chap 4 - Requirements Engineering 1.ppt
PPTX
BPM - Activity diagram.pptx
PPTX
Introduction to SAD.pptx
Week 6 Secure SW Requirements -Abuse case.pptx
Security Design Principles for developing secure application .pptx
Week 4.1 Building security into the software development lifecycle copy.pptx
Prototyping.eveningclass.ppt
3830100.ppt
Access Control
OWASP_Top_Ten_Proactive_Controls_v2.pptx
codingtechniques1.ppt
GCSECS-DefensiveDesign.pptx
DefensiveProgramming (1).pptx
Requirments Elicitation.pptx
Requirements analysis.pptx
Introduction to SAD.pptx
Chap 4 - Requirements Engineering 1.ppt
BPM - Activity diagram.pptx
Introduction to SAD.pptx

Recently uploaded (20)

PPTX
What’s under the hood: Parsing standardized learning content for AI
PDF
LIFE & LIVING TRILOGY - PART (3) REALITY & MYSTERY.pdf
PDF
Skin Care and Cosmetic Ingredients Dictionary ( PDFDrive ).pdf
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 2).pdf
PPTX
Share_Module_2_Power_conflict_and_negotiation.pptx
PPTX
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PDF
Journal of Dental Science - UDMY (2022).pdf
PDF
HVAC Specification 2024 according to central public works department
PPTX
Climate Change and Its Global Impact.pptx
PPTX
A powerpoint presentation on the Revised K-10 Science Shaping Paper
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PPTX
Computer Architecture Input Output Memory.pptx
PDF
Environmental Education MCQ BD2EE - Share Source.pdf
PDF
Literature_Review_methods_ BRACU_MKT426 course material
PDF
LIFE & LIVING TRILOGY - PART - (2) THE PURPOSE OF LIFE.pdf
PPTX
Module on health assessment of CHN. pptx
PPTX
Introduction to pro and eukaryotes and differences.pptx
What’s under the hood: Parsing standardized learning content for AI
LIFE & LIVING TRILOGY - PART (3) REALITY & MYSTERY.pdf
Skin Care and Cosmetic Ingredients Dictionary ( PDFDrive ).pdf
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 2).pdf
Share_Module_2_Power_conflict_and_negotiation.pptx
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
AI-driven educational solutions for real-life interventions in the Philippine...
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
Journal of Dental Science - UDMY (2022).pdf
HVAC Specification 2024 according to central public works department
Climate Change and Its Global Impact.pptx
A powerpoint presentation on the Revised K-10 Science Shaping Paper
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
Computer Architecture Input Output Memory.pptx
Environmental Education MCQ BD2EE - Share Source.pdf
Literature_Review_methods_ BRACU_MKT426 course material
LIFE & LIVING TRILOGY - PART - (2) THE PURPOSE OF LIFE.pdf
Module on health assessment of CHN. pptx
Introduction to pro and eukaryotes and differences.pptx

Presentation Use Case Diagram and Use Case Specification.pptx

  • 1. . 1 Use Case Diagram and Use Case Specification
  • 2. Use Case Diagram & Use Case Specification
  • 3. Lecture Layout Use Case Diagram Use Case Actor Relationship (include & extend) Use Case Specification
  • 4. Objectives Transform and represent the user requirements into use case diagram using UML notation Develop use case specification Identify basic flow, alternatives flow and exceptional flows
  • 6. • Use case diagram is used to show the functionality that the system will provide and to show which users will communicate with the system in some way to use that functionality. • Primary components are : use cases, actors, system/subsystem and relationships actor use case Basic use case diagram Use Case Diagram
  • 7. To document the functionalities of the system from the users’ perspective, resulting in an agreement between the clients and the developers; To document the scope of the system To document the interaction between the users and the system using supporting use case descriptions To provide basis for performing system tests To provide the ability to trace functional requirements into implementation later on Purpose of Use Case Diagram
  • 8. A description of the functionality of the system from the users’ perspective. A set of sequences of actions that the system performs to achieve an observable result of value to an actor.(UML User Guide) A depiction of a system’s behaviour or functionality under various conditions as the system responds to requests from users.(George et al., 2004)  is a complete and meaningful flow of events and it is initiated by an actor Use Case
  • 9. Consists a set of possible sequences of interactions between a system and a user in a particular environment and related to a particular goal. (George et al, 2004) If changes are made to this use case model, other models must be updated too. Remember, in OOSAD all process are iterative and need refinement! UML notation for use case: Name of use case Use Case
  • 10.  Represent the roles that people, other systems or devices take on when communicating with the particular use cases in the system  actively interchange information with the system by sending and receiving message  can represent a human, machine and another system  UML notation for actor: Actor Actor
  • 11. Types of Actor: 1. Primary actor • active and initiate activity with the system • get some values in return 2. Secondary actor • passive and don’t initiate any activity with the system • ultimately fulfill the needs of primary actor Actor
  • 12. actor use case Primary actor use case actor Secondary actor Actor
  • 13. customer buy drink System or subsystem boundary Actor Use case Communication association Based on Vending Machine Control System Notation Of Use Case Diagram
  • 14. • Actor – drawn as stick people with a name – The name is usually a noun phrase  Use case drawn as ellipses with a name in or below each ellipse the name is usually an active verb (what the system is supposed to do) and a noun phrase (what the system to act on) print bill student Notation Of Use Case Diagram
  • 15. • Communication associations – line drawn between an actor and a use case – can have arrow heads to show where the communication is initiated – represent communication link between an instance of the use case and an instance of the actor • Sub-systems – drawn as a rectangle around a group of use cases that belongs to the same sub-system Notation Of Use Case Diagram
  • 16. • Grouping It is used when a number of use cases handle similar functionality or are related, they can be grouped in a UML package. A package groups related model elements. Notation Of Use Case Diagram
  • 17. 1. A use case is always initiated by an actor Always performed on behalf of an actor. The actor must directly or indirectly order the system to perform the use case. 2. A use case provides a value to an actor Must deliver some kind of tangible values to the users. 3. A use case is complete Must be a complete description. It is not complete until the end value is produced. Common mistake make a simple use case that can only be implemented later on as functions call. Characteristic Of Use Case
  • 18. 1. Which functions does the actor requires from the system? What does the actor need to do? 2. Does the actor needs to read, create, destroy, modify, or store some kind of info in the system? 3. Does the actor needs to notify/be notified about events in the system? 4. Could the actor’s daily work be simplified? automated? 5. What kind of outputs/inputs the actor requires? 6. What are major problems with current system? Finding Use Case
  • 19. Types of relationships between use cases: – 2 types of stereotyped dependencies are: • extend • include (sometimes referred as uses) – stereotypes are written as text strings in « » symbol such as: «extend» and «include» - Stereotypes are placed along the relationship line. Relationship between Use Cases
  • 20. • An extend relationship is used when you wish to show that a use case provides additional functionality that may be required in another use case. • Purpose: – To model optional behaviour or alternative at certain point in separate use case. – To mitigate the complexity of base use case • View as optional system behaviour Extend Relationship
  • 21. editor spell checking grammar checking edit text <<extend>> <<extend>> Every time an editor wants to edit text, he can do spell checking or grammar checking use case Extend Relationship
  • 22. • An include relationship is used when you wish to show that a use case provides additional functionality that always required in another use case. • Never stands alone • Purpose: – a use case may include more than one other use cases – can be used to separate out a sequence of behaviour that is used in many use cases (reusable or common behaviour) Include Relationship
  • 23. customer deposit funds withdraw money verify customer <<include>> <<include>> Every time a customer wants to deposit funds, he must verify himself to the system. Include Relationship
  • 24. • Generalization – Actors can also be implemented as classes. So, they can also have the same relationship as classes. – Common behaviour between a number of actors can be modelled using generalization relationship – When several actors play a more general role, it is described as generalization. The specialized actor inherit the behaviour of the super class. – shows that one actor can participate in all the associations with use cases that the more specific actor can plus some additional use cases Relationship between Actors
  • 25. Relationship between Actors Individual customer corporate customer customer perform card transaction Credit Card Validation System
  • 26. • Identify major use cases 1. Find the system’s boundary 2. List primary actors 3. List the goals of the primary actor 4. Identify and write the overviews of the major use cases for the above 5. Carefully review the current use cases. Revise as needed. • Expand major use case • Confirm major use cases • Create use case diagram Steps for writing effective use case diagram & use case specification
  • 27. • Identify major use cases • Expand major use case 6. Choose one use case to expand 7. Start filling the details of the chosen use case 8. Write the normal flow of events 9. If the normal flow is too complex, decompose to subflows 10. List the possible alternative or exceptional flow(s) 11. Write description for alternative or exceptional flow(s) • Confirm major use cases • Create use case diagram Steps for writing effective use case diagram & use case specification
  • 28. • Identify major use cases • Expand major use case • Confirm major use cases 12. Carefully review the current set of use cases. Revise as needed. 13. Start at the top again. (iteratively) • Create use case diagram 1. Draw the system boundary 2. Place the use cases 3. Place the actors 4. Draw associations. Steps for writing effective use case diagram & use case specification
  • 29. • Show only those use cases that are important to understand the behavior of the system in its context. • Show only those actors that relate to these use cases. • Each use case diagram should focus on communicating one aspect of a system. • Try to keep them simple. Guidelines for Use Case Diagram
  • 30. • Names a single, identifiable, and reasonably atomic behavior of the system. • Describes the flow of events clearly enough for an outsider to easily understand it. • Factor common behavior by pulling such behavior from use cases that it includes. • Factor variant behavior by pushing such behavior into other use cases that extend it. Guidelines for Use Case Diagram
  • 32. • Use Case Specification is known as Use Case Description. • The Use Case Specification includes: Brief description: • Summary of use case • Describe the use case not more than 5 lines. Use Case Specification
  • 33. Pre-conditions: •List all the conditions that must be completed before entering the use case. •This is optional. State not applicable if there is no condition. Characteristic of activations: •This shows how to activate the use case. •It could be actor’s demand or event- driven. Use Case Specification
  • 34. Flow of events • Basic flow – Describe the use case as a normal flow – Happy day scenario-that means the use case should success in completing the task. • Alternative flow – Describe the alternative way – Means that, it is optional for the actor to complete it or not. • Exceptional flow – Describe the exceptional in completing the use case. – Show the error handling Use Case Specification
  • 35. Post conditions • Show the conditions after completing the use case • It is an optional. Rules • Describe the rules that the use case must follow • It is an optional Use Case Specification
  • 36. –Constraints •Describe the limitation that the use case have •It is an optional For complete example, refer to Use Case Specification f Use Case Specification
  • 38. Draw a use case diagram for an ATM machine with the following functionality. A customer’s interaction with the system involves logging in, making withdrawal requests, deposit requests, and balance inquiry requests. If the customer logs in, there is a possibility (although rare) that the system will confiscate the card (for example, if the login is incorrect or if the bank determines that the customer’s balance is significantly under zero). Card confiscation involves triggering an alert, which will be received by the branch manager of the bank. If the customer does a balance inquiry, this of course causes the system to check the balance. Checking the balance is also done when the customer requests a withdrawal, since the system must verify that enough money is in his account. In principle, checking the balance is a function that may be performed to support many use cases throughout the system. Exercise : ATM System
  • 40. Using the template have been given, create a use case specification for at least one of the use cases in the ATM System Diagram Exercise 2: