Changes between Initial Version and Version 1 of Adding user


Ignore:
Timestamp:
11/01/17 21:37:52 (6 years ago)
Author:
Dajana Stojchevska
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Adding user

    v1 v1  
     1== Use Case Scenario: Adding user ==
     2
     3=== 1. Guidance ===
     4
     5This section provides a description of each section in the use case template.
     6
     7=== 2. Use Case Identification ===
     8
     9'''2.1. Use Case ID''': 1.0
     10
     11'''2.2. Use Case Name''': Adding user
     12
     13'''2.3. Use Case History'''
     14* '''Created by''': ...
     15* '''Date created''': ...
     16* '''Last updated by''': ...
     17* '''Date last updated''': ...
     18
     19=== Use Case Definition ===
     20
     21'''3.1. Actors '''
     22
     23An actor is a person or other entity external to the software system being specified who interacts with the system and performs use cases to accomplish tasks. Different actors often correspond to different user classes, or roles, identified from the customer community that will use the product. Name the actor that will be initiating this use case and any other actors who will participate in completing the use case.
     24
     25'''3.2. Trigger'''
     26Identify the event that initiates the use case. This could be an external business event or system event that causes the use case to begin, or it could be the first step in the normal flow.
     27
     28'''3.3. Description'''
     29Provide a brief description of the reason for and outcome of this use case, or a high-level description of the sequence of actions and the outcome of executing the use case.
     30
     31'''3.4. Preconditions'''
     32List any activities that must take place, or any conditions that must be true, before the use case can be started. Number each precondition. Examples:
     331. User's identity has been authenticated.
     342. User's computer has sufficient free memory available to launch task.
     35
     36'''3.5. Postconditions'''
     37Describe the state of the system at the conclusion of the use case execution. Number each postcondition. Examples:
     381. Document contains only valid SGML tags.
     392. Price of item in database has been updated with new value.
     40
     41'''3.6. Normal Flow'''
     42Provide a detailed description of the user actions and system responses that will take place during execution of the use case under normal, expected conditions. This dialog sequence will ultimately lead to accomplishing the goal stated in the use case name and description. This description may be written as an answer to the hypothetical question, “How do I <accomplish the task stated in the use case name>?” This is best done as a numbered list of actions performed by the actor, alternating with responses provided by the system. The normal flow is numbered “X.0”, where “X” is the Use Case ID.
     43
     44'''3.7. Alternative Flows'''
     45Document other, legitimate usage scenarios that can take place within this use case separately in this section. State the alternative flow, and describe any differences in the sequence of steps that take place. Number each alternative flow in the form “X.Y”, where “X” is the Use Case ID and Y is a sequence number for the alternative flow. For example, “5.3” would indicate the third alternative flow for use case number 5.
     46
     47
     48