Complete the code to identify the primary actor in a use case.
The primary actor in a use case is the [1] who initiates the interaction.
The primary actor is the user who starts the use case interaction.
Complete the code to specify the main goal of a use case.
The main goal of a use case is to [1] a specific function or service for the actor.
The main goal is to achieve a function or service that the actor needs.
Fix the error in the use case description by completing the blank.
A use case should include [1] to handle exceptions and errors.
Alternate flows describe how the system handles exceptions and errors.
Fill both blanks to complete the use case template fields.
Use case name: [1] Primary actor: [2]
The use case name is 'Login' and the primary actor is the 'User'.
Fill all three blanks to complete the use case description.
Precondition: [1] Trigger: [2] Postcondition: [3]
The precondition is that the user is logged out, the trigger is clicking the login button, and the postcondition is the user is logged in.
