SlideShare a Scribd company logo
RReeqquuiirreemmeenntt EEnnggiinneeeerriinngg 
PPrreeeettii MMiisshhrraa 
CCoouurrssee IInnssttrruuccttoorr
Why good Specs are Essential: 
• It is VERY expensive to fix problems late in the 
process. It is very cheap to rewrite or clarify a 
written spec. 
• What costs $1 to fix at ReqGathering 
– $5 in the design stage 
– $10 in the coding stage 
– $20 in the unit testing phase 
– $200 after delivery 4
5 
The Problems with our 
Requirements Practices 
• We have trouble understanding the requirements that we do 
acquire from the customer 
• We often record requirements in a disorganized manner 
• We spend far too little time verifying what we do record 
• We allow change to control us, rather than establishing 
mechanisms to control change 
• Most importantly, we fail to establish a solid foundation for 
the system or software that the user wants built
TTyyppeess ooff RReeqquuiirreemmeennttss 
• Functional 
– ex - it must email the sales manager when an inventory 
item is "low" 
• Non-Functional 
– ex - it must require less than one hour to run report 
#5 
• Explicit 
– ex – required features 
• Implied 
– ex – software quality 
• Forgotten 
– ex – exists in current process 
• Unimagined 7
RReeqquuiirreemmeennttss ooff 
RReeqquuiirreemmeennttss 
• Clear 
• Measurable 
• Feasible 
• Necessary 
• Prioritized 
• Concise 
8
Why Req Eng is Difficult 
9
10 
A Solution: Requirements 
Engineering 
• Begins during the communication activity and continues into the 
modeling activity 
• Builds a bridge from the system requirements into software 
design and construction 
• Allows the requirements engineer to examine 
– the context of the software work to be performed 
– the specific needs that design and construction must address 
– the priorities that guide the order in which work is to be completed 
– the information, function, and behavior that will have a profound 
impact on the resultant design
Requirement Engineering 
– RE helps software engineer to better 
understand the problem they will work 
to solve 
– Participant : Software Engineers, 
managers, customers and end users 
– RE is a software engineering action that 
begin during the communication activity 
and continues into the modeling activity
RE Provides the appropriate mechanism for 
• Understanding what the customer want 
• Analyzing need 
• Assessing feasibility 
• Negotiating a reasonable solution 
• Specifying a solution unambiguously 
• Validating the specification 
• Managing the requirement as they are 
transformed into an operational system
13 
Requirements Engineering 
Tasks 
• Seven distinct tasks 
– Inception 
– Elicitation 
– Elaboration 
– Negotiation 
– Specification 
– Validation 
– Requirements Management 
• Some of these tasks may occur in parallel and all are 
adapted to the needs of the project 
• All strive to define what the customer wants 
• All serve to establish a solid foundation for the design and 
construction of the software
14 
Validation 
Requirements 
Management 
Inception 
Elicitation 
Elaboration 
Negotiation 
Specification
Requirement Engineering Tasks 
• Inception—Establish a basic understanding of the problem and 
the nature of the solution. 
• Elicitation—Draw out the requirements from stakeholders. 
• Elaboration—Create an analysis model that represents 
information, functional, and behavioral aspects of the 
requirements. 
• Negotiation—Agree on a deliverable system that is realistic for 
developers and customers. 
• Specification—Describe the requirements formally or informally. 
• Validation—Review the requirement specification for errors, 
ambiguities, omissions, and conflicts. 
• Requirements management—Manage changing requirements.
16 
Inception Task 
• During inception, the requirements engineer asks a set of 
questions to establish… 
– A basic understanding of the problem 
– The people who want a solution 
– The nature of the solution that is desired 
– The effectiveness of preliminary communication and collaboration 
between the customer and the developer 
• Through these questions, the requirements engineer needs to… 
– Identify the stakeholders 
– Recognize multiple viewpoints 
– Work toward collaboration 
– Break the ice and initiate the communication
17 
The First Set of Questions 
These questions focus on the customer, other stakeholders, the 
overall goals, and the benefits 
• Who is behind the request for this work? 
• Who will use the solution? 
• What will be the economic benefit of a successful 
solution? 
• Is there another source for the solution that you need?
18 
The Next Set of Questions 
These questions enable the requirements engineer to gain a 
better understanding of the problem and allow the customer to 
voice his or her perceptions about a solution 
• How would you characterize "good" output that would be 
generated by a successful solution? 
• What problem(s) will this solution address? 
• Can you show me (or describe) the business environment in 
which the solution will be used? 
• Will special performance issues or constraints affect the 
way the solution is approached?
19 
The Final Set of Questions 
These questions focus on the effectiveness of the 
communication activity itself 
• Are you the right person to answer these questions? Are 
your answers "official"? 
• Are my questions relevant to the problem that you have? 
• Am I asking too many questions? 
• Can anyone else provide additional information? 
• Should I be asking you anything else?
Elicitation 
• It certainly simple enough, but… 
• Why difficult 
– Problem of Scope 
• The boundary of the system is ill-defined 
– Problem of Understanding 
• The customer/users are not completely sure of what is needed 
– Problem of volatility 
• The requirement change over time 
• To help overcame these problem, requirement engineers 
,must approach the requirement gathering activity in an 
organized manner
Elicitation Process Guideline 
– meetings are conducted and attended by both 
software engineers and customers 
– rules for preparation and participation are 
established 
– an agenda is suggested 
– a "facilitator" (can be a customer, a developer, or 
an outsider) controls the meeting 
– a "definition mechanism" (can be work sheets, flip 
charts, or wall stickers or an electronic bulletin 
board, chat room or virtual forum) is used 
– the goal is 
• to identify the problem 
• propose elements of the solution 
• negotiate different approaches, and 
• specify a preliminary set of solution requirements
Elaboration 
• Expand requirement into analysis model 
• Elements of the analysis model 
– Scenario-based elements 
• Functional—processing narratives for software 
functions 
• Use-case—descriptions of the interaction 
between an “actor” and the system 
– Class-based elements 
• Implied by scenarios 
– Behavioral elements 
• State diagram 
– Flow-oriented elements 
• Data flow diagram
Negotiation 
• Agree on a deliverable system that is realistic 
for developers and customers 
• SW team & other project stakeholders negotiate 
the priority, availability, and cost of each 
requirement 
• The Process are : 
– Identify the key stakeholders 
• These are the people who will be involved in the negotiation 
– Determine each of the stakeholders “win conditions” 
• Win conditions are not always obvious 
– Negotiate 
• Work toward a set of requirements that lead to “win-win”
26 
The Art of Negotiation 
• Recognize that it is not competition 
• Map out a strategy 
• Listen actively 
• Focus on the other party’s interests 
• Don’t let it get personal 
• Be creative 
• Be ready to commit
Specification 
• Final work product produced by requirement 
engineer. 
• Can be any one (or more) of the following: 
– A written document 
– A set of models 
– A formal mathematical 
– A collection of user scenarios (use-cases) 
– A prototype
Technically Speaking, 
"requirement" ≠ "specification" 
• Requirement – understanding 
between customer and supplier 
• Specification – what the software 
must do 
• Requirements that are not in the 
SRS 
– Costs 
– Delivery dates 
– Acceptance procedures 
– etc 
29
Validation 
examine the specification to ensure that SW requirement is 
not ambiguous, consistent, error free etc 
A review mechanism that looks for 
• errors in content or interpretation 
• areas where clarification may be required 
• missing information 
• inconsistencies (a major problem when large products or systems 
are engineered) 
• conflicting or unrealistic (unachievable) requirements.
Validation Vs. Verification 
• Validation: “Am I building the right product?” 
checking a work product against higher-level work 
products or authorities that frame this particular 
product. 
– Requirements are validated by stakeholders 
• Verification: “Am I building the product right?” 
checking a work product against some standards 
and conditions imposed on this type of product 
and the process of its development. 
– Requirements are verified by the analysts mainly
Validation Cont’d 
• A review of the analysis model addresses the 
following question : 
– Is each requirement consistent with the overall 
objective for the system/product? 
– Have all requirements been specified at the proper level 
of abstraction? That is, do some requirements provide a 
level of technical detail that is inappropriate at this 
stage? 
– Is the requirement really necessary or does it represent 
an add-on feature that may not be essential to the 
objective of the system? 
– Is each requirement bounded and unambiguous? 
– Does each requirement have attribution? That is, is a 
source (generally, a specific individual) noted for each 
requirement? 
– Do any requirements conflict with other requirements?
33 
Summary 
Validation 
Requirements 
Management 
Inception 
Elicitation 
Elaboration 
Negotiation 
Specification 

The problems is not that there are problems. 
The problem is expecting otherwise and 
thinking that having problems is a problem 
Theodore Rubin
Need to focus 
Moving in the wrong direction at a fast 
pace is still moving in the wrong direction. 
Right 
Wr ong
Quality Function 
Deployment 
QFD
Information on QFD…. 
• Developed in Japan in the mid 1970s 
• Introduced in USA in the late 1980s 
• Toyota was able to reduce 60% of cost 
to bring a new car model to market 
• Toyota decreased 1/3 of its 
development time 
• Used in cross functional teams 
• Companies feel it increased customer 
satisfaction
Why….? 
• Product should be designed to reflect 
customers’ desires and tastes. 
• House of Quality is a kind of a conceptual 
map that provides the means for 
interfunctional planning and communications 
• To understand what customers mean by 
quality and how to achieve it from an 
engineering perspective. 
• HQ is a tool to focus the product 
development process
Important points 
• Should be employed at the beginning of every 
project (original or redesign) 
• Customer requirements should be translated into 
measurable design targets 
• It can be applied to the entire problem or any 
subproblem 
• First worry about what needs to be designed then 
how 
• It takes time to complete
Components of 
House of Quality 
Customer 
Evaluation 
Units 
Targets 
This Product 
This Product 
Who 
Whats 
Who vs. 
Whats 
Hows vs 
Hows 
Hows 
Whats vs 
Hows 
Now 
Now vs 
What 
How Muches 
Hows vs 
How 
Muches
Step 1: Who are the 
customers? 
• To “Listen to the voice of the customer” 
first need to identify the customer 
• In most cases there are more than one 
customer 
– consumer 
– regulatory agencies 
– manufacturing 
– marketing/Sales 
Customer 
Evaluation 
Units 
Targets 
This Product 
This Product 
Who 
Whats 
Who vs. 
Whats 
Hows vs 
Hows 
Hows 
Whats vs 
Hows 
Now 
Now vs 
What 
How Muches 
Hows vs 
How 
Muches 
Customers drive the development of 
Customers drive the development of 
the product, not the designer 
the product, not the designer
Step 2: Determine the 
customers’ requirements 
• Need to determine what is to 
be designed 
• Consumer 
– product works as it should 
– lasts a long time 
– is easy to maintain 
– looks attractive 
– incorporated latest technology 
– has many features 
Customer 
Evaluation 
Units 
Targets 
This Product 
This Product 
Who 
Whats 
Who vs. 
Whats 
Hows vs 
Hows 
Hows 
Whats vs 
Hows 
Now 
Now vs 
What 
How Muches 
Hows vs 
How 
Muches 
List all the demanded 
qualities at the same level 
of abstraction
Step 2: cont... 
• Manufacturing 
– easy to produce 
– uses available resources 
– uses standard components and methods 
– minimum waste 
• Marketing/Sales 
– Meets customer requirements 
– Easy to package, store, and transport 
– is suitable for display
Kano Model 
Basic Quality: These requirements are 
not usually mentioned by customers. 
These are mentioned only when they are 
Excitement 
absent from the product. 
Performance Quality: provides an 
Satisfiers 
increase in satisfaction as performance 
improves 
Excitement Quality or “wow requirements”: are often 
unspoken, possibly because we are seldom asked to 
express our dreams. Creation of some excitement features 
in a design differentiates the product from competition. 
Delighted 
Performance 
Basic 
Fully 
implemented 
Absent 
Customer Satisfaction 
+ 
- 
Disgusted
Types of customer 
requirements 
• Functional requirements describe the product’s 
desired behavior 
• Human factors 
• Physical requirements 
• Reliability 
• Life-cycle concerns 
• Resource concerns 
• Manufacturing requirements
How to determine 
the Whats? 
• Customer survey (have to formulate the 
questions very carefully) 
• If redesign, observe customers using 
existing products 
• Combine both or one of the approaches 
with designer knowledge/experience to 
determine “the customers’ voice”
Step 3: Determine Relative 
Importance of the Requirements: 
Who vs. What 
• Need to evaluate the importance of 
each of the customer’s requirements. 
– Generate weighing factor for each 
requirement by rank ordering or other 
methods Customer 
Evaluation 
Units 
Targets 
This Product 
This Product 
Who 
Whats 
Who vs. 
Whats 
Hows vs 
Hows 
Hows 
Whats vs 
Hows 
Now 
Now vs 
What 
How Muches 
Hows vs 
How 
Muches
Rank Ordering 
• Order the identified customer requirements 
• Assign “1” to the requirement with the lowest 
priority and then increase as the requirements 
have higher priority. 
• Sum all the numbers 
• The normalized weight 
Rank/Sum 
• The percent weight is: Rank*100/Sum
Step 4: Identify and Evaluate the 
Competition: How satisfied is the customer 
now? 
• The goal is to determine how the customer perceives 
the competition’s ability to meet each of the 
requirements 
– it creates an awareness of what already exists 
– it reveals opportunities to improve on what already exists 
The design: 
1. does not meet the requirement at all 
2. meets the requirement slightly 
3. meets the requirement somewhat 
4. meets the requirement mostly 
5. fulfills the requirement completely 
Customer 
Evaluation 
Units 
Targets 
This Product 
This Product 
Who 
Whats 
Who vs. 
Whats 
Hows vs 
Hows 
Hows 
Whats vs 
Hows 
Now 
Now vs 
What 
How Muches 
Hows vs 
How 
Muches
Step 5: Generate Engineering 
Specifications: How will the 
customers’ requirements be met? 
• The goal is to develop a set of engineering 
specifications from the customers’ requirements. 
Restatement of the design problem and customer requirements in 
terms of parameters that can be measured. 
Each customer requirement should have at 
least one engineering parameter. 
Customer 
Evaluation 
Units 
Targets 
This Product 
This Product 
Who 
Whats 
Who vs. 
Whats 
Hows vs 
Hows 
Hows 
Whats vs 
Hows 
Now 
Now vs 
What 
How Muches 
Hows vs 
How 
Muches
Step 6: Relate Customers’ 
requirements to Engineering 
Specifications: Hows measure Whats? 
• This is the center portion of the house. Each cell 
represents how an engineering parameter relates 
to a customers’ requirements. 
Customer 
Evaluation 
Units 
Targets 
This Product 
This Product 
Who 
Whats 
Who vs. 
Whats 
Hows vs 
Hows 
Hows 
Whats vs 
Hows 
Now 
Now vs 
What 
How Muches 
Hows vs 
How 
Muches 
9 = Strong Relationship 
3 = Medium Relationship 
1 = Weak Relationship 
Blank = No Relationship at all
Step 7: Identify Relationships Between 
Engineering Requirements: How are the 
Hows Dependent on each other? 
• Engineering specifications maybe 
dependent on each other. 
Customer 
Evaluation 
Units 
Targets 
This Product 
This Product 
Who 
Whats 
Who vs. 
Whats 
Hows vs 
Hows 
Hows 
Whats vs 
Hows 
Now 
Now vs 
What 
How Muches 
Hows vs 
How 
Muches 
9 = Strong Relationship 
3 = Medium Relationship 
1 = Weak Relationship 
-1 = Weak Negative Relationship 
-3 = Medium Negative Relationship 
-9 = Strong Negative Relationship 
Blank = No Relationship at all
Step 8: Set Engineering Targets: 
How much is good enough? 
• Determine target value for 
each engineering requirement. 
– Evaluate competition products 
to engineering requirements 
– Look at set customer targets 
– Use the above two information 
to set targets 
Customer 
Evaluation 
Units 
Targets 
This Product 
This Product 
Targets 
Who 
Whats 
Who vs. 
Whats 
Hows vs 
Hows 
Hows 
Whats vs 
Hows 
Now 
Now vs 
What 
How Muches 
Hows vs 
How 
Muches

More Related Content

What's hot

Software Requirements in Software Engineering SE5
Software Requirements in Software Engineering SE5Software Requirements in Software Engineering SE5
Software Requirements in Software Engineering SE5koolkampus
 
2- THE CHANGING NATURE OF SOFTWARE.pdf
2- THE CHANGING NATURE OF SOFTWARE.pdf2- THE CHANGING NATURE OF SOFTWARE.pdf
2- THE CHANGING NATURE OF SOFTWARE.pdf
bcanawakadalcollege
 
Requirement Elicitation Techniques
Requirement Elicitation TechniquesRequirement Elicitation Techniques
Requirement Elicitation Techniques
Shwetha-BA
 
Requirement Engineering
Requirement EngineeringRequirement Engineering
Requirement Engineering
University of Haripur
 
Chapter 13 software testing strategies
Chapter 13 software testing strategiesChapter 13 software testing strategies
Chapter 13 software testing strategies
SHREEHARI WADAWADAGI
 
Software Architecture Styles
Software Architecture StylesSoftware Architecture Styles
Software Architecture Styles
Henry Muccini
 
Requirement analysis and specification
Requirement analysis and specificationRequirement analysis and specification
Requirement analysis and specification
M.E. at GTU- PG School
 
Design Concept software engineering
Design Concept software engineeringDesign Concept software engineering
Design Concept software engineering
Darshit Metaliya
 
Social and cultural issues in requirements engineering
Social and cultural issues in requirements engineeringSocial and cultural issues in requirements engineering
Social and cultural issues in requirements engineering
Imran Hussain Khan
 
SRS(software requirement specification)
SRS(software requirement specification)SRS(software requirement specification)
SRS(software requirement specification)
Akash Kumar Dhameja
 
Requirements elicitation
Requirements elicitationRequirements elicitation
Requirements elicitation
Syed Zaid Irshad
 
Chapter 01 software engineering pressman
Chapter 01  software engineering pressmanChapter 01  software engineering pressman
Chapter 01 software engineering pressman
RohitGoyal183
 
Software Engineering unit 3
Software Engineering unit 3Software Engineering unit 3
Software Engineering unit 3
Abhimanyu Mishra
 
Requirement Engineering
Requirement EngineeringRequirement Engineering
Requirement EngineeringSlideshare
 
Software requirement and specification
Software requirement and specificationSoftware requirement and specification
Software requirement and specification
Aman Adhikari
 
Software quality assurance
Software quality assuranceSoftware quality assurance
Software quality assurance
Aman Adhikari
 
System testing
System testingSystem testing
System testing
Sifat Hossain
 
Requirement engineering evaluation
Requirement engineering evaluationRequirement engineering evaluation
Requirement engineering evaluationIshraq Al Fataftah
 
Software Verification & Validation
Software Verification & ValidationSoftware Verification & Validation
Software Verification & Validation
university of education,Lahore
 
Project scheduling and tracking
Project scheduling and trackingProject scheduling and tracking
Project scheduling and tracking
Computer_ at_home
 

What's hot (20)

Software Requirements in Software Engineering SE5
Software Requirements in Software Engineering SE5Software Requirements in Software Engineering SE5
Software Requirements in Software Engineering SE5
 
2- THE CHANGING NATURE OF SOFTWARE.pdf
2- THE CHANGING NATURE OF SOFTWARE.pdf2- THE CHANGING NATURE OF SOFTWARE.pdf
2- THE CHANGING NATURE OF SOFTWARE.pdf
 
Requirement Elicitation Techniques
Requirement Elicitation TechniquesRequirement Elicitation Techniques
Requirement Elicitation Techniques
 
Requirement Engineering
Requirement EngineeringRequirement Engineering
Requirement Engineering
 
Chapter 13 software testing strategies
Chapter 13 software testing strategiesChapter 13 software testing strategies
Chapter 13 software testing strategies
 
Software Architecture Styles
Software Architecture StylesSoftware Architecture Styles
Software Architecture Styles
 
Requirement analysis and specification
Requirement analysis and specificationRequirement analysis and specification
Requirement analysis and specification
 
Design Concept software engineering
Design Concept software engineeringDesign Concept software engineering
Design Concept software engineering
 
Social and cultural issues in requirements engineering
Social and cultural issues in requirements engineeringSocial and cultural issues in requirements engineering
Social and cultural issues in requirements engineering
 
SRS(software requirement specification)
SRS(software requirement specification)SRS(software requirement specification)
SRS(software requirement specification)
 
Requirements elicitation
Requirements elicitationRequirements elicitation
Requirements elicitation
 
Chapter 01 software engineering pressman
Chapter 01  software engineering pressmanChapter 01  software engineering pressman
Chapter 01 software engineering pressman
 
Software Engineering unit 3
Software Engineering unit 3Software Engineering unit 3
Software Engineering unit 3
 
Requirement Engineering
Requirement EngineeringRequirement Engineering
Requirement Engineering
 
Software requirement and specification
Software requirement and specificationSoftware requirement and specification
Software requirement and specification
 
Software quality assurance
Software quality assuranceSoftware quality assurance
Software quality assurance
 
System testing
System testingSystem testing
System testing
 
Requirement engineering evaluation
Requirement engineering evaluationRequirement engineering evaluation
Requirement engineering evaluation
 
Software Verification & Validation
Software Verification & ValidationSoftware Verification & Validation
Software Verification & Validation
 
Project scheduling and tracking
Project scheduling and trackingProject scheduling and tracking
Project scheduling and tracking
 

Viewers also liked

Requirements Engineering Process
Requirements Engineering ProcessRequirements Engineering Process
Requirements Engineering ProcessJomel Penalba
 
Requirements Engineering
Requirements EngineeringRequirements Engineering
Requirements Engineering
Benoy Ramachandran
 
Requirement engineering process
Requirement engineering processRequirement engineering process
Requirement engineering process
Dr. Loganathan R
 
Requirement Engineering Lec.1 & 2 & 3
Requirement Engineering Lec.1 & 2 & 3Requirement Engineering Lec.1 & 2 & 3
Requirement Engineering Lec.1 & 2 & 3
Ahmed Alageed
 
CHAPTER 6 REQUIREMENTS MODELING: SCENARIO based Model , Class based moddel
CHAPTER 6 REQUIREMENTS MODELING: SCENARIO based Model , Class based moddelCHAPTER 6 REQUIREMENTS MODELING: SCENARIO based Model , Class based moddel
CHAPTER 6 REQUIREMENTS MODELING: SCENARIO based Model , Class based moddel
mohamed khalaf alla mohamedain
 
Requirements Engineering (CS 5032 2012)
Requirements Engineering (CS 5032 2012)Requirements Engineering (CS 5032 2012)
Requirements Engineering (CS 5032 2012)
Ian Sommerville
 
Software Requirement Elicitation Techniques http://www.imran.xyz
Software Requirement Elicitation Techniques http://www.imran.xyzSoftware Requirement Elicitation Techniques http://www.imran.xyz
Software Requirement Elicitation Techniques http://www.imran.xyz
Imran Hussain Khan
 
Requirement elicitation
Requirement elicitationRequirement elicitation
Requirement elicitation
vivacemente
 
Analysis modeling
Analysis modelingAnalysis modeling
Analysis modeling
Preeti Mishra
 
software development, process model, requirement engineering, srs, structured...
software development, process model, requirement engineering, srs, structured...software development, process model, requirement engineering, srs, structured...
software development, process model, requirement engineering, srs, structured...
Ashok Mohanty
 
requirements analysis and design
requirements analysis and designrequirements analysis and design
requirements analysis and design
Preeti Mishra
 
03 requirement engineering_process
03 requirement engineering_process03 requirement engineering_process
03 requirement engineering_process
University of Computer Science and Technology
 
Requirements analysis
Requirements analysisRequirements analysis
Requirements analysis
asimnawaz54
 
Flow oriented modeling
Flow oriented modelingFlow oriented modeling
Flow oriented modelingramyaaswin
 
Chapter 2 software development life cycle models
Chapter 2 software development life cycle modelsChapter 2 software development life cycle models
Chapter 2 software development life cycle models
despicable me
 
Chapter 2 software_development_life_cycle_models
Chapter 2 software_development_life_cycle_modelsChapter 2 software_development_life_cycle_models
Chapter 2 software_development_life_cycle_modelsPiyush Gogia
 
Requirements Validation
Requirements ValidationRequirements Validation
Requirements Validation
Antonio Villegas
 

Viewers also liked (20)

Requirements Engineering Process
Requirements Engineering ProcessRequirements Engineering Process
Requirements Engineering Process
 
Requirements Engineering
Requirements EngineeringRequirements Engineering
Requirements Engineering
 
Requirement engineering process
Requirement engineering processRequirement engineering process
Requirement engineering process
 
Requirement Engineering Lec.1 & 2 & 3
Requirement Engineering Lec.1 & 2 & 3Requirement Engineering Lec.1 & 2 & 3
Requirement Engineering Lec.1 & 2 & 3
 
CHAPTER 6 REQUIREMENTS MODELING: SCENARIO based Model , Class based moddel
CHAPTER 6 REQUIREMENTS MODELING: SCENARIO based Model , Class based moddelCHAPTER 6 REQUIREMENTS MODELING: SCENARIO based Model , Class based moddel
CHAPTER 6 REQUIREMENTS MODELING: SCENARIO based Model , Class based moddel
 
Requirement Engineering
Requirement EngineeringRequirement Engineering
Requirement Engineering
 
Requirements Engineering (CS 5032 2012)
Requirements Engineering (CS 5032 2012)Requirements Engineering (CS 5032 2012)
Requirements Engineering (CS 5032 2012)
 
Software Requirement Elicitation Techniques http://www.imran.xyz
Software Requirement Elicitation Techniques http://www.imran.xyzSoftware Requirement Elicitation Techniques http://www.imran.xyz
Software Requirement Elicitation Techniques http://www.imran.xyz
 
Requirement elicitation
Requirement elicitationRequirement elicitation
Requirement elicitation
 
Analysis modeling
Analysis modelingAnalysis modeling
Analysis modeling
 
software development, process model, requirement engineering, srs, structured...
software development, process model, requirement engineering, srs, structured...software development, process model, requirement engineering, srs, structured...
software development, process model, requirement engineering, srs, structured...
 
requirements analysis and design
requirements analysis and designrequirements analysis and design
requirements analysis and design
 
03 requirement engineering_process
03 requirement engineering_process03 requirement engineering_process
03 requirement engineering_process
 
Requirements analysis
Requirements analysisRequirements analysis
Requirements analysis
 
Analysis modelling
Analysis modellingAnalysis modelling
Analysis modelling
 
Flow oriented modeling
Flow oriented modelingFlow oriented modeling
Flow oriented modeling
 
Chapter 2 software development life cycle models
Chapter 2 software development life cycle modelsChapter 2 software development life cycle models
Chapter 2 software development life cycle models
 
Chapter 2 software_development_life_cycle_models
Chapter 2 software_development_life_cycle_modelsChapter 2 software_development_life_cycle_models
Chapter 2 software_development_life_cycle_models
 
Software design
Software designSoftware design
Software design
 
Requirements Validation
Requirements ValidationRequirements Validation
Requirements Validation
 

Similar to Requirements engineering process in software engineering

Requirements Engineering
Requirements EngineeringRequirements Engineering
Requirements Engineering
MuhammadTalha436
 
req engg (1).ppt
req engg (1).pptreq engg (1).ppt
req engg (1).ppt
WaniHBisen
 
lecture_Analysis Phase.ppt
lecture_Analysis Phase.pptlecture_Analysis Phase.ppt
lecture_Analysis Phase.ppt
AteeqaKokab1
 
lecture_5 (2).ppt hjhrrgjbgrmgrhbgrgghjd
lecture_5 (2).ppt hjhrrgjbgrmgrhbgrgghjdlecture_5 (2).ppt hjhrrgjbgrmgrhbgrgghjd
lecture_5 (2).ppt hjhrrgjbgrmgrhbgrgghjd
AqeelAbbas94
 
software requirement
software requirement software requirement
software requirement
nimmik4u
 
05 REQUIREMENT ENGINEERING for students of
05 REQUIREMENT ENGINEERING for students of05 REQUIREMENT ENGINEERING for students of
05 REQUIREMENT ENGINEERING for students of
AssadLeo1
 
SRE.pptx
SRE.pptxSRE.pptx
SRE.pptx
KalsoomBajwa
 
Requirementengg
RequirementenggRequirementengg
Requirement analysis
Requirement analysisRequirement analysis
Requirement analysis
Sangeet Shah
 
Requirement Analysis
Requirement AnalysisRequirement Analysis
Requirement Analysis
SADEED AMEEN
 
5. SE RequirementEngineering task.ppt
5. SE RequirementEngineering task.ppt5. SE RequirementEngineering task.ppt
5. SE RequirementEngineering task.ppt
HaiderAli252366
 
UNIT-II MMB.pptx
UNIT-II MMB.pptxUNIT-II MMB.pptx
UNIT-II MMB.pptx
sayalishivarkar1
 
Lecture 1 - Requirement Engineering.pptx
Lecture 1 - Requirement Engineering.pptxLecture 1 - Requirement Engineering.pptx
Lecture 1 - Requirement Engineering.pptx
AbdulRaheem254960
 
Software engineering Unit 2(Updated)2.pptx
Software engineering Unit 2(Updated)2.pptxSoftware engineering Unit 2(Updated)2.pptx
Software engineering Unit 2(Updated)2.pptx
singhpriyansh0510
 
Requirement Analysis - Software Enigneering
Requirement Analysis - Software EnigneeringRequirement Analysis - Software Enigneering
Requirement Analysis - Software Enigneering
university of education,Lahore
 
Proj Mgmt.ppt
Proj Mgmt.pptProj Mgmt.ppt
Proj Mgmt.ppt
NikhilDudka
 
Lecture 9 understanding requirements
Lecture 9   understanding requirementsLecture 9   understanding requirements
Lecture 9 understanding requirements
IIUI
 
Requirement analysis and specification, software engineering
Requirement analysis and specification, software engineeringRequirement analysis and specification, software engineering
Requirement analysis and specification, software engineering
Rupesh Vaishnav
 
Major Pitfalls of ERP Implementation in Big Companies
Major Pitfalls of ERP Implementation in Big CompaniesMajor Pitfalls of ERP Implementation in Big Companies
Major Pitfalls of ERP Implementation in Big Companies
Mohammed Khaiata
 
vu-re-lecture-06 requirement engineer.ppt
vu-re-lecture-06 requirement engineer.pptvu-re-lecture-06 requirement engineer.ppt
vu-re-lecture-06 requirement engineer.ppt
ubaidullah75790
 

Similar to Requirements engineering process in software engineering (20)

Requirements Engineering
Requirements EngineeringRequirements Engineering
Requirements Engineering
 
req engg (1).ppt
req engg (1).pptreq engg (1).ppt
req engg (1).ppt
 
lecture_Analysis Phase.ppt
lecture_Analysis Phase.pptlecture_Analysis Phase.ppt
lecture_Analysis Phase.ppt
 
lecture_5 (2).ppt hjhrrgjbgrmgrhbgrgghjd
lecture_5 (2).ppt hjhrrgjbgrmgrhbgrgghjdlecture_5 (2).ppt hjhrrgjbgrmgrhbgrgghjd
lecture_5 (2).ppt hjhrrgjbgrmgrhbgrgghjd
 
software requirement
software requirement software requirement
software requirement
 
05 REQUIREMENT ENGINEERING for students of
05 REQUIREMENT ENGINEERING for students of05 REQUIREMENT ENGINEERING for students of
05 REQUIREMENT ENGINEERING for students of
 
SRE.pptx
SRE.pptxSRE.pptx
SRE.pptx
 
Requirementengg
RequirementenggRequirementengg
Requirementengg
 
Requirement analysis
Requirement analysisRequirement analysis
Requirement analysis
 
Requirement Analysis
Requirement AnalysisRequirement Analysis
Requirement Analysis
 
5. SE RequirementEngineering task.ppt
5. SE RequirementEngineering task.ppt5. SE RequirementEngineering task.ppt
5. SE RequirementEngineering task.ppt
 
UNIT-II MMB.pptx
UNIT-II MMB.pptxUNIT-II MMB.pptx
UNIT-II MMB.pptx
 
Lecture 1 - Requirement Engineering.pptx
Lecture 1 - Requirement Engineering.pptxLecture 1 - Requirement Engineering.pptx
Lecture 1 - Requirement Engineering.pptx
 
Software engineering Unit 2(Updated)2.pptx
Software engineering Unit 2(Updated)2.pptxSoftware engineering Unit 2(Updated)2.pptx
Software engineering Unit 2(Updated)2.pptx
 
Requirement Analysis - Software Enigneering
Requirement Analysis - Software EnigneeringRequirement Analysis - Software Enigneering
Requirement Analysis - Software Enigneering
 
Proj Mgmt.ppt
Proj Mgmt.pptProj Mgmt.ppt
Proj Mgmt.ppt
 
Lecture 9 understanding requirements
Lecture 9   understanding requirementsLecture 9   understanding requirements
Lecture 9 understanding requirements
 
Requirement analysis and specification, software engineering
Requirement analysis and specification, software engineeringRequirement analysis and specification, software engineering
Requirement analysis and specification, software engineering
 
Major Pitfalls of ERP Implementation in Big Companies
Major Pitfalls of ERP Implementation in Big CompaniesMajor Pitfalls of ERP Implementation in Big Companies
Major Pitfalls of ERP Implementation in Big Companies
 
vu-re-lecture-06 requirement engineer.ppt
vu-re-lecture-06 requirement engineer.pptvu-re-lecture-06 requirement engineer.ppt
vu-re-lecture-06 requirement engineer.ppt
 

More from Preeti Mishra

Effective Ways to Conduct Programming labs
Effective Ways to Conduct Programming labsEffective Ways to Conduct Programming labs
Effective Ways to Conduct Programming labs
Preeti Mishra
 
Uml intro
Uml introUml intro
Uml intro
Preeti Mishra
 
Component diagram
Component diagramComponent diagram
Component diagram
Preeti Mishra
 
Activity diag
Activity diagActivity diag
Activity diag
Preeti Mishra
 
Object diagram
Object diagramObject diagram
Object diagram
Preeti Mishra
 
Sequence diagrams
Sequence diagramsSequence diagrams
Sequence diagrams
Preeti Mishra
 
State chart diagram
State chart diagramState chart diagram
State chart diagram
Preeti Mishra
 
Use case Diagram
Use case DiagramUse case Diagram
Use case Diagram
Preeti Mishra
 
Unit 8 software quality and matrices
Unit 8 software quality and matricesUnit 8 software quality and matrices
Unit 8 software quality and matrices
Preeti Mishra
 
Unit 5 design engineering ssad
Unit 5 design engineering ssadUnit 5 design engineering ssad
Unit 5 design engineering ssad
Preeti Mishra
 
architectural design
 architectural design architectural design
architectural design
Preeti Mishra
 
Oo concepts and class modeling
Oo concepts and class modelingOo concepts and class modeling
Oo concepts and class modeling
Preeti Mishra
 
Unit 7 performing user interface design
Unit 7 performing user interface designUnit 7 performing user interface design
Unit 7 performing user interface design
Preeti Mishra
 
testing strategies and tactics
 testing strategies and tactics testing strategies and tactics
testing strategies and tactics
Preeti Mishra
 
Design process interaction design basics
Design process interaction design basicsDesign process interaction design basics
Design process interaction design basics
Preeti Mishra
 
Design process design rules
Design process  design rulesDesign process  design rules
Design process design rules
Preeti Mishra
 
Design process evaluating interactive_designs
Design process  evaluating interactive_designsDesign process  evaluating interactive_designs
Design process evaluating interactive_designs
Preeti Mishra
 
Foundations understanding users and interactions
Foundations  understanding users and interactionsFoundations  understanding users and interactions
Foundations understanding users and interactions
Preeti Mishra
 
IntrIntroduction
IntrIntroductionIntrIntroduction
IntrIntroduction
Preeti Mishra
 
Coupling coheshion tps
Coupling coheshion tpsCoupling coheshion tps
Coupling coheshion tps
Preeti Mishra
 

More from Preeti Mishra (20)

Effective Ways to Conduct Programming labs
Effective Ways to Conduct Programming labsEffective Ways to Conduct Programming labs
Effective Ways to Conduct Programming labs
 
Uml intro
Uml introUml intro
Uml intro
 
Component diagram
Component diagramComponent diagram
Component diagram
 
Activity diag
Activity diagActivity diag
Activity diag
 
Object diagram
Object diagramObject diagram
Object diagram
 
Sequence diagrams
Sequence diagramsSequence diagrams
Sequence diagrams
 
State chart diagram
State chart diagramState chart diagram
State chart diagram
 
Use case Diagram
Use case DiagramUse case Diagram
Use case Diagram
 
Unit 8 software quality and matrices
Unit 8 software quality and matricesUnit 8 software quality and matrices
Unit 8 software quality and matrices
 
Unit 5 design engineering ssad
Unit 5 design engineering ssadUnit 5 design engineering ssad
Unit 5 design engineering ssad
 
architectural design
 architectural design architectural design
architectural design
 
Oo concepts and class modeling
Oo concepts and class modelingOo concepts and class modeling
Oo concepts and class modeling
 
Unit 7 performing user interface design
Unit 7 performing user interface designUnit 7 performing user interface design
Unit 7 performing user interface design
 
testing strategies and tactics
 testing strategies and tactics testing strategies and tactics
testing strategies and tactics
 
Design process interaction design basics
Design process interaction design basicsDesign process interaction design basics
Design process interaction design basics
 
Design process design rules
Design process  design rulesDesign process  design rules
Design process design rules
 
Design process evaluating interactive_designs
Design process  evaluating interactive_designsDesign process  evaluating interactive_designs
Design process evaluating interactive_designs
 
Foundations understanding users and interactions
Foundations  understanding users and interactionsFoundations  understanding users and interactions
Foundations understanding users and interactions
 
IntrIntroduction
IntrIntroductionIntrIntroduction
IntrIntroduction
 
Coupling coheshion tps
Coupling coheshion tpsCoupling coheshion tps
Coupling coheshion tps
 

Recently uploaded

Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume MontevideoVitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke
 
A Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdfA Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdf
kalichargn70th171
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
Globus
 
Accelerate Enterprise Software Engineering with Platformless
Accelerate Enterprise Software Engineering with PlatformlessAccelerate Enterprise Software Engineering with Platformless
Accelerate Enterprise Software Engineering with Platformless
WSO2
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
XfilesPro
 
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus
 
Cyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdfCyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdf
Cyanic lab
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
Globus
 
BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024
Ortus Solutions, Corp
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Shahin Sheidaei
 
Advanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should KnowAdvanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should Know
Peter Caitens
 
Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
Paco van Beckhoven
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
AMB-Review
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
Globus
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus
 
De mooiste recreatieve routes ontdekken met RouteYou en FME
De mooiste recreatieve routes ontdekken met RouteYou en FMEDe mooiste recreatieve routes ontdekken met RouteYou en FME
De mooiste recreatieve routes ontdekken met RouteYou en FME
Jelle | Nordend
 
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Anthony Dahanne
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
Matt Welsh
 
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Globus
 
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
XfilesPro
 

Recently uploaded (20)

Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume MontevideoVitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume Montevideo
 
A Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdfA Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdf
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
 
Accelerate Enterprise Software Engineering with Platformless
Accelerate Enterprise Software Engineering with PlatformlessAccelerate Enterprise Software Engineering with Platformless
Accelerate Enterprise Software Engineering with Platformless
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
 
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024
 
Cyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdfCyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdf
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
 
BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
 
Advanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should KnowAdvanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should Know
 
Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
 
De mooiste recreatieve routes ontdekken met RouteYou en FME
De mooiste recreatieve routes ontdekken met RouteYou en FMEDe mooiste recreatieve routes ontdekken met RouteYou en FME
De mooiste recreatieve routes ontdekken met RouteYou en FME
 
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
 
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
 
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
 

Requirements engineering process in software engineering

  • 1. RReeqquuiirreemmeenntt EEnnggiinneeeerriinngg PPrreeeettii MMiisshhrraa CCoouurrssee IInnssttrruuccttoorr
  • 2.
  • 3.
  • 4. Why good Specs are Essential: • It is VERY expensive to fix problems late in the process. It is very cheap to rewrite or clarify a written spec. • What costs $1 to fix at ReqGathering – $5 in the design stage – $10 in the coding stage – $20 in the unit testing phase – $200 after delivery 4
  • 5. 5 The Problems with our Requirements Practices • We have trouble understanding the requirements that we do acquire from the customer • We often record requirements in a disorganized manner • We spend far too little time verifying what we do record • We allow change to control us, rather than establishing mechanisms to control change • Most importantly, we fail to establish a solid foundation for the system or software that the user wants built
  • 6.
  • 7. TTyyppeess ooff RReeqquuiirreemmeennttss • Functional – ex - it must email the sales manager when an inventory item is "low" • Non-Functional – ex - it must require less than one hour to run report #5 • Explicit – ex – required features • Implied – ex – software quality • Forgotten – ex – exists in current process • Unimagined 7
  • 8. RReeqquuiirreemmeennttss ooff RReeqquuiirreemmeennttss • Clear • Measurable • Feasible • Necessary • Prioritized • Concise 8
  • 9. Why Req Eng is Difficult 9
  • 10. 10 A Solution: Requirements Engineering • Begins during the communication activity and continues into the modeling activity • Builds a bridge from the system requirements into software design and construction • Allows the requirements engineer to examine – the context of the software work to be performed – the specific needs that design and construction must address – the priorities that guide the order in which work is to be completed – the information, function, and behavior that will have a profound impact on the resultant design
  • 11. Requirement Engineering – RE helps software engineer to better understand the problem they will work to solve – Participant : Software Engineers, managers, customers and end users – RE is a software engineering action that begin during the communication activity and continues into the modeling activity
  • 12. RE Provides the appropriate mechanism for • Understanding what the customer want • Analyzing need • Assessing feasibility • Negotiating a reasonable solution • Specifying a solution unambiguously • Validating the specification • Managing the requirement as they are transformed into an operational system
  • 13. 13 Requirements Engineering Tasks • Seven distinct tasks – Inception – Elicitation – Elaboration – Negotiation – Specification – Validation – Requirements Management • Some of these tasks may occur in parallel and all are adapted to the needs of the project • All strive to define what the customer wants • All serve to establish a solid foundation for the design and construction of the software
  • 14. 14 Validation Requirements Management Inception Elicitation Elaboration Negotiation Specification
  • 15. Requirement Engineering Tasks • Inception—Establish a basic understanding of the problem and the nature of the solution. • Elicitation—Draw out the requirements from stakeholders. • Elaboration—Create an analysis model that represents information, functional, and behavioral aspects of the requirements. • Negotiation—Agree on a deliverable system that is realistic for developers and customers. • Specification—Describe the requirements formally or informally. • Validation—Review the requirement specification for errors, ambiguities, omissions, and conflicts. • Requirements management—Manage changing requirements.
  • 16. 16 Inception Task • During inception, the requirements engineer asks a set of questions to establish… – A basic understanding of the problem – The people who want a solution – The nature of the solution that is desired – The effectiveness of preliminary communication and collaboration between the customer and the developer • Through these questions, the requirements engineer needs to… – Identify the stakeholders – Recognize multiple viewpoints – Work toward collaboration – Break the ice and initiate the communication
  • 17. 17 The First Set of Questions These questions focus on the customer, other stakeholders, the overall goals, and the benefits • Who is behind the request for this work? • Who will use the solution? • What will be the economic benefit of a successful solution? • Is there another source for the solution that you need?
  • 18. 18 The Next Set of Questions These questions enable the requirements engineer to gain a better understanding of the problem and allow the customer to voice his or her perceptions about a solution • How would you characterize "good" output that would be generated by a successful solution? • What problem(s) will this solution address? • Can you show me (or describe) the business environment in which the solution will be used? • Will special performance issues or constraints affect the way the solution is approached?
  • 19. 19 The Final Set of Questions These questions focus on the effectiveness of the communication activity itself • Are you the right person to answer these questions? Are your answers "official"? • Are my questions relevant to the problem that you have? • Am I asking too many questions? • Can anyone else provide additional information? • Should I be asking you anything else?
  • 20. Elicitation • It certainly simple enough, but… • Why difficult – Problem of Scope • The boundary of the system is ill-defined – Problem of Understanding • The customer/users are not completely sure of what is needed – Problem of volatility • The requirement change over time • To help overcame these problem, requirement engineers ,must approach the requirement gathering activity in an organized manner
  • 21.
  • 22. Elicitation Process Guideline – meetings are conducted and attended by both software engineers and customers – rules for preparation and participation are established – an agenda is suggested – a "facilitator" (can be a customer, a developer, or an outsider) controls the meeting – a "definition mechanism" (can be work sheets, flip charts, or wall stickers or an electronic bulletin board, chat room or virtual forum) is used – the goal is • to identify the problem • propose elements of the solution • negotiate different approaches, and • specify a preliminary set of solution requirements
  • 23. Elaboration • Expand requirement into analysis model • Elements of the analysis model – Scenario-based elements • Functional—processing narratives for software functions • Use-case—descriptions of the interaction between an “actor” and the system – Class-based elements • Implied by scenarios – Behavioral elements • State diagram – Flow-oriented elements • Data flow diagram
  • 24.
  • 25. Negotiation • Agree on a deliverable system that is realistic for developers and customers • SW team & other project stakeholders negotiate the priority, availability, and cost of each requirement • The Process are : – Identify the key stakeholders • These are the people who will be involved in the negotiation – Determine each of the stakeholders “win conditions” • Win conditions are not always obvious – Negotiate • Work toward a set of requirements that lead to “win-win”
  • 26. 26 The Art of Negotiation • Recognize that it is not competition • Map out a strategy • Listen actively • Focus on the other party’s interests • Don’t let it get personal • Be creative • Be ready to commit
  • 27.
  • 28. Specification • Final work product produced by requirement engineer. • Can be any one (or more) of the following: – A written document – A set of models – A formal mathematical – A collection of user scenarios (use-cases) – A prototype
  • 29. Technically Speaking, "requirement" ≠ "specification" • Requirement – understanding between customer and supplier • Specification – what the software must do • Requirements that are not in the SRS – Costs – Delivery dates – Acceptance procedures – etc 29
  • 30. Validation examine the specification to ensure that SW requirement is not ambiguous, consistent, error free etc A review mechanism that looks for • errors in content or interpretation • areas where clarification may be required • missing information • inconsistencies (a major problem when large products or systems are engineered) • conflicting or unrealistic (unachievable) requirements.
  • 31. Validation Vs. Verification • Validation: “Am I building the right product?” checking a work product against higher-level work products or authorities that frame this particular product. – Requirements are validated by stakeholders • Verification: “Am I building the product right?” checking a work product against some standards and conditions imposed on this type of product and the process of its development. – Requirements are verified by the analysts mainly
  • 32. Validation Cont’d • A review of the analysis model addresses the following question : – Is each requirement consistent with the overall objective for the system/product? – Have all requirements been specified at the proper level of abstraction? That is, do some requirements provide a level of technical detail that is inappropriate at this stage? – Is the requirement really necessary or does it represent an add-on feature that may not be essential to the objective of the system? – Is each requirement bounded and unambiguous? – Does each requirement have attribution? That is, is a source (generally, a specific individual) noted for each requirement? – Do any requirements conflict with other requirements?
  • 33. 33 Summary Validation Requirements Management Inception Elicitation Elaboration Negotiation Specification 
  • 34. The problems is not that there are problems. The problem is expecting otherwise and thinking that having problems is a problem Theodore Rubin
  • 35. Need to focus Moving in the wrong direction at a fast pace is still moving in the wrong direction. Right Wr ong
  • 37. Information on QFD…. • Developed in Japan in the mid 1970s • Introduced in USA in the late 1980s • Toyota was able to reduce 60% of cost to bring a new car model to market • Toyota decreased 1/3 of its development time • Used in cross functional teams • Companies feel it increased customer satisfaction
  • 38. Why….? • Product should be designed to reflect customers’ desires and tastes. • House of Quality is a kind of a conceptual map that provides the means for interfunctional planning and communications • To understand what customers mean by quality and how to achieve it from an engineering perspective. • HQ is a tool to focus the product development process
  • 39. Important points • Should be employed at the beginning of every project (original or redesign) • Customer requirements should be translated into measurable design targets • It can be applied to the entire problem or any subproblem • First worry about what needs to be designed then how • It takes time to complete
  • 40. Components of House of Quality Customer Evaluation Units Targets This Product This Product Who Whats Who vs. Whats Hows vs Hows Hows Whats vs Hows Now Now vs What How Muches Hows vs How Muches
  • 41.
  • 42. Step 1: Who are the customers? • To “Listen to the voice of the customer” first need to identify the customer • In most cases there are more than one customer – consumer – regulatory agencies – manufacturing – marketing/Sales Customer Evaluation Units Targets This Product This Product Who Whats Who vs. Whats Hows vs Hows Hows Whats vs Hows Now Now vs What How Muches Hows vs How Muches Customers drive the development of Customers drive the development of the product, not the designer the product, not the designer
  • 43. Step 2: Determine the customers’ requirements • Need to determine what is to be designed • Consumer – product works as it should – lasts a long time – is easy to maintain – looks attractive – incorporated latest technology – has many features Customer Evaluation Units Targets This Product This Product Who Whats Who vs. Whats Hows vs Hows Hows Whats vs Hows Now Now vs What How Muches Hows vs How Muches List all the demanded qualities at the same level of abstraction
  • 44. Step 2: cont... • Manufacturing – easy to produce – uses available resources – uses standard components and methods – minimum waste • Marketing/Sales – Meets customer requirements – Easy to package, store, and transport – is suitable for display
  • 45. Kano Model Basic Quality: These requirements are not usually mentioned by customers. These are mentioned only when they are Excitement absent from the product. Performance Quality: provides an Satisfiers increase in satisfaction as performance improves Excitement Quality or “wow requirements”: are often unspoken, possibly because we are seldom asked to express our dreams. Creation of some excitement features in a design differentiates the product from competition. Delighted Performance Basic Fully implemented Absent Customer Satisfaction + - Disgusted
  • 46. Types of customer requirements • Functional requirements describe the product’s desired behavior • Human factors • Physical requirements • Reliability • Life-cycle concerns • Resource concerns • Manufacturing requirements
  • 47. How to determine the Whats? • Customer survey (have to formulate the questions very carefully) • If redesign, observe customers using existing products • Combine both or one of the approaches with designer knowledge/experience to determine “the customers’ voice”
  • 48. Step 3: Determine Relative Importance of the Requirements: Who vs. What • Need to evaluate the importance of each of the customer’s requirements. – Generate weighing factor for each requirement by rank ordering or other methods Customer Evaluation Units Targets This Product This Product Who Whats Who vs. Whats Hows vs Hows Hows Whats vs Hows Now Now vs What How Muches Hows vs How Muches
  • 49. Rank Ordering • Order the identified customer requirements • Assign “1” to the requirement with the lowest priority and then increase as the requirements have higher priority. • Sum all the numbers • The normalized weight Rank/Sum • The percent weight is: Rank*100/Sum
  • 50. Step 4: Identify and Evaluate the Competition: How satisfied is the customer now? • The goal is to determine how the customer perceives the competition’s ability to meet each of the requirements – it creates an awareness of what already exists – it reveals opportunities to improve on what already exists The design: 1. does not meet the requirement at all 2. meets the requirement slightly 3. meets the requirement somewhat 4. meets the requirement mostly 5. fulfills the requirement completely Customer Evaluation Units Targets This Product This Product Who Whats Who vs. Whats Hows vs Hows Hows Whats vs Hows Now Now vs What How Muches Hows vs How Muches
  • 51. Step 5: Generate Engineering Specifications: How will the customers’ requirements be met? • The goal is to develop a set of engineering specifications from the customers’ requirements. Restatement of the design problem and customer requirements in terms of parameters that can be measured. Each customer requirement should have at least one engineering parameter. Customer Evaluation Units Targets This Product This Product Who Whats Who vs. Whats Hows vs Hows Hows Whats vs Hows Now Now vs What How Muches Hows vs How Muches
  • 52. Step 6: Relate Customers’ requirements to Engineering Specifications: Hows measure Whats? • This is the center portion of the house. Each cell represents how an engineering parameter relates to a customers’ requirements. Customer Evaluation Units Targets This Product This Product Who Whats Who vs. Whats Hows vs Hows Hows Whats vs Hows Now Now vs What How Muches Hows vs How Muches 9 = Strong Relationship 3 = Medium Relationship 1 = Weak Relationship Blank = No Relationship at all
  • 53. Step 7: Identify Relationships Between Engineering Requirements: How are the Hows Dependent on each other? • Engineering specifications maybe dependent on each other. Customer Evaluation Units Targets This Product This Product Who Whats Who vs. Whats Hows vs Hows Hows Whats vs Hows Now Now vs What How Muches Hows vs How Muches 9 = Strong Relationship 3 = Medium Relationship 1 = Weak Relationship -1 = Weak Negative Relationship -3 = Medium Negative Relationship -9 = Strong Negative Relationship Blank = No Relationship at all
  • 54. Step 8: Set Engineering Targets: How much is good enough? • Determine target value for each engineering requirement. – Evaluate competition products to engineering requirements – Look at set customer targets – Use the above two information to set targets Customer Evaluation Units Targets This Product This Product Targets Who Whats Who vs. Whats Hows vs Hows Hows Whats vs Hows Now Now vs What How Muches Hows vs How Muches