77
Slide 1 3 minute review of last week A software process is a structured set of activities required to develop a software system A software process model is an abstract representation of software processes. The waterfall model Evolutionary development Formal systems development Reuse-based development Process iteration Incremental development Spiral development

SECh56

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: SECh56

Slide 1

3 minute review of last week A software process is a structured set of activities

required to develop a software system A software process model is an abstract

representation of software processes. • The waterfall model

• Evolutionary development

• Formal systems development

• Reuse-based development

Process iteration• Incremental development

• Spiral development

Page 2: SECh56

Slide 2

Waterfall modelRequirements

definition

System andsoftware design

Implementationand unit testing

Integration andsystem testing

Operation andmaintenance

Page 3: SECh56

Slide 3

Evolutionary development

ValidationFinal

version

DevelopmentIntermediate

versions

SpecificationInitial

version

Outlinedescription

Concurrentactivities

Page 4: SECh56

Slide 4

Formal systems development Based on the transformation of a mathematical

specification through different representations to an executable program

Transformations are ‘correctness-preserving’ so it is straightforward to show that the program conforms to its specification

Requirementsdefinition

Formalspecification

Formaltransformation

Integration andsystem testing

Page 5: SECh56

Slide 5

Reuse-oriented development Based on systematic reuse where systems are

integrated from existing components or COTS

Requirementsspecification

Componentanalysis

Developmentand integration

System designwith reuse

Requirementsmodification

Systemvalidation

Page 6: SECh56

Slide 6

Ch. 5 - Software Requirements Requirements Engineering is the process of

establishing the services that the customer requires from a system and the constraints under which it operates and is developed

The requirements are the descriptions of the system services and constraints that are generated during the requirements engineering process

Different levels of abstraction. It may be the basis• for a bid for a contract - must be open to interpretation

• for the contract itself - must be defined in detail

Page 7: SECh56

Slide 7

Types of requirements User requirements (C-requirements)

• Statements in natural language plus diagrams of the services the system provides and its operational constraints. Written for customers

System requirements (D-requirements)• A structured document setting out detailed descriptions of the

system services. Written as a contract between client and contractor

Software specification• A detailed software description which can serve as a basis for a

design or implementation. Written for developers

Page 8: SECh56

Slide 8

Definitions and specifications

1. The software must provide a means of representing and1. accessing external files created by other tools.

1.1 The user should be provided with facilities to define the type of1.2 external files.1.2 Each external file type may have an associated tool which may be1.2 applied to the file.1.3 Each external file type may be represented as a specific icon on1.2 the user’s display.1.4 Facilities should be provided for the icon representing an1.2 external file type to be defined by the user.1.5 When a user selects an icon representing an external file, the1.2 effect of that selection is to apply the tool associated with the type of1.2 the external file to the file represented by the selected icon.

Requirements definition

Requirements specification

Page 9: SECh56

Slide 9

Requirements readersClient managersSystem end-usersClient engineersContractor managersSystem architects

System end-usersClient engineersSystem architectsSoftware developers

Client engineers (perhaps)System architectsSoftware developers

User requirements

System requirements

Software designspecification

Page 10: SECh56

Slide 10

5.1 Functional and non-functional requirements

Functional requirements• Statements of services the system should provide, how the

system should react to particular inputs and how the system should behave in particular situations.

Non-functional requirements• constraints on the services or functions offered by the system

such as timing constraints, constraints on the development process, standards, etc.

Domain requirements• Requirements that come from the application domain of the

system and that reflect characteristics of that domain

Page 11: SECh56

Slide 11

Functional requirements

Functional user requirements may be high-level statements of what the system should do but functional system requirements should describe the system services in detail• The user shall be able to search either all of the initial

set of databases or select a subset from it.

• The system shall provide appropriate viewers for the user to read documents in the document store.

• Every order shall be allocated a unique identifier (ORDER_ID) which the user shall be able to copy to the account’s permanent storage area.U

niv

ersi

ty L

ibra

ry s

yste

m

Page 12: SECh56

Slide 12

Requirements imprecision

Problems arise when requirements are not precisely stated

Ambiguous requirements may be interpreted in different ways by developers and users

Consider the term ‘appropriate viewers’• User intention - special purpose viewer for each

different document type

• Developer interpretation - Provide a text viewer that shows the contents of the document

Page 13: SECh56

Slide 13

Completeness and Consistency

In principle requirements should be both complete and consistent

Complete• They should include descriptions of all facilities

required Consistent

• There should be no conflicts or contradictions in the descriptions of the system facilities

In practice, it is impossible to produce a complete and consistent requirements document

Page 14: SECh56

Slide 14

Non-functional requirements Define system properties and constraints e.g.

reliability, response time and storage requirements. Constraints are I/O device capability, system representations, etc.

Process requirements may also be specified mandating a particular CASE system, programming language or development method

Non-functional requirements may be more critical than functional requirements. If these are not met, the system is useless

Page 15: SECh56

Slide 15

Non-functional classifications

Performancerequirements

Spacerequirements

Usabilityrequirements

Efficiencyrequirements

Reliabilityrequirements

Portabilityrequirements

Interoperabilityrequirements

Ethicalrequirements

Legislativerequirements

Implementationrequirements

Standardsrequirements

Deliveryrequirements

Safetyrequirements

Privacyrequirements

Productrequirements

Organizationalrequirements

Externalrequirements

Non-functionalrequirements

Page 16: SECh56

Slide 16

Non-functional requirement examples Product requirement

• 4.C.8 It shall be possible for all necessary communication between the APSE and the user to be expressed in the standard Ada character set

Organisational requirement• 9.3.2 The system development process and deliverable documents

shall conform to the process and deliverables defined in XYZCo-SP-STAN-95

External requirement• 7.6.5 The system shall not disclose any personal information about

customers apart from their name and reference number to the operators of the system

Page 17: SECh56

Slide 17

Goals and requirements

Non-functional requirements may be very difficult to state precisely and imprecise requirements may be difficult to verify.

System goals• The system should be easy to use by experienced controllers and

should be organised in such a way that user errors are minimised.

Verifiable non-functional requirements• Experienced controllers shall be able to use all the system

functions after a total of two hours training. After this training, the average number of errors made by experienced users shall not exceed two per day.

Page 18: SECh56

Slide 18

Requirements measuresProperty MeasureSpeed Processed transactions/second

User/Event response timeScreen refresh time

Size K BytesNumber of RAM chips

Ease of use Training timeNumber of help frames

Reliability Mean time to failureProbability of unavailabilityRate of failure occurrenceAvailability

Robustness Time to restart after failurePercentage of events causing failureProbability of data corruption on failure

Portability Percentage of target dependent statementsNumber of target systems

Page 19: SECh56

Slide 19

Domain requirements

Derived from the application domain and describe system characteristics and features that reflect the domain

May be new functional requirements, constraints on existing requirements or define specific computations

If domain requirements are not satisfied, the system may be unworkable

Page 20: SECh56

Slide 20

Domain requirements problems

Understandability• Requirements are expressed in the language of the

application domain

• This is often not understood by software engineers developing the system

Implicitness• Domain specialists understand the area so well

that they do not think of making the domain requirements explicit

Page 21: SECh56

Slide 21

5.2 User requirements

Should describe functional and non-functional requirements so that they are understandable by system users who don’t have detailed technical knowledge

User requirements are defined using natural language, tables and diagrams

Page 22: SECh56

Slide 22

Problems with natural language

Lack of clarity • Precision is difficult without making the document difficult to

read

Requirements confusion• Functional and non-functional requirements tend to be mixed-up

Requirements amalgamation• Several different requirements may be expressed together

Page 23: SECh56

Slide 23

Database requirement

4.A.5 The database shall support the generation and controlof configuration objects; that is, objects which are themselvesgroupings of other objects in the database. The configuration control facilities shall allow access to the objects in a version group by the use of an incomplete name.

Page 24: SECh56

Slide 24

Editor grid requirement

2.6 Grid facilities To assist in the positioning of entitieson a diagram, the user may turn on a grid in either centimetres or inches, via an option on the control panel.Initially, the grid is off. The grid may be turned on and offat any time during an editing session and can be toggledbetween inches and centimetres at any time. A grid option will be provided on the reduce-to-fit viewbut the number of grid lines shown will be reduced to avoid filling the smaller diagram with grid lines.

Page 25: SECh56

Slide 25

Requirement problems

Database requirements includes both conceptual and detailed information• Describes the concept of configuration control facilities

• Includes the detail that objects may be accessed using an incomplete name (better left to SRS)

Grid requirement mixes three different kinds of requirement• Conceptual functional requirement (the need for a grid)

• Non-functional requirement (grid units)

• Non-functional UI requirement (grid switching)

Page 26: SECh56

Slide 26

Structured presentation

2.6 Grid facilities2.6.1 The editor shall provide a grid facility where amatrix of horizontal and vertical lines provide abackground to the editor window. This grid shall bea passive grid where the alignment of entities is theuser's responsibility.Rationale: A grid helps the user to create a tidydiagram with well-spaced entities. Although an activegrid, where entities 'snap-to' grid lines can be useful,the positioning is imprecise. The user is the best personto decide where entities should be positioned.Specification: ECLIPSE/WS/Tools/DE/FS Section 5.6

Page 27: SECh56

Slide 27

Detailed user requirement

3.5.1 Adding nodes to a design3.5.1.1 The editor shall provide a f acility for users to add

nodes of a specified type to their design.3.5.1.2 The sequence of actions to add a node should be as follows:

1. The user should select the type of node to be added.2. The user should move the cursor to the approximate node position in the diagram and indicate that the node symbol should be added at that point.3. Then drag the node symbol to its final position.

Rationale: The user is the best person to decide where to position a node on the diagram.

This approach gives the user direct control.Specification: ECLIPSE/WS/Tools/DE/FS. Section 3.5.1

Page 28: SECh56

Slide 28

Guidelines for writing requirements

Invent a standard format and use it for all requirements

Use language in a consistent way. Use shall for mandatory requirements, should for desirable requirements

Use text highlighting to identify key parts of the requirement

Avoid the use of computer jargon Include Rationale at every decision point.

Page 29: SECh56

Slide 29

5.3 System requirements

More detailed specifications of user requirements Serve as a basis for designing the system May be used as part of the system contract System requirements may be expressed using

system models discussed in Chapter 7 Natural languages are not suitable

• Ambiguity -- different interpretations

• Over-flexibility -- many ways to say same thing

• Lack of modularization -- no structure

Page 30: SECh56

Slide 30

Structured language specifications A limited form of natural language may be used to

express requirements This removes some of the problems resulting from

ambiguity and flexibility and imposes a degree of uniformity on a specification

Often best supported using a forms-based approach

Page 31: SECh56

Slide 31

Form-based node specificationECLIPSE/Workstation/Tools/DE/FS/3.5.1

Function Add node

Description Adds a node to an existing design. The user selects the type of node, and its position.When added to the design, the node becomes the current selection. The user chooses the node position bymoving the cursor to the area where the node is added.

Inputs Node type, Node position, Design identifier.

Source Node type and Node position are input by the user, Design identifier from the database.

Outputs Design identifier.

Destination The design database. The design is committed to the database on completion of theoperation.

Requires Design graph rooted at input design identifier.

Pre-condition The design is open and displayed on the user's screen.

Post-condition The design is unchanged apart from the addition of a node of the specified typeat the given position.

Side-effects None

Definition: ECLIPSE/Workstation/Tools/DE/RD/3.5.1

Page 32: SECh56

Slide 32

PDL-based requirements definition Requirements may be defined operationally using

a language like a programming language but with more flexibility of expression

Most appropriate in two situations• Where an operation is specified as a sequence of actions and the

order is important

• When hardware and software interfaces have to be specified

Disadvantages are• Notation is only understandable to people with programming

language knowledge

• The specification will be taken as a design rather than a specification

Page 33: SECh56

Slide 33

Interface specification

Most systems must operate with other systems and the operating interfaces must be specified as part of the requirements

Three types of interface may have to be defined• Procedural interfaces -- services offered

• Data structures that are exchanged

• Data representations

Formal notations are an effective technique for interface specification - but understandable only by skilled people

Page 34: SECh56

Slide 34

Requirements and design

In principle, requirements should state what the system should do and the design should describe how it does this

In practice, requirements and design are inseparable• A system architecture may be designed to structure the

requirements (subsystem-wise)

• The system may inter-operate with other systems.

This constrains design (and hence generates requirements)

• The use of a specific design may be a domain requirement

e.g. N-version programming for reliability.

Page 35: SECh56

Slide 35

5.4 The requirements document

The requirements document is the official statement of what is required of the system developers

Also called Software Requirements Specification (SRS)

Should include both a definition and a specification of requirements

It is NOT a design document. As far as possible, it should set of WHAT the system should do rather than HOW it should do it

Page 36: SECh56

Users of a requirements document

Use the requirements todevelop validation tests forthe system

Use the requirementsdocument to plan a bid forthe system and to plan thesystem development process

Use the requirements tounderstand what system is tobe developed

System testengineers

Managers

System engineers

Specify the requirements andread them to check that theymeet their needs. Theyspecify changes to therequirements

System customers

Use the requirements to helpunderstand the system andthe relationships between itsparts

Systemmaintenance

engineers

Page 37: SECh56

Slide 37

Requirements document requirements Specify external system behaviour Specify implementation constraints Easy to change Serve as reference tool for maintenance Record forethought about the life cycle of the

system i.e. predict changes Characterise responses to unexpected events

Page 38: SECh56

Slide 38

IEEE Standard 830-1993

1. Introduction 1.1. Purpose 1.2. Scope 1.3. Definitions, acronyms & abbreviations 1.4. References 1.5. Overview2. Overall description 2.1. Product perspective 2.2. Product functions 2.3. User characteristics 2.4. Constraints 2.5. Assumptions and dependencies

3. Specific requirements 3.1 User Requirements 3.2 System Architecture 3.3 System Requirements 3.4 Non-Functional

Requirements

4. Legal, Copyright and Other Notices

5. System Evolution

6.Supporting info.Appendix A, ..

Page 39: SECh56

Slide 39

Key points Requirements set out what the system should do

and define constraints on its operation and implementation

Functional requirements set out services the system should provide

Non-functional requirements constrain the system being developed or the development process

User requirements are high-level statements of what the system should do

Page 40: SECh56

Slide 40

Key points User requirements should be written in natural

language, tables and diagrams System requirements are intended to communicate

the functions that the system should provide System requirements may be written in structured

natural language, a PDL or in a formal language A software requirements document is an agreed

statement of the system requirements

Page 41: SECh56

Slide 41

Ten minute Break: a puzzle

In how many ways can you distribute 8identical balls in 4 boxes ?

Page 42: SECh56

Slide 42

Solution to the puzzle: an example Mathematical modeling

In how many ways can you distribute 8identical balls in 4 boxes ? 165 ways.

A sequence of eight 0’s and three 1’s.Choose 8 places (for 0’s) out of 11.

11C8 = 11! / (8! * 3!) = 990/6=165

Page 43: SECh56

Slide 43

Feasibilitystudy

Requirementselicitation and

analysisRequirementsspecification

Requirementsvalidation

Feasibilityreport

Systemmodels

User and systemrequirements

Requirementsdocument

Ch. 6 - Requirements Engineering Processes

Page 44: SECh56

Slide 44

Feasibility studies

A feasibility study decides whether or not the proposed system is worthwhile

A short focused study that asks• What if the system wasn’t implemented?

• What are current process problems?

• How will the proposed system help?

• What will be the integration problems?

• Is new technology needed? What skills?

• What facilities must be supported by the proposed system?

Page 45: SECh56

Slide 45

6.2 Elicitation and analysis Sometimes called requirements elicitation or

requirements discovery Involves technical staff working with customers to

find out about the application domain, the services that the system should provide and the system’s operational constraints

May involve end-users, managers, engineers involved in maintenance, domain experts, trade unions, etc. These are called stakeholders

Page 46: SECh56

Slide 46

Problems of requirements analysis Stakeholders don’t know what they really want Stakeholders express requirements in their own

terms Different stakeholders may have conflicting

requirements Organisational and political factors may influence

the system requirements The requirements change during the analysis

process. New stakeholders may emerge and the business environment change

Page 47: SECh56

Slide 47

The requirements analysis process

Requirementsvalidation

Domainunderstanding

Prioritization

Requirementscollection

Conflictresolution

Classification

Requirementsdefinition andspecification

Processentry

Page 48: SECh56

Slide 48

System models Different models may be produced during the

requirements analysis activity Requirements analysis may involve three

structuring activities which result in these different models• Partitioning. Identifies the structural (part-of) relationships

between entities

• Abstraction. Identifies generalities among entities

• Projection. Identifies different ways of looking at a problem

System models covered in Chapter 7

Page 49: SECh56

Slide 49

6.3 Requirements validation Concerned with demonstrating that the

requirements define the system that the customer really wants

Requirements error costs are high so validation is very important

Fixing a requirements error after delivery may cost up to 100 times the cost of fixing an implementation error

Page 50: SECh56

Slide 50

Requirements checking Validity. Does the system provide the functions

which best support the customer’s needs? Consistency. Are there any requirements

conflicts? Completeness. Are all functions required by the

customer included? Realism. Can the requirements be implemented

given available budget and technology Verifiability. Can the requirements be checked?

Page 51: SECh56

Slide 51

Requirements validation techniques

Requirements reviews• Systematic manual analysis of the requirements

Prototyping• Using an executable model of the system to check requirements.

Covered in Chapter 8

Test-case generation• Developing tests for requirements to check testability

Automated consistency analysis• Checking the consistency of a structured requirements

description

Page 52: SECh56

Slide 52

Requirements reviews Regular reviews should be held while the

requirements definition is being formulated Both client and contractor staff should be involved

in review Review checks

• Verifiability. Is the requirement realistically testable?

• Comprehensibility. Is the requirement properly understood?

• Traceability. Is the origin of the requirement clearly stated?

• Adaptability. Can the requirement be changed without a large

impact on other requirements?

Page 53: SECh56

Slide 53

6.4 Requirements management

Requirements management is the process of managing changing requirements during the requirements engineering process and system development

Requirements are inevitably incomplete and inconsistent• New requirements emerge during the process as

business needs change and a better understanding of the system is developed

• Different viewpoints/stakeholders have different requirements and these are often contradictory

Page 54: SECh56

Slide 54

Enduring and volatile requirements Enduring requirements. Stable requirements

derived from the core activity of the customer organisation. E.g. a hospital will always have doctors, nurses, etc. May be derived from domain models

Volatile requirements. Requirements which change during development or when the system is in use. In a hospital, requirements derived from health-care policy

Page 55: SECh56

Slide 55

Classification of volatile requirements

Mutable requirements• Requirements that change due to the system’s environment

Emergent requirements• Requirements that emerge as understanding of the system

develops

Consequential requirements• Requirements that result from the introduction of the computer

system

Compatibility requirements• Requirements that depend on other systems or organisational

processes

Page 56: SECh56

Slide 56

Requirements management planning

During the requirements engineering process, you have to plan:• Requirements identification

• How requirements are individually identified

• A change management process• The process followed when analysing a requirements change

• Traceability policies• The amount of information about requirements relationships that is

maintained

• CASE tool support• The tool support required to help manage requirements change

Page 57: SECh56

Slide 57

Traceability

Traceability is concerned with the relationships between requirements, their sources and the system design

Source traceability• Links from requirements to stakeholders who proposed these

requirements

Requirements traceability• Links between dependent requirements

Design traceability• Links from the requirements to the design

Page 58: SECh56

Slide 58

A traceability matrix

Page 59: SECh56

Slide 59

CASE tool support

Requirements storage• Requirements should be managed in a secure, managed data store

Change management• The process of change management is a workflow process whose

stages can be defined and information flow between these stages partially automated

Traceability management• Automated retrieval of the links between requirements

Page 60: SECh56

Slide 60

Requirements change management

Should apply to all proposed changes to the requirements

Principal stages• Problem analysis. Discuss requirements problem and propose

change

• Change analysis and costing. Assess effects of change on other requirements

• Change implementation. Modify requirements document and other documents to reflect change

Changeimplementation

Change analysisand costing

Problem analysis andchange specification

Identifiedproblem

Revisedrequirements

Page 61: SECh56

Slide 61

2.2 Requirements elicitation and analysis …cont.

Stakeholders represent different ways of looking at a problem or problem viewpoints

This multi-perspective analysis is important as there is no single correct way to analyse system requirements

Example: ATM system Services include cash withdrawal, message

passing (send a message to request a service), ordering a statement and transferring funds

Page 62: SECh56

Slide 62

Autoteller viewpoints Bank customers Representatives of other banks Hardware and software maintenance engineers Marketing department Bank managers and counter staff Database administrators and security staff Communications engineers Personnel department

Page 63: SECh56

Slide 63

VORD process model Viewpoint identification

• Discover viewpoints and identify their services Viewpoint structuring

• Group related viewpoints into a hierarchy. Viewpoint documentation

• Refine the description of the viewpoints and services Viewpoint-system mapping

• Transform the analysis to an object-oriented design

Viewpointidentification

Viewpointstructuring

Viewpointdocumenta tion

Viewpointsystem mapping

Page 64: SECh56

Slide 64

Viewpoint identification

Querybalance

Gettransactions

Cashwithdrawal

Transactionlog

Machinesupplies

Cardreturning

Remotesoftwareupgrade

Ordercheques

Userinterface

Accountinformation

Messagelog

Softwaresize Invalid

userSystem cost Printe

r Security

Cardretention

Stolencard

Orderstatement

Remotediagnostics

ReliabilityUpdateaccount

Fundstransfer

Messagepassing

Cardvalidation

Customerdatabase

Manager

Accountholder

Foreigncustomer

Hardwaremaintenance

Bankteller

Page 65: SECh56

Slide 65

Viewpoint service information

FOREIGNCUSTOMER

Withdraw cashQuery balance

Service list

Withdraw cashQuery balanceOrder chequesSend messageTransaction listOrder statementTransfer funds

Service list

Run diagnosticsAdd cashAdd paperSend message

Service list

ACCOUNTHOLDER

BANKTELLER

Page 66: SECh56

Slide 66

Viewpoint data/control

Start transactionCancel transactionEnd transactionSelect service

Card detailsPINAmount requiredMessage

Control input Data inputACCOUNTHOLDER

Page 67: SECh56

Slide 67

Viewpoint hierarchy

EngineerManagerTellerForeign

customerAccountholder

Services

Order chequesSend messageTransaction listOrder statementTransfer funds

Customer Bank staff

All VPs

Services

Query balanceWithdraw cash

Page 68: SECh56

Slide 68

Viewpoint documentationCustomer

Account numberPINStart transactionSelect serviceCanceltransactionEnd transaction

Cash withdrawalBalance enquiry

Account holderForeigncustomer

Reference:

Attributes:

Events:

Services:

Sub-VPs:

Cash withdrawal

To improve customer serviceand reduce paperwork

Users choose this service bypressing the cash withdrawalbutton. They then enter theamount required. This isconfirmed and, if funds allow,the balance is delivered.

Customer

Deliver cash within 1 minuteof amount being confirmed

Filled in later

Reference:

Rationale:

Specification:

VPs:

Non-funct.requirements:

Provider:

Page 69: SECh56

Slide 69

Scenarios

Scenarios are descriptions of how a system is used in practice

They are helpful in requirements elicitation as people can relate to these more readily than abstract statement of what they require from a system

Scenarios are particularly useful for adding detail to an outline requirements description

Page 70: SECh56

Slide 70

Event scenario - start transaction

Validate user

Request PIN

Selectservice

Timeout

Return card

Invalid card

Return card

Stolen card

Retain card

Incorrect PIN

Re-enter PIN

Incorrect PIN

Return card

Card

PIN

Card present

Accountnumber

PIN

Accountnumber

Valid card

User OK

Page 71: SECh56

Slide 71

Use cases

Use-cases are a scenario based technique in the UML which identify the actors in an interaction and which describe the interaction itself

A set of use cases should describe all possible interactions with the system

Sequence diagrams may be used to add detail to use-cases by showing the sequence of event processing in the system

Page 72: SECh56

Slide 72

Library use-cases

Lending services

User administration

Supplier Catalog services

LibraryUser

LibraryStaff

Page 73: SECh56

Slide 73

Catalogue management

Bookshop:Supplier

Cataloguer:Library Staff

Item:Library Item

Books:Catalog

Acquire New

Catalog Item

Uncatalog Item

Dispose

Page 74: SECh56

Slide 74

Social and organisational factors Software systems are used in a social and

organisational context. This can influence or even dominate the system requirements

Social and organisational factors are not a single viewpoint but are influences on all viewpoints

Good analysts must be sensitive to these factors but currently no systematic way to tackle their analysis

Page 75: SECh56

Slide 75

Ethnography A social scientists spends a considerable time

observing and analysing how people actually work People do not have to explain or articulate their

work Social and organisational factors of importance

may be observed Ethnographic studies have shown that work is

usually richer and more complex than suggested by simple system models

Page 76: SECh56

Slide 76

Key points The requirements engineering process includes a

feasibility study, requirements elicitation and analysis, requirements specification and requirements management

Requirements analysis is iterative process involving domain understanding, requirements collection, classification, structuring, prioritisation and validation

Systems have multiple stakeholders with different requirements

Page 77: SECh56

Slide 77

Key points Requirements validation is concerned with checks

for validity, consistency, completeness, realism and verifiability

Business changes inevitably lead to changing requirements

Requirements management includes planning and change management