Requirement
Pattern
Analysis Stage Activities
Description This pattern expresses the need of setting the activities that the supplier shall perform during the analysis of the system to implement.
Comments ----
Pattern goal Stating the activities to take during analysis stage
Author Cristina Palomares, Samuel Renault, Carme Quer, Cindy Guerlain
Sources (0..*)
  • Requirement books from SSI
  • Specialized literature
Keywords (0..*)Analysis activities, Analysis stage, System implementation project
Dependencies (0..*) ----
Requirement
Form
Analysis
Description This form expresses the need of setting the activities that the supplier shall do during the analysis of the system to implement.
Comments Fixed part application: (1); Extended parts application: -Requirements analysis (0..1) -Analysis Extra Objectives (0..1) -Analysis Validation (0..1)
Version date 2012-05-23 14:31:51.22
Author Cristina Palomares, Samuel Renault, Carme Quer, Cindy Guerlain
Sources (0..*)
  • Requirement books from SSI
  • Specialized literature
Fixed PartQuestion text ----
Form text The supplier shall include the analysis stage in the system implementation project.
Extended Part Analysis Extra ObjectivesQuestion text ----
Form text The supplier shall perform %analysisActivities% during analysis stage.
ParameterMetric
analysisActivities: is a non-empty set of different activities that can be undertaken during analysis stageAnalysisActivities: AnalysisActivities = Set(AnalysisActivity)
AnalysisActivity = String (eg. "analyze existing customer's applications that the supplier will use during development", "identify key deficiencies in the current system implementation")
Extended Part Analysis ValidationQuestion text ----
Form text At the end of the analysis stage, the supplier shall provide a %analysisDocument% to be validated by the customer.
ParameterMetric
analysisDocument: a type of document that is the result of the analysis stageAnalysisDocument: AnalysisDocument = Domain(a specification document, an analysis document, ...)
Extended Part Requirement analysisQuestion text ----
Form text The supplier shall perform the requirement analysis needed to achieve the knowledge necessary about %systemAspects%.
ParameterMetric
systemAspects: is a non-empty set of the different aspects related to the system (design features, functional adaption, etc.)SystemAspects: SystemAspects = Set(SystemAspect)
SystemAspect = String (e.g. technical design features, technical system, functional adaptation, ...)