SlideShare a Scribd company logo
1 of 38
Download to read offline
TOPIC 8 QUALITY ASSURANCE
TOPIC 8
PKasyoka 1
QUALITY ASSURANCE
Introduction:
8.1 The Importance of Early Quality Assurance
• Requirements engineering is the initial part of
a software development process,
• All later steps of the development are
influenced by the requirements
PKasyoka 2
QUALITY ASSURANCE
Introduction:
8.1 The Importance of Early Quality Assurance
• Quality of the requirements an important for
the overall quality of the developed system.
• Quality assurance (QA) is an important but
elusive part of software development
PKasyoka 3
QUALITY ASSURANCE
Why it is important to detect defects as early as
possible?
• An issue that originates in the requirements
runs the risk of affecting not only other
requirements but also later phases and can
cause follow-up defects in architecture,
design, coding and testing.
PKasyoka 4
QUALITY ASSURANCE
Why it is important to detect defects as early as
possible?
PKasyoka 5
QUALITY ASSURANCE
Why it is important to detect defects as early as
possible?
• Having no intermediate QA, i.e. a quality gate
for the intermediate work products, it is most
likely that the design and implementation are
based on the wrong requirements.
PKasyoka 6
QUALITY ASSURANCE
Why it is important to detect defects as early as
possible?
• This, in consequence, leads to high rework
effort as not only the code but most often the
overall system architecture and design have to
be revised due to requirements defects.
PKasyoka 7
QUALITY ASSURANCE
Why it is important to detect defects as early as
possible?
• Opportunistic QA leads to a stressful and
costly test and maintenance phases. Issues
should be resolved in the phase of their origin
to avoid costly testing and rework.
PKasyoka 8
QUALITY ASSURANCE
Why it is important to detect defects as early as
possible?
• Requirements deficiencies are the prime
source of project failures and that over 40% of
problems in the software development cycle
result from low quality requirements
PKasyoka 9
QUALITY ASSURANCE
Why it is important to detect defects as early as
possible?
• QA techniques for requirements are one of
the most promising and cost effective
techniques
• Ensures successful development and to
prevent avoidable rework in later phases.
PKasyoka 10
QUALITY ASSURANCE
8.2 Requirements and Quality Assurance
• Quality is hard to define -complex concept,
dependent on organizational viewpoints.
• For example, do fewer defects per lines of code
equal high quality?
• Quality has a very different meaning in different
situations.
• With requirements, notion of quality often
depends on the opinions of various stakeholders.
PKasyoka 11
QUALITY ASSURANCE
8.2 Requirements and Quality Assurance
• Define what is meant by a defect in the
requirements phase.
• The terms defects, errors, faults or problems
are other words used with a similar meaning.
• Example, if two stakeholders disagree on one
aspect of a requirement, this is an issue that
should be resolved, but would usually not be
referred to as a defect in the traditional sense.
PKasyoka 12
QUALITY ASSURANCE
QUALITY OF REQUIREMENTS
Quality views
• Transcendental view:
• User view:
• Manufacturing view:
• Product view:
• Value-based view:
PKasyoka 13
QUALITY ASSURANCE
Quality Attributes for Requirements:
• Correctness-IEEE user view
• Unambiguity-IEEE product view
• Consistency-IEEE pruduct, manufacturing
• Ranked for importance-IEEE product, value
based user view
PKasyoka 14
QUALITY ASSURANCE
• Verifiability-IEEE product view
• Modifiability-IEEE product view
• Traceability-IEEE manuafacturing view
• Comprehensibility-IEEE manufacturing, user,
value-based
• Feasibility-IEEE value based, product
• Right level of detail-IEEE manufacturing, value
based
PKasyoka 15
QUALITY ASSURANCE
REQUIREMENTS QUALITY STRATEGY
PKasyoka 16
QUALITY ASSURANCE
There are five context elements relevant for QA
strategies:
1. The quality of requirements
2. The available resources
3. Risks
4. Time Schedule:
5. Organizational Aspects:
PKasyoka 17
QUALITY ASSURANCE
QUALITY ASSURANCE APPROACHES FOR
REQUIREMENTS
PKasyoka 18
QUALITY ASSURANCE
QUALITY ASSURANCE APPROACHES FOR
REQUIREMENTS
8.3 Constructive approaches:
• Mistakes are minimized during the creation of a work
product (e.g. the requirements specification).
• These approaches are called constructive as they are
applied while developing the requirements.
1) Elicitation Techniques
• During the elicitation step, requirements are captured
from various sources, such as the customer, the users,
earlier projects market studies etc.
PKasyoka 19
QUALITY ASSURANCE
QUALITY ASSURANCE APPROACHES FOR
REQUIREMENTS
8.3 Constructive approaches:
2) Specification Techniques
• The output of the specification activity is a
requirements document that captures the relevant
aspect of the system to be built (i.e. functional, non-
functional aspects, restrictions, etc.)
3) Prototyping
• A prototype is an executable version of the system
under development, though restricted in one way or
another.
PKasyoka 20
QUALITY ASSURANCE
QUALITY ASSURANCE APPROACHES FOR
REQUIREMENTS
8.4 Analytical Approaches
• The analytical quality assurance approaches
assess the requirements specification to check
whether the requirements specified in there
fulfill the quality criteria specified.
PKasyoka 21
QUALITY ASSURANCE
QUALITY ASSURANCE APPROACHES FOR
REQUIREMENTS
8.4 Analytical Approaches
1) Requirements Inspections
• Inspections are a valuable means to ensure
the quality of a software product right after its
creation.
PKasyoka 22
QUALITY ASSURANCE
QUALITY ASSURANCE APPROACHES FOR
REQUIREMENTS
8.4 Analytical Approaches
2) Requirements-Based Testing
• Test cases are usually defined and run on the
system to validate whether the system fulfills
its specification
PKasyoka 23
TOPIC 9 MODELING GOALS
PKasyoka 24
Modeling Goals and Reasoning
Introduction
• Goals have long been recognized to be an
essential component involved in the RE
process
• Typically, the current system is analyzed;
problems are pointed out and opportunities
are identified;
PKasyoka 25
Modeling Goals and Reasoning
Introduction
• high level strategic goals are elicited and
refined to address such problems and meet
such opportunities; requirements are then
elaborated to meet these goals.
• Goals are thus the driving force of the
requirements engineering process.
PKasyoka 26
Modeling Goals and Reasoning
Introduction
• Goal-driven approaches have proved to be an
effective way to elicit requirements and also to
support a systematic exploration of design
choices to check requirements completeness
• The leading role played by goals in the RE process
led to a whole stream of research on goal
modeling, goal specification/formulation and
goal-based reasoning for the multiple
aforementioned purposes.
PKasyoka 27
Modeling Goals and Reasoning
9.2 State-of-the-Art Review
RE is “concerned with :
• the identification of goals to be achieved by
the envisioned system,
• the operationalization of such goals into
services and constraints,
• and the assignment of responsibilities of
resulting requirements to agents as humans,
devices, and software”.
PKasyoka 28
Modeling Goals and Reasoning
9.2 State-of-the-Art Review
Goals drive the RE process which focuses on
goal centric activities such as:
• Goal elicitation,
• Goal modeling,
• Goal operationalization and
• Mapping goals onto software objects, events
and operations.
PKasyoka 29
Modeling Goals and Reasoning
What Are Goals?
• A goal corresponds to an objective the system should
achieve through the cooperation of agents in the
software to be and in the environment”.
• Refer to intended properties of envisioned system or of
its environment.
• Can be formulated at different levels of abstraction
ranging from high-level, e.g. strategic results that an
enterprise wants to achieve, down to low-level, e.g.
technical concerns on precise situations that a system
component should help to reach
PKasyoka 30
Modeling Goals and Reasoning
What Are Goals?
• Unlike requirements, goals are usually
achieved by the cooperation of multiple
agents.
• A goal under the responsibility of a single
agent in the software becomes a requirement.
• One important decision in the RE process is
therefore to decide which goals will be
automated and which ones will not.
PKasyoka 31
Modeling Goals and Reasoning
Discuss the roles of Goals
1) Requirements elicitation:
• Goal modeling proved to be an effective way to
elicit requirements.
2) Exploration of design choices:
• RE assumes that the envisioned system might
function and interact with its environment in
many alternative ways.
• Alternative goal refinement proved helpful in the
systematic exploration of system choices.
PKasyoka 32
Modeling Goals and Reasoning
Discuss the roles of Goals
3) Requirements completeness is a major RE issue.
• Goals provide a criterion for requirements
completeness: if the requirements are sufficient to
achieve the goal they refine.
4) Requirements traceability:
• Goals provide a means to ensure requirements pre-
traceability.
5) Requirements negotiation:
• Stakeholders provide useful and realistic viewpoints
about the system to be.
PKasyoka 33
Modeling Goals and Reasoning
What are Contributions of Goal Modeling
Approaches?
a) Modeling Goals
• Goal Taxonomies:
• Goal Links:
PKasyoka 34
Modeling Goals and Reasoning
What are Contributions of Goal Modeling
Approaches?
b) Formulating Goals:
• Goal formulation is necessary to document the
goal model and to support some form of
reasoning.
• Goal formulation can be informal, semi-formal or
formal.
• Goal statements are often texts in natural
language.
PKasyoka 35
Modeling Goals and Reasoning
What are Contributions of Goal Modeling
Approaches?
c) Reasoning with Goals:
• Eliciting Goals by Reuse:
• Eliciting Goals from Scenarios:
• Eliciting Goals by Refinement:
• Obstacle Driven Elaboration:
• Conflict Resolution:
PKasyoka 36
Modeling Goals and Reasoning
Weaknesses of Goal-Driven Approaches
1. Mitigating goal abstractness:
2. Finding the right goal:
3. Removing goal fuzziness:
4. Guiding alternative goals discovery:
PKasyoka 37
THE END
PKasyoka 38

More Related Content

Similar to TOPIC 8 Software Requirements Engineering Quality Assurance.pdf

Software development PROCESS
Software development PROCESSSoftware development PROCESS
Software development PROCESSIvano Malavolta
 
productmetrics-111021073430-phpapp01.pdf
productmetrics-111021073430-phpapp01.pdfproductmetrics-111021073430-phpapp01.pdf
productmetrics-111021073430-phpapp01.pdfSrinivasRedyySarviga
 
Introduction to software quality assurance by QuontraSolutions
Introduction to software quality assurance by QuontraSolutionsIntroduction to software quality assurance by QuontraSolutions
Introduction to software quality assurance by QuontraSolutionsQUONTRASOLUTIONS
 
SE - Lecture 7 - Software Quality Reliability Mgmt - in lecture.pptx
SE - Lecture 7 - Software Quality  Reliability Mgmt - in lecture.pptxSE - Lecture 7 - Software Quality  Reliability Mgmt - in lecture.pptx
SE - Lecture 7 - Software Quality Reliability Mgmt - in lecture.pptxTangZhiSiang
 
Software Engineering Practices and Issues.pptx
Software Engineering Practices and Issues.pptxSoftware Engineering Practices and Issues.pptx
Software Engineering Practices and Issues.pptxNikilesh8
 
Chapter 15 software product metrics
Chapter 15 software product metricsChapter 15 software product metrics
Chapter 15 software product metricsSHREEHARI WADAWADAGI
 
Software Testing Basics
Software Testing BasicsSoftware Testing Basics
Software Testing BasicsBelal Raslan
 
Software Development Life Cycle - SDLC
Software Development Life Cycle - SDLCSoftware Development Life Cycle - SDLC
Software Development Life Cycle - SDLCShwetha-BA
 
Intoduction to software engineering part 2
Intoduction to software engineering part 2Intoduction to software engineering part 2
Intoduction to software engineering part 2Rupesh Vaishnav
 
UNIT 1-IDENTIFY THE NEED FOR SOFTWARE ENGINEERING DEVELOPMENT.pptx
UNIT 1-IDENTIFY THE NEED FOR SOFTWARE ENGINEERING DEVELOPMENT.pptxUNIT 1-IDENTIFY THE NEED FOR SOFTWARE ENGINEERING DEVELOPMENT.pptx
UNIT 1-IDENTIFY THE NEED FOR SOFTWARE ENGINEERING DEVELOPMENT.pptxLeahRachael
 
SQAzXzXZXZXZsadasdawdasccascascascascasc.ppt
SQAzXzXZXZXZsadasdawdasccascascascascasc.pptSQAzXzXZXZXZsadasdawdasccascascascascasc.ppt
SQAzXzXZXZXZsadasdawdasccascascascascasc.pptMeseAK
 

Similar to TOPIC 8 Software Requirements Engineering Quality Assurance.pdf (20)

ICIECA 2014 Paper 06
ICIECA 2014 Paper 06ICIECA 2014 Paper 06
ICIECA 2014 Paper 06
 
Software development PROCESS
Software development PROCESSSoftware development PROCESS
Software development PROCESS
 
productmetrics-111021073430-phpapp01.pdf
productmetrics-111021073430-phpapp01.pdfproductmetrics-111021073430-phpapp01.pdf
productmetrics-111021073430-phpapp01.pdf
 
Introduction to software quality assurance by QuontraSolutions
Introduction to software quality assurance by QuontraSolutionsIntroduction to software quality assurance by QuontraSolutions
Introduction to software quality assurance by QuontraSolutions
 
SE - Lecture 7 - Software Quality Reliability Mgmt - in lecture.pptx
SE - Lecture 7 - Software Quality  Reliability Mgmt - in lecture.pptxSE - Lecture 7 - Software Quality  Reliability Mgmt - in lecture.pptx
SE - Lecture 7 - Software Quality Reliability Mgmt - in lecture.pptx
 
SQA.ppt
SQA.pptSQA.ppt
SQA.ppt
 
Software Engineering Practices and Issues.pptx
Software Engineering Practices and Issues.pptxSoftware Engineering Practices and Issues.pptx
Software Engineering Practices and Issues.pptx
 
Chapter 15 software product metrics
Chapter 15 software product metricsChapter 15 software product metrics
Chapter 15 software product metrics
 
Software Testing Basics
Software Testing BasicsSoftware Testing Basics
Software Testing Basics
 
Software Development Life Cycle - SDLC
Software Development Life Cycle - SDLCSoftware Development Life Cycle - SDLC
Software Development Life Cycle - SDLC
 
Intoduction to software engineering part 2
Intoduction to software engineering part 2Intoduction to software engineering part 2
Intoduction to software engineering part 2
 
UNIT 1-IDENTIFY THE NEED FOR SOFTWARE ENGINEERING DEVELOPMENT.pptx
UNIT 1-IDENTIFY THE NEED FOR SOFTWARE ENGINEERING DEVELOPMENT.pptxUNIT 1-IDENTIFY THE NEED FOR SOFTWARE ENGINEERING DEVELOPMENT.pptx
UNIT 1-IDENTIFY THE NEED FOR SOFTWARE ENGINEERING DEVELOPMENT.pptx
 
Week_02.pptx
Week_02.pptxWeek_02.pptx
Week_02.pptx
 
SE notes by k. adisesha
SE notes by k. adiseshaSE notes by k. adisesha
SE notes by k. adisesha
 
SQA.ppt
SQA.pptSQA.ppt
SQA.ppt
 
SQAzXzXZXZXZsadasdawdasccascascascascasc.ppt
SQAzXzXZXZXZsadasdawdasccascascascascasc.pptSQAzXzXZXZXZsadasdawdasccascascascascasc.ppt
SQAzXzXZXZXZsadasdawdasccascascascascasc.ppt
 
Requirement Engineering
Requirement EngineeringRequirement Engineering
Requirement Engineering
 
Requirements engineering
Requirements engineeringRequirements engineering
Requirements engineering
 
Prativa biswas
Prativa biswasPrativa biswas
Prativa biswas
 
Prativa biswas
Prativa biswasPrativa biswas
Prativa biswas
 

Recently uploaded

Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 

Recently uploaded (20)

Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 

TOPIC 8 Software Requirements Engineering Quality Assurance.pdf

  • 1. TOPIC 8 QUALITY ASSURANCE TOPIC 8 PKasyoka 1
  • 2. QUALITY ASSURANCE Introduction: 8.1 The Importance of Early Quality Assurance • Requirements engineering is the initial part of a software development process, • All later steps of the development are influenced by the requirements PKasyoka 2
  • 3. QUALITY ASSURANCE Introduction: 8.1 The Importance of Early Quality Assurance • Quality of the requirements an important for the overall quality of the developed system. • Quality assurance (QA) is an important but elusive part of software development PKasyoka 3
  • 4. QUALITY ASSURANCE Why it is important to detect defects as early as possible? • An issue that originates in the requirements runs the risk of affecting not only other requirements but also later phases and can cause follow-up defects in architecture, design, coding and testing. PKasyoka 4
  • 5. QUALITY ASSURANCE Why it is important to detect defects as early as possible? PKasyoka 5
  • 6. QUALITY ASSURANCE Why it is important to detect defects as early as possible? • Having no intermediate QA, i.e. a quality gate for the intermediate work products, it is most likely that the design and implementation are based on the wrong requirements. PKasyoka 6
  • 7. QUALITY ASSURANCE Why it is important to detect defects as early as possible? • This, in consequence, leads to high rework effort as not only the code but most often the overall system architecture and design have to be revised due to requirements defects. PKasyoka 7
  • 8. QUALITY ASSURANCE Why it is important to detect defects as early as possible? • Opportunistic QA leads to a stressful and costly test and maintenance phases. Issues should be resolved in the phase of their origin to avoid costly testing and rework. PKasyoka 8
  • 9. QUALITY ASSURANCE Why it is important to detect defects as early as possible? • Requirements deficiencies are the prime source of project failures and that over 40% of problems in the software development cycle result from low quality requirements PKasyoka 9
  • 10. QUALITY ASSURANCE Why it is important to detect defects as early as possible? • QA techniques for requirements are one of the most promising and cost effective techniques • Ensures successful development and to prevent avoidable rework in later phases. PKasyoka 10
  • 11. QUALITY ASSURANCE 8.2 Requirements and Quality Assurance • Quality is hard to define -complex concept, dependent on organizational viewpoints. • For example, do fewer defects per lines of code equal high quality? • Quality has a very different meaning in different situations. • With requirements, notion of quality often depends on the opinions of various stakeholders. PKasyoka 11
  • 12. QUALITY ASSURANCE 8.2 Requirements and Quality Assurance • Define what is meant by a defect in the requirements phase. • The terms defects, errors, faults or problems are other words used with a similar meaning. • Example, if two stakeholders disagree on one aspect of a requirement, this is an issue that should be resolved, but would usually not be referred to as a defect in the traditional sense. PKasyoka 12
  • 13. QUALITY ASSURANCE QUALITY OF REQUIREMENTS Quality views • Transcendental view: • User view: • Manufacturing view: • Product view: • Value-based view: PKasyoka 13
  • 14. QUALITY ASSURANCE Quality Attributes for Requirements: • Correctness-IEEE user view • Unambiguity-IEEE product view • Consistency-IEEE pruduct, manufacturing • Ranked for importance-IEEE product, value based user view PKasyoka 14
  • 15. QUALITY ASSURANCE • Verifiability-IEEE product view • Modifiability-IEEE product view • Traceability-IEEE manuafacturing view • Comprehensibility-IEEE manufacturing, user, value-based • Feasibility-IEEE value based, product • Right level of detail-IEEE manufacturing, value based PKasyoka 15
  • 17. QUALITY ASSURANCE There are five context elements relevant for QA strategies: 1. The quality of requirements 2. The available resources 3. Risks 4. Time Schedule: 5. Organizational Aspects: PKasyoka 17
  • 18. QUALITY ASSURANCE QUALITY ASSURANCE APPROACHES FOR REQUIREMENTS PKasyoka 18
  • 19. QUALITY ASSURANCE QUALITY ASSURANCE APPROACHES FOR REQUIREMENTS 8.3 Constructive approaches: • Mistakes are minimized during the creation of a work product (e.g. the requirements specification). • These approaches are called constructive as they are applied while developing the requirements. 1) Elicitation Techniques • During the elicitation step, requirements are captured from various sources, such as the customer, the users, earlier projects market studies etc. PKasyoka 19
  • 20. QUALITY ASSURANCE QUALITY ASSURANCE APPROACHES FOR REQUIREMENTS 8.3 Constructive approaches: 2) Specification Techniques • The output of the specification activity is a requirements document that captures the relevant aspect of the system to be built (i.e. functional, non- functional aspects, restrictions, etc.) 3) Prototyping • A prototype is an executable version of the system under development, though restricted in one way or another. PKasyoka 20
  • 21. QUALITY ASSURANCE QUALITY ASSURANCE APPROACHES FOR REQUIREMENTS 8.4 Analytical Approaches • The analytical quality assurance approaches assess the requirements specification to check whether the requirements specified in there fulfill the quality criteria specified. PKasyoka 21
  • 22. QUALITY ASSURANCE QUALITY ASSURANCE APPROACHES FOR REQUIREMENTS 8.4 Analytical Approaches 1) Requirements Inspections • Inspections are a valuable means to ensure the quality of a software product right after its creation. PKasyoka 22
  • 23. QUALITY ASSURANCE QUALITY ASSURANCE APPROACHES FOR REQUIREMENTS 8.4 Analytical Approaches 2) Requirements-Based Testing • Test cases are usually defined and run on the system to validate whether the system fulfills its specification PKasyoka 23
  • 24. TOPIC 9 MODELING GOALS PKasyoka 24
  • 25. Modeling Goals and Reasoning Introduction • Goals have long been recognized to be an essential component involved in the RE process • Typically, the current system is analyzed; problems are pointed out and opportunities are identified; PKasyoka 25
  • 26. Modeling Goals and Reasoning Introduction • high level strategic goals are elicited and refined to address such problems and meet such opportunities; requirements are then elaborated to meet these goals. • Goals are thus the driving force of the requirements engineering process. PKasyoka 26
  • 27. Modeling Goals and Reasoning Introduction • Goal-driven approaches have proved to be an effective way to elicit requirements and also to support a systematic exploration of design choices to check requirements completeness • The leading role played by goals in the RE process led to a whole stream of research on goal modeling, goal specification/formulation and goal-based reasoning for the multiple aforementioned purposes. PKasyoka 27
  • 28. Modeling Goals and Reasoning 9.2 State-of-the-Art Review RE is “concerned with : • the identification of goals to be achieved by the envisioned system, • the operationalization of such goals into services and constraints, • and the assignment of responsibilities of resulting requirements to agents as humans, devices, and software”. PKasyoka 28
  • 29. Modeling Goals and Reasoning 9.2 State-of-the-Art Review Goals drive the RE process which focuses on goal centric activities such as: • Goal elicitation, • Goal modeling, • Goal operationalization and • Mapping goals onto software objects, events and operations. PKasyoka 29
  • 30. Modeling Goals and Reasoning What Are Goals? • A goal corresponds to an objective the system should achieve through the cooperation of agents in the software to be and in the environment”. • Refer to intended properties of envisioned system or of its environment. • Can be formulated at different levels of abstraction ranging from high-level, e.g. strategic results that an enterprise wants to achieve, down to low-level, e.g. technical concerns on precise situations that a system component should help to reach PKasyoka 30
  • 31. Modeling Goals and Reasoning What Are Goals? • Unlike requirements, goals are usually achieved by the cooperation of multiple agents. • A goal under the responsibility of a single agent in the software becomes a requirement. • One important decision in the RE process is therefore to decide which goals will be automated and which ones will not. PKasyoka 31
  • 32. Modeling Goals and Reasoning Discuss the roles of Goals 1) Requirements elicitation: • Goal modeling proved to be an effective way to elicit requirements. 2) Exploration of design choices: • RE assumes that the envisioned system might function and interact with its environment in many alternative ways. • Alternative goal refinement proved helpful in the systematic exploration of system choices. PKasyoka 32
  • 33. Modeling Goals and Reasoning Discuss the roles of Goals 3) Requirements completeness is a major RE issue. • Goals provide a criterion for requirements completeness: if the requirements are sufficient to achieve the goal they refine. 4) Requirements traceability: • Goals provide a means to ensure requirements pre- traceability. 5) Requirements negotiation: • Stakeholders provide useful and realistic viewpoints about the system to be. PKasyoka 33
  • 34. Modeling Goals and Reasoning What are Contributions of Goal Modeling Approaches? a) Modeling Goals • Goal Taxonomies: • Goal Links: PKasyoka 34
  • 35. Modeling Goals and Reasoning What are Contributions of Goal Modeling Approaches? b) Formulating Goals: • Goal formulation is necessary to document the goal model and to support some form of reasoning. • Goal formulation can be informal, semi-formal or formal. • Goal statements are often texts in natural language. PKasyoka 35
  • 36. Modeling Goals and Reasoning What are Contributions of Goal Modeling Approaches? c) Reasoning with Goals: • Eliciting Goals by Reuse: • Eliciting Goals from Scenarios: • Eliciting Goals by Refinement: • Obstacle Driven Elaboration: • Conflict Resolution: PKasyoka 36
  • 37. Modeling Goals and Reasoning Weaknesses of Goal-Driven Approaches 1. Mitigating goal abstractness: 2. Finding the right goal: 3. Removing goal fuzziness: 4. Guiding alternative goals discovery: PKasyoka 37