MODULE 1 [INCOMPLETE] Flashcards
(30 cards)
MODULE 1
Requirements Engineering
Course Learning Outccome
Evaluate software requirements and
appraise the processes involved in
discovering and documenting these
requirements.
TOPIC LEARNING OUTCOMES
- Evaluate the concepts of user and system requirements and why these requirements should be written in different ways.
- Value the differences between functional and nonfunctional software requirements.
- Appraise the main requirements engineering activities of elicitation, analysis, and validation, and the
relationships between these activities. - Weigh why requirements management is necessary and how it supports other requirements engineering activities.
Topics covered
Functional and non-functional requirements
Requirements engineering processes
Requirements elicitation
Requirements specification
Requirements validation
Requirements change
The process of establishing the services that a customer requires from a system and the constraints under which it operates and is developed.
Requirements engineering
the descriptions of the system services and constraints that are generated during the requirements engineering process.
System requirements
It may range from a high-level abstract statement of a service or of a system constraint to a detailed mathematical functional specification.
requirement
This is inevitable as requirements may serve a dual function
May be the basis for a bid for a contract - therefore must be open to interpretation;
May be the basis for the contract itself -
therefore must be defined in detail;
Both these statements may be called
requirements.
“If a company wishes to let a contract for a large software development project, it must define its needs in a sufficiently abstract way that a solution is not pre-defined. The requirements must be written so that several contractors can bid for the contract, offering, perhaps, different ways of meeting the client organization’s needs. Once a contract has been awarded, the contractor must write a system definition for the client in more detail so that the client understands and can validate what the software will do. Both of these documents may be called the requirements document for the system.”
Requirements abstraction (Davis)
Types of requirement
User requirements
System requirements
Statements in natural language plus diagrams of the services the system provides and its operational constraints. Written for customers.
User requirements
A structured document setting out detailed descriptions of the system’s functions, services and operational constraints. Defines what should be implemented so may be part of a contract between client and contractor.
System requirements
User and system requirements example
The Mentcare system shall generate monthly management reports
showing the cost of drugs prescribed by each clinic during that month.
1.1 On the last working day of each month, a summary of the drugs prescribed, their cost and the prescribing clinics shall be generated.
1.2 The system shall generate the report for printing after 17.30 on the
last working day of the month.
1.3 A report shall be created for each clinic and shall list the individual
drug names, the total number of prescriptions, the number of doses
prescribed and the total cost of the prescribed drugs.
1.4 If drugs are available in different dose units (e.g. 10mg, 20mg, etc)
separate reports shall be created for each dose unit.
1.5 Access to drug cost reports shall be restricted to authorized users as
listed on a management access control list.
Readers of different types of requirements specification
User requirements
* Client managers
* System end-users
* Client engineers
* Contractor managers
* System architects
System requirements
* System end-users
* Client engineers
* System architects
* Software developers
Any person or organization who is affected by the system in some way and so who has a legitimate interest
System stakeholders
Stakeholder types
End users
System managers
System owners
External stakeholders
Stakeholders in the Mentcare system
- Patients whose information is recorded in the system.
- Doctors who are responsible for assessing and treating patients.
- Nurses who coordinate the consultations with doctors and administer some treatments.
- Medical receptionists who manage patients’ appointments.
- IT staff who are responsible for installing and maintaining the system.
Many _ methods argue that producing detailed system requirements is a waste of time as requirements change so quickly.
Agile
The requirements document is therefore always out of date.
_ usually use incremental requirements engineering and
may express requirements as ‘user stories’.
Agile methods
This is practical for business systems but problematic for systems that require pre-delivery analysis (e.g. critical systems) or systems developed by several teams.
Stakeholders in the Mentcare system
- A medical ethics manager who must ensure that the system meets current ethical guidelines for patient care.
- Health care managers who obtain management information from the system.
- Medical records staff who are responsible for ensuring that system information can be maintained and preserved, and that record keeping procedures have been properly implemented.
Statements of services the system should provide, how the system
should react to particular inputs and how the system should behave in
particular situations.
Functional requirements
May state what the system should not do.
Constraints on the services or functions offered by the system such as timing constraints, constraints on the development process, standards,
etc.
Non-functional requirements
Often apply to the system as a whole rather than individual features or services.
Constraints on the system from the domain of operation
Domain requirements
Describe functionality or system services
Functional requirements
- Depend on the type of software, expected users and the type of system where the software is used.
- Functional user requirements may be high-level statements of what the system should do.
- Functional system requirements should describe the system services in detail.
Mentcare system: functional
requirements
- A user shall be able to search the appointments lists for all clinics.
- The system shall generate each day, for each clinic, a list of patients who are expected to attend appointments that day.
- Each staff member using the system shall be uniquely identified by his or her 8-digit employee number.