Tasks:
1. Fill in the below table to list at least 2 primary, 3 supporting, and 3 offstage actors with their goal descriptions respectively for the below Rental Car Reservation System. Each actor must be correctly classified in the appropriate category, i.e., Primary, Supporting, or Offstage.
Type
|
Actor
|
Goal Description
|
Primary
|
|
|
|
|
|
Supporting
|
|
|
|
|
|
|
|
|
Offstage
|
|
|
|
|
|
|
|
|
2. List at least five use case names for the system based on the above actor list. At least two use cases involve both primary and supporting actors.
3. Draw a Use Case Diagram based on (1) and (2).
4. Choose ONE use case that involves both primary and supporting actors from the diagram and document it as a Partially-Dressed Use Case (PD UC), which is a subset of a Fully-Dressed Use Case (FD UC). Please use the below format for your description of the PD UC. Please DO NOT submit FD UC.
- Use Case Name: Search Vehicle
- Goal in Context: This use case permits Customer, Car Rental Representative, and System Administrator to search vehicle from the vehicle list in order to display vehicles with their detail description.
- Primary Actors: Customer, Car Rental Representative
Scenario:
Step 1: Customer or Car Rental Representative clicks on search vehicle link. Step 2: The system displays combo box to select search to a vehicle.
Step 3: The Customer or Car Rental Representative select one of the following lists from the combo box, Vehicle Brand. Vehicle Type. Vehicle Model or default is all.
Step 4: Then the system display all information based on selected list. Step 5: System Administrator add/update/delete vehicle from the list. Step 6: Search available vehicle.
Step 6: Use case end.
5. Draw the System Sequence Diagram (SSD) for the above PD UC.