Attributes of a Use case Template
Attributes of a Use case Template
USE CASE ID States a unique ID for each use case.
USE CASE NAME States the use case name. The name expresses the objective or result of the use case.
BRIEF DESCRIPTION Describes the role and purpose of the use case.
ACTORS Specifies a role played by a user or any other system that interacts with the subject.
PRE-CONDITION A state of the system that must be present before a use case starts.
POST-CONDITIONS A list of possible states for the system immediately after a use case is finished.
BASIC FLOW OF EVENTS Describes the ideal, primary behavior of the system.
ALTERNATIVE FLOW Describes deviations from the basic flow.
EXCEPTIONAL FLOW Explains the exceptions from the basic flow.
KEY SCENARIOS Enlist the most important scenarios of the use case. There can be many scenarios possible with this use-case specification
SPECIAL REQUIREMENTS List the Non-functional requirements like legal and regulatory requirements; application standards; quality attributes of the system, including usability, reliability, performance, and supportability; operating systems and environments; compatibility requirements; and design constraints.
Comments
Post a Comment