Requirement
Pattern
Interface Load Time
Description This pattern expresses the need of loading quickly the different user interfaces of the system
Comments ----
Pattern goal Load the system user interfaces quickly, Offer a good response time to the user
Author GESSI-SSI
Sources (0..*)
  • Requirement books from SSI
  • Specialized literature
Keywords (0..*)Alert, boot time, Failure, System failure
Dependencies (0..*) ----
Requirement
Form
General response to user interface actions time
Description This form expresses the general need of loading the user interface in a certain amount of time.
Comments ----
Version date 2009-03-20 00:00:00.0
Author GESSI-SSI
Sources (0..*)
  • Requirement books from SSI
  • Specialized literature
Fixed PartQuestion text ----
Form text The system shall response to user interface actions in %amountOfTime% %timeUnit% at most
ParameterMetric
amountOfTime: is a number that indicates time durationamountOfTimeUnitType :
timeUnit: is the unit of time corresponding to the units for responding an user interface actionTimeUnitType: TimeUnitType = Domain(Days, Hours, Minutes, Seconds, Miliseconds, ...)
Requirement
Form
Individualized response to user interface actions time
Description This form expresses the general need of loading some part or executing actions the user interface in a certain amount of time.
Comments ----
Version date 2009-03-20 00:00:00.0
Author GESSI-SSI
Sources (0..*)
  • Requirement books from SSI
  • Specialized literature
Fixed PartQuestion text ----
Form text The system shall response to %intActions% user interface actions in %amountOfTime% %timeUnit% at most
ParameterMetric
timeUnit: is the unit of time corresponding to the units for responding an user interface actionTimeUnitType: TimeUnitType = Domain(Days, Hours, Minutes, Seconds, Miliseconds, ...)
amountOfTime: is a number that indicates time durationamountOfTimeUnitType :
intActions: is a non-empty set of actions that are executed in some contexts when loading user interfacesUserInterfaceActions: UserInterfaceActions = Set(UserInterfaceAction)
UserInterfaceAction = Domain(Initial Screen Load, Transition between Screens, Complex Searches, ...)\n