0% found this document useful (0 votes)
15 views1 page

Use Case Diagram

A use case diagram visually represents the functional requirements of a system by illustrating actors and their interactions with various use cases. Key actors include Customers, Admins, and Payment Gateways, while use cases encompass actions like Register, Login, and Manage Products. The diagram is created using ovals for use cases and stick figures for actors, connected by lines to show interactions.

Uploaded by

ror39936
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views1 page

Use Case Diagram

A use case diagram visually represents the functional requirements of a system by illustrating actors and their interactions with various use cases. Key actors include Customers, Admins, and Payment Gateways, while use cases encompass actions like Register, Login, and Manage Products. The diagram is created using ovals for use cases and stick figures for actors, connected by lines to show interactions.

Uploaded by

ror39936
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

2.

Use Case Diagram

A use case diagram helps represent the functional requirements of a system, showing
actors (users or external systems) and the use cases (functions) they interact with.

Steps:

• Identify the actors: These could be:

o Customer (who buys products)

o Admin (who manages products, orders, and users)

o Payment Gateway (for handling payments)

• Identify the use cases:

o Customer: Register, Login, Browse Products, Add to Cart, Make


Payment, Track Order, etc.

o Admin: Manage Products, View Orders, Process Returns, etc.

• Connections:

o A Customer interacts with use cases like Browse Products, Add to


Cart, Make Payment, etc.

o An Admin interacts with use cases like Manage Products, View Orders,
etc.

• Create the diagram: Use ovals for use cases, stick figures for actors, and lines
to connect them.

You might also like