Terms, Activities and Context Flashcards

1
Q

what is RE?

A

Requirements Engineering (RE) is an iterative, systematic approach, designed for efficiency and
effectiveness, with the goal of creating explicit requirements and system specifications that are
agreed upon with all stakeholders.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Core Activities of RE

A

Core Activities:
* Collect/identify requirements (Elicitation)
* Analyze, negotiate, consolidate requirements (Analysis)
* Structure, model, document requirements (Specification)
* Check requirements for quality and validity (Validation & Verification)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is Requirements Management?

A

Requirements Management (RM) aims at an efficient and effective administration and use of
requirements throughout the entire system life cycle, including
* Archiving
* Modification based on new findings during development
* Tracking, tracing and verification of requirements:
− Impact analyses
− Support of change processes

Example: cost and risk assessment, planning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

definition of requirement

A

A requirement is:
1. a condition/capability/feature that a stakeholder demands for a product or process to solve a problem or
achieve a goal.
Most important stakeholder: The user! (Remember there are users and operators.)
2. a condition/capability/feature that a system must meet in order to fulfill a contract, standard, specification
or other formal document.
3. a documented representation of a condition/ability/property as defined in 1. or 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

two types of requirement

A

user and system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

first classification of requirements

A

Functional requirements
* Requirements that describe the behavior of the system, especially with regard to its use (including time
behavior when relevant for functionality: mp4 player)
Quality requirements
* Requirements on quality properties of the system (characteristic/quantitative properties with regard to
behavior), general conditions
Process requirements (project-specific requirements):
* Development process requirements (project plan, milestones, budget, deadlines, quality assurance, etc.)
* Implementation specifications (boundary conditions, constraints): Components or technologies to be used
Quality and process requirements are often vaguely called non-functional requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

second classification of requirements

A

Business requirements
* Describe the benefits and value that is created by this project
* Mostly very high-level
* Example: “We want to achieve data integrity for the data created by department x.“
Stakeholder requirements / User requirements
* Describe what stakeholders / users need and want to do with the system
* User requirements are used as input for deducing system requirements.
* Example: “As a user, I want to be able to restore my data if the system crashed.”
System requirements:
* Often used as input for implementation
* Example: “The system shall create backups of the data every 24 hours.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

forms and content of requirements

A

In case of requirements, we distinguish between
* their external form (“syntax”): How the requirement is described (language, text, image, formula,
model, …)
* their content (“semantics”): Which property it stipulates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is requirement artifact?

A

documented form of one (or more) requirements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

who is a stakeholder?

A

A stakeholder (in RE) is an individual/institution with interest in the project and/or the system to be
created
− e.g. user, administrator, security officer …
− and thus a potential source of requirements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is requirement source?

A

A requirement source designates the origin of a requirement, i.e. the real-world aspect, which
causes the requirement (justification)
− Stakeholders
− (old) legacy systems in operation
− Laws, regulations and standards, guidelines, …
− Literature
− More details are explained later in the course

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is requirement justification?

A

A requirement justification (rationale) explains and justifies, why a certain requirement is
demanded

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Ideal view of RE: Iterative refinement and abstraction, Top Down RE

A

Based on recorded and coordinated, generally formulated goals:
* The product must be internationally applicable
rough requirements are established, compared and documented:
* The product must be applicable in third world countries
* The product must be usable independently of the power supply
then refined, concrete requirements are obtained:
* The system must be equipped with a dynamo that generates the
necessary current; the voltage is …
and finally, a system specification is drawn up:
* A dynamo RT242pt of company D-Dyn is used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The results of RE are used in

A
  • Designing the architecture of the system
  • Implementing the functionality
  • Quality assurance and testing
  • Drafting contracts and acceptance tests
  • Project organization and management
    − the cost estimate,
    − development process
    − team composition
    − the project planning (releases, test plan etc.)
    − communication with stakeholders (customer, users, development engineers, …)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

error and correction costs

A

The earlier an error is caused and
the later an error is detected, the
more expensive is its removal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Success factor Re

A

Requirements as the linchpin for project success:
* If requirements are missing, the value of the product is reduced
* If unnecessary requirements are realized, the product becomes unnecessarily more expensive

17
Q

Different starting points for Requirements Engineering

A

Interface Engineering:
New functionality is added to an existing and functioning
system.
Usually, adapting to new technologies or new business
models.
Re-Engineering:
An existing system is entirely replaced by a new one.
Usually, this is triggered by high maintenance costs for the
old system
Greenfield Engineering:
There is no existing system for reference. Everything is
developed from scratch.