| 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..*) |
| ||
| 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..*) |
| ||
| Fixed Part | Question text | ---- | Form text | The system shall response to user interface actions in %amountOfTime% %timeUnit% at most |
| Parameter | Metric | ||
| amountOfTime: is a number that indicates time duration | amountOfTimeUnitType : | ||
| timeUnit: is the unit of time corresponding to the units for responding an user interface action | TimeUnitType: 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..*) |
| ||
| Fixed Part | Question text | ---- | Form text | The system shall response to %intActions% user interface actions in %amountOfTime% %timeUnit% at most |
| Parameter | Metric | ||
| timeUnit: is the unit of time corresponding to the units for responding an user interface action | TimeUnitType: TimeUnitType = Domain(Days, Hours, Minutes, Seconds, Miliseconds, ...) | ||
| amountOfTime: is a number that indicates time duration | amountOfTimeUnitType : | ||
| intActions: is a non-empty set of actions that are executed in some contexts when loading user interfaces | UserInterfaceActions: UserInterfaceActions = Set(UserInterfaceAction) UserInterfaceAction = Domain(Initial Screen Load, Transition between Screens, Complex Searches, ...)\n | ||