SlideShare a Scribd company logo
1 of 33
-
-
https://www.youtube.com/watch?v=jb0rpHb6gE0
2.
Requirem
ents
engineeri
ng tasks
1.Problems
with
requirements
practices
4.
Elicitatio
n
6.
Negotiatio
n 3.Inception
5.
Elaboration
7.
Specification
8.
Validation
Requirements Engineering
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
Prepared
by
Dr.T.Thendral
THE PROBLEMS WITH OUR REQUIREMENTS
PRACTICES (CONTINUED)
 Many software developers argue that
 Building software is so compelling that we want to jump right in
(before having a clear understanding of what is needed)
 Things will become clear as we build the software
 Project stakeholders will be able to better understand what they
need only after examining early iterations of the software
 Things change so rapidly that requirements engineering is a waste
of time
 The bottom line is producing a working program and that all else is
secondary
 All of these arguments contain some truth, especially for small projects
that take less than one month to complete
 However, as software grows in size and complexity, these arguments
begin to break down and can lead to a failed software project
Prepared
by
Dr.T.Thendral
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
Prepared
by
Dr.T.Thendral
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
Prepared
by
Dr.T.Thendral
EXAMPLE PROJECT: CAMPUS INFORMATION
ACCESS KIOSK (BOOTH)
 Both podium-high and desk-high terminals located throughout
the campus in all classroom buildings, admin buildings, labs and
dormitories
 Hand/Palm-login and logout (seamlessly)
 Voice input
 Optional audio/visual or just visual output
 Immediate access to all campus information plus
 E-mail
 Cell phone voice messaging
Prepared
by
Dr.T.Thendral
Requirements
Management
Validation
Inception
Elicitation
Elaboration
Negotiation
Specification
Prepared
by
Dr.T.Thendral
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
Prepared
by
Dr.T.Thendral
THE FIRST SET OF QUESTIONS
 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?
These questions focus on the customer, other stakeholders, the overall
goals and the benefits
Prepared
by
Dr.T.Thendral
THE NEXT SET OF QUESTIONS
 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?
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
Prepared
by
Dr.T.Thendral
THE FINAL SET OF QUESTIONS
 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?
These questions focus on the effectiveness of the
communication activity itself
Prepared
by
Dr.T.Thendral
Requirements
Management
Validation
Inception
Elicitation
Elaboration
Negotiation
Specification
Prepared
by
Dr.T.Thendral
ELICITATION TASK
 Eliciting requirements is difficult because of
 Problems of scope in identifying the boundaries of the system or
specifying too much technical detail rather than overall system
objectives
 Problems of understanding what is wanted, what the problem
domain is, and what the computing environment can handle
(Information that is believed to be "obvious" is often omitted)
 Problems of volatility because the requirements change over time
 Elicitation may be accomplished through two activities
 Collaborative requirements gathering
 Quality function deployment
Prepared
by
Dr.T.Thendral
BASIC GUIDELINES OF COLLABORATIVE
REQUIREMENTS GATHERING
 Meetings are conducted and attended by both software
engineers, customers and other interested stakeholders
 Rules for preparation and participation are established
 An agenda is suggested that is formal enough to cover all
important points but informal enough to encourage the free flow
of ideas
 A "facilitator" (customer, developer, or outsider) controls the
meeting
 A "definition mechanism" is used such as work sheets, flip
charts, wall stickers, electronic bulletin board, chat room, or
some other virtual forum
 The goal is to identify the problem, propose elements of the
solution, negotiate different approaches, and specify a
preliminary set of solution requirements
Prepared
by
Dr.T.Thendral
QUALITY FUNCTION DEPLOYMENT
 This is a technique that translates the needs of the customer into
technical requirements for software
 It emphasizes an understanding of what is valuable to the
customer and then deploys these values throughout the
engineering process through functions, information and tasks
 It identifies three types of requirements
 Normal requirements: These requirements are the objectives and
goals stated for a product or system during meetings with the
customer
 Expected requirements: These requirements are implicit to the
product or system and may be so fundamental that the customer
does not explicitly state them
 Exciting requirements: These requirements are for features that go
beyond the customer's expectations and prove to be very satisfying
when present
Prepared
by
Dr.T.Thendral
ELICITATION WORK PRODUCTS
 A statement of need and feasibility
 A bounded statement of scope for the system or product
 A list of customers, users, and other stakeholders who
participated in requirements elicitation
 A description of the system's technical environment
 A list of requirements (organized by function) and the domain
constraints that apply to each
 A set of preliminary usage scenarios (in the form of use cases)
that provide insight into the use of the system or product under
different operating conditions
 Any prototypes developed to better define requirements
The work products will vary depending on the system, but should
include one or more of the following items
Prepared
by
Dr.T.Thendral
Requirements
Management
Validation
Inception
Elicitation
Elaboration
Negotiation
Specification
Prepared
by
Dr.T.Thendral
ELABORATION TASK
 During elaboration, the software engineer takes the information
obtained during inception and elicitation and begins to expand
and refine it
 Elaboration focuses on developing a refined technical model of
software functions, features and constraints
 It is an analysis modeling task
 Use cases are developed
 Domain classes are identified along with their attributes and
relationships
 State machine diagrams are used to capture the life on an object
 The end result is an analysis model that defines the functional,
informational and behavioral domains of the problem
Prepared
by
Dr.T.Thendral
DEVELOPING USE CASES
 Step One – Define the set of actors that will be involved in the
story
 Actors are people, devices or other systems that use the system
or product within the context of the function and behavior that is
to be described
 Actors are anything that communicate with the system or product
and that are external to the system itself
 Step Two – Develop use cases, where each one answers a
set of questions
(More on next slide)
Prepared
by
Dr.T.Thendral
ELEMENTS OF THE ANALYSIS MODEL
 Scenario-based elements
 Describe the system from the user's point of view using scenarios that
are depicted in use cases and activity diagrams
 Class-based elements
 Identify the domain classes for the objects manipulated by the actors,
the attributes of these classes, and how they interact with one another;
they utilize class diagrams to do this
 Behavioral elements
 Use state diagrams to represent the state of the system, the events that
cause the system to change state, and the actions that are taken as a
result of a particular event; can also be applied to each class in the
system
 Flow-oriented elements
 Use data flow diagrams to show the input data that comes into a
system, what functions are applied to that data to do transformations,
and what resulting output data are produced
Prepared
by
Dr.T.Thendral
Requirements
Management
Validation
Inception
Elicitation
Elaboration
Negotiation
Specification
Prepared
by
Dr.T.Thendral
NEGOTIATION TASK
 During negotiation, the software engineer reconciles the conflicts
between what the customer wants and what can be achieved
given limited business resources
 Requirements are ranked (i.e., prioritized) by the customers,
users, and other stakeholders
 Risks associated with each requirement are identified and
analyzed
 Rough guesses of development effort are made and used to
assess the impact of each requirement on project cost and
delivery time
 Using an iterative approach, requirements are eliminated,
combined and/or modified so that each party achieves some
measure of satisfaction
Prepared
by
Dr.T.Thendral
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
Prepared
by
Dr.T.Thendral
Requirements
Management
Validation
Inception
Elicitation
Elaboration
Negotiation
Specification
Prepared
by
Dr.T.Thendral
SPECIFICATION TASK
 A specification is the final work product produced by the
requirements engineer
 It is normally in the form of a software requirements specification
 It serves as the foundation for subsequent software engineering
activities
 It describes the function and performance of a computer-based
system and the constraints that will govern its development
 It formalizes the informational, functional, and behavioral
requirements of the proposed software in both a graphical and
textual format
Prepared
by
Dr.T.Thendral
TYPICAL CONTENTS OF A SOFTWARE
REQUIREMENTS SPECIFICATION
 Requirements
 Required states and modes
 Software requirements grouped by capabilities (i.e., functions,
objects)
 Software external interface requirements
 Software internal interface requirements
 Software internal data requirements
 Other software requirements (safety, security, privacy,
environment, hardware, software, communications, quality,
personnel, training, logistics, etc.)
 Design and implementation constraints
 Qualification provisions to ensure each requirement has been
met
 Demonstration, test, analysis, inspection, etc.
 Requirements traceability
 Trace back to the system or subsystem where each requirement
applies
Prepared
by
Dr.T.Thendral
Requirements
Management
Validation
Inception
Elicitation
Elaboration
Negotiation
Specification
Prepared
by
Dr.T.Thendral
VALIDATION TASK
 During validation, the work products produced as a result of
requirements engineering are assessed for quality
 The specification is examined to ensure that
 all software requirements have been stated unambiguously
 inconsistencies, omissions, and errors have been detected and
corrected
 the work products conform to the standards established for the
process, the project, and the product
 The formal technical review serves as the primary requirements
validation mechanism
 Members include software engineers, customers, users, and other
stakeholders
Prepared
by
Dr.T.Thendral
QUESTIONS TO ASK WHEN VALIDATING
REQUIREMENTS
 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?
(more on next slide)
Prepared
by
Dr.T.Thendral
QUESTIONS TO ASK WHEN VALIDATING
REQUIREMENTS (CONTINUED)
 Do any requirements conflict with other requirements?
 Is each requirement achievable in the technical environment
that will house the system or product?
 Is each requirement testable, once implemented?
 Approaches: Demonstration, actual test, analysis, or inspection
 Does the requirements model properly reflect the information,
function, and behavior of the system to be built?
 Has the requirements model been “partitioned” in a way that
exposes progressively more detailed information about the
system?
Prepared
by
Dr.T.Thendral
Requirements
Management
Validation
Inception
Elicitation
Elaboration
Negotiation
Specification
Prepared
by
Dr.T.Thendral
REQUIREMENTS MANAGEMENT TASK
 During requirements management, the project team performs a
set of activities to identify, control, and track requirements and
changes to the requirements at any time as the project proceeds
 Each requirement is assigned a unique identifier
 The requirements are then placed into one or more traceability
tables
 These tables may be stored in a database that relate features,
sources, dependencies, subsystems and interfaces to the
requirements
 A requirements traceability table is also placed at the end of the
software requirements specification
Prepared
by
Dr.T.Thendral
SUMMARY
Requirements
Management
Validation
Inception
Elicitation
Elaboration
Negotiation
Specification

Prepared
by
Dr.T.Thendral

More Related Content

What's hot

Unit 1 - Introduction to Software Engineering.ppt
Unit 1 - Introduction to Software Engineering.pptUnit 1 - Introduction to Software Engineering.ppt
Unit 1 - Introduction to Software Engineering.pptDrTThendralCompSci
 
Software Requirements in Software Engineering SE5
Software Requirements in Software Engineering SE5Software Requirements in Software Engineering SE5
Software Requirements in Software Engineering SE5koolkampus
 
requirements analysis and design
requirements analysis and designrequirements analysis and design
requirements analysis and designPreeti Mishra
 
SOFTWARE QUALITY ASSURANCE.ppt
SOFTWARE QUALITY ASSURANCE.pptSOFTWARE QUALITY ASSURANCE.ppt
SOFTWARE QUALITY ASSURANCE.pptDrTThendralCompSci
 
UNIT-4design-concepts-se-pressman-ppt.PPT
UNIT-4design-concepts-se-pressman-ppt.PPTUNIT-4design-concepts-se-pressman-ppt.PPT
UNIT-4design-concepts-se-pressman-ppt.PPTmalathijanapati1
 
Analysis modeling & scenario based modeling
Analysis modeling &  scenario based modeling Analysis modeling &  scenario based modeling
Analysis modeling & scenario based modeling Benazir Fathima
 
Requirement analysis and specification, software engineering
Requirement analysis and specification, software engineeringRequirement analysis and specification, software engineering
Requirement analysis and specification, software engineeringRupesh Vaishnav
 
Design concepts and principles
Design concepts and principlesDesign concepts and principles
Design concepts and principlessaurabhshertukde
 
Requirements analysis
Requirements analysisRequirements analysis
Requirements analysisasimnawaz54
 
software design principles
software design principlessoftware design principles
software design principlesCristal Ngo
 
Software Engineering- Requirement Elicitation and Specification
Software Engineering- Requirement Elicitation and SpecificationSoftware Engineering- Requirement Elicitation and Specification
Software Engineering- Requirement Elicitation and SpecificationNishu Rastogi
 
Software engineering 18 user interface design
Software engineering 18 user interface designSoftware engineering 18 user interface design
Software engineering 18 user interface designVaibhav Khanna
 
Quality Management in Software Engineering SE24
Quality Management in Software Engineering SE24Quality Management in Software Engineering SE24
Quality Management in Software Engineering SE24koolkampus
 
Chapter 13 software testing strategies
Chapter 13 software testing strategiesChapter 13 software testing strategies
Chapter 13 software testing strategiesSHREEHARI WADAWADAGI
 

What's hot (20)

Unit 1 - Introduction to Software Engineering.ppt
Unit 1 - Introduction to Software Engineering.pptUnit 1 - Introduction to Software Engineering.ppt
Unit 1 - Introduction to Software Engineering.ppt
 
EFFECTIVE MODULAR DESIGN.pptx
EFFECTIVE MODULAR DESIGN.pptxEFFECTIVE MODULAR DESIGN.pptx
EFFECTIVE MODULAR DESIGN.pptx
 
Software Requirements in Software Engineering SE5
Software Requirements in Software Engineering SE5Software Requirements in Software Engineering SE5
Software Requirements in Software Engineering SE5
 
requirements analysis and design
requirements analysis and designrequirements analysis and design
requirements analysis and design
 
SOFTWARE QUALITY ASSURANCE.ppt
SOFTWARE QUALITY ASSURANCE.pptSOFTWARE QUALITY ASSURANCE.ppt
SOFTWARE QUALITY ASSURANCE.ppt
 
UNIT-4design-concepts-se-pressman-ppt.PPT
UNIT-4design-concepts-se-pressman-ppt.PPTUNIT-4design-concepts-se-pressman-ppt.PPT
UNIT-4design-concepts-se-pressman-ppt.PPT
 
Analysis modeling & scenario based modeling
Analysis modeling &  scenario based modeling Analysis modeling &  scenario based modeling
Analysis modeling & scenario based modeling
 
Requirement analysis and specification, software engineering
Requirement analysis and specification, software engineeringRequirement analysis and specification, software engineering
Requirement analysis and specification, software engineering
 
Ch 11-component-level-design
Ch 11-component-level-designCh 11-component-level-design
Ch 11-component-level-design
 
Unit 2
Unit 2Unit 2
Unit 2
 
Design concepts and principles
Design concepts and principlesDesign concepts and principles
Design concepts and principles
 
Requirements analysis
Requirements analysisRequirements analysis
Requirements analysis
 
Design engineering
Design engineeringDesign engineering
Design engineering
 
software design principles
software design principlessoftware design principles
software design principles
 
CS8592-OOAD Lecture Notes Unit-5
CS8592-OOAD Lecture Notes Unit-5 CS8592-OOAD Lecture Notes Unit-5
CS8592-OOAD Lecture Notes Unit-5
 
Software coding and testing
Software coding and testingSoftware coding and testing
Software coding and testing
 
Software Engineering- Requirement Elicitation and Specification
Software Engineering- Requirement Elicitation and SpecificationSoftware Engineering- Requirement Elicitation and Specification
Software Engineering- Requirement Elicitation and Specification
 
Software engineering 18 user interface design
Software engineering 18 user interface designSoftware engineering 18 user interface design
Software engineering 18 user interface design
 
Quality Management in Software Engineering SE24
Quality Management in Software Engineering SE24Quality Management in Software Engineering SE24
Quality Management in Software Engineering SE24
 
Chapter 13 software testing strategies
Chapter 13 software testing strategiesChapter 13 software testing strategies
Chapter 13 software testing strategies
 

Similar to Requirement Engineering.ppt

Requirement Engineering Processes & Eliciting Requirement
Requirement Engineering Processes & Eliciting Requirement Requirement Engineering Processes & Eliciting Requirement
Requirement Engineering Processes & Eliciting Requirement AqsaHayat3
 
Gathering, Analyzing, and Documenting Software Requirements.pptx
Gathering, Analyzing, and Documenting Software Requirements.pptxGathering, Analyzing, and Documenting Software Requirements.pptx
Gathering, Analyzing, and Documenting Software Requirements.pptxGraceDenial
 
Ooad lab manual(original)
Ooad lab manual(original)Ooad lab manual(original)
Ooad lab manual(original)dipenpatelpatel
 
Business requirements gathering and analysis
Business requirements gathering and analysisBusiness requirements gathering and analysis
Business requirements gathering and analysisMena M. Eissa
 
Agile Manifesto & XP
Agile Manifesto & XPAgile Manifesto & XP
Agile Manifesto & XPSemen Arslan
 
Problem Solving Methodology 2011 - 2014
Problem Solving Methodology 2011 - 2014Problem Solving Methodology 2011 - 2014
Problem Solving Methodology 2011 - 2014snoonan
 
Requirement Management 1
Requirement Management 1Requirement Management 1
Requirement Management 1pikuoec
 
Requirement Engineering.pdf
Requirement Engineering.pdfRequirement Engineering.pdf
Requirement Engineering.pdfMuhammad Imran
 
software requirement and architecture.pdf
software requirement and architecture.pdfsoftware requirement and architecture.pdf
software requirement and architecture.pdfwajoce8790
 
Lecture 9 understanding requirements
Lecture 9   understanding requirementsLecture 9   understanding requirements
Lecture 9 understanding requirementsIIUI
 
Software engg. pressman_ch-6 & 7
Software engg. pressman_ch-6 & 7Software engg. pressman_ch-6 & 7
Software engg. pressman_ch-6 & 7Dhairya Joshi
 
software engineering
software engineeringsoftware engineering
software engineeringSnow Queenzz
 
Sanjeevi's SDLC Guest Lecture in Anna University campus at AU-PERS Centre (Ye...
Sanjeevi's SDLC Guest Lecture in Anna University campus at AU-PERS Centre (Ye...Sanjeevi's SDLC Guest Lecture in Anna University campus at AU-PERS Centre (Ye...
Sanjeevi's SDLC Guest Lecture in Anna University campus at AU-PERS Centre (Ye...Sanjeevi Prasad
 
Softwareenggineering lab manual
Softwareenggineering lab manualSoftwareenggineering lab manual
Softwareenggineering lab manualVivek Kumar Sinha
 

Similar to Requirement Engineering.ppt (20)

Requirement Engineering Processes & Eliciting Requirement
Requirement Engineering Processes & Eliciting Requirement Requirement Engineering Processes & Eliciting Requirement
Requirement Engineering Processes & Eliciting Requirement
 
Gathering, Analyzing, and Documenting Software Requirements.pptx
Gathering, Analyzing, and Documenting Software Requirements.pptxGathering, Analyzing, and Documenting Software Requirements.pptx
Gathering, Analyzing, and Documenting Software Requirements.pptx
 
Ooad lab manual(original)
Ooad lab manual(original)Ooad lab manual(original)
Ooad lab manual(original)
 
Business requirements gathering and analysis
Business requirements gathering and analysisBusiness requirements gathering and analysis
Business requirements gathering and analysis
 
Se lec-uosl-8
Se lec-uosl-8Se lec-uosl-8
Se lec-uosl-8
 
Agile Manifesto & XP
Agile Manifesto & XPAgile Manifesto & XP
Agile Manifesto & XP
 
Problem Solving Methodology 2011 - 2014
Problem Solving Methodology 2011 - 2014Problem Solving Methodology 2011 - 2014
Problem Solving Methodology 2011 - 2014
 
Requirement Management 1
Requirement Management 1Requirement Management 1
Requirement Management 1
 
Requirement Engineering.pdf
Requirement Engineering.pdfRequirement Engineering.pdf
Requirement Engineering.pdf
 
software requirement and architecture.pdf
software requirement and architecture.pdfsoftware requirement and architecture.pdf
software requirement and architecture.pdf
 
3-Requirements.ppt
3-Requirements.ppt3-Requirements.ppt
3-Requirements.ppt
 
Lecture 9 understanding requirements
Lecture 9   understanding requirementsLecture 9   understanding requirements
Lecture 9 understanding requirements
 
Software engg. pressman_ch-6 & 7
Software engg. pressman_ch-6 & 7Software engg. pressman_ch-6 & 7
Software engg. pressman_ch-6 & 7
 
software engineering
software engineeringsoftware engineering
software engineering
 
Requirements Engineering
Requirements EngineeringRequirements Engineering
Requirements Engineering
 
Spm intro
Spm introSpm intro
Spm intro
 
Sanjeevi's SDLC Guest Lecture in Anna University campus at AU-PERS Centre (Ye...
Sanjeevi's SDLC Guest Lecture in Anna University campus at AU-PERS Centre (Ye...Sanjeevi's SDLC Guest Lecture in Anna University campus at AU-PERS Centre (Ye...
Sanjeevi's SDLC Guest Lecture in Anna University campus at AU-PERS Centre (Ye...
 
Ch07
Ch07Ch07
Ch07
 
Ch07
Ch07Ch07
Ch07
 
Softwareenggineering lab manual
Softwareenggineering lab manualSoftwareenggineering lab manual
Softwareenggineering lab manual
 

More from DrTThendralCompSci (13)

Loader and linker.pptx
Loader and linker.pptxLoader and linker.pptx
Loader and linker.pptx
 
The Application Layer.ppt
The Application Layer.pptThe Application Layer.ppt
The Application Layer.ppt
 
Transport Layer.pptx
Transport Layer.pptxTransport Layer.pptx
Transport Layer.pptx
 
Software Configuration Management.ppt
Software Configuration Management.pptSoftware Configuration Management.ppt
Software Configuration Management.ppt
 
Wireless LANs PPT.ppt
Wireless LANs PPT.pptWireless LANs PPT.ppt
Wireless LANs PPT.ppt
 
NETWORK LAYER.ppt
NETWORK LAYER.pptNETWORK LAYER.ppt
NETWORK LAYER.ppt
 
Bluetooth.ppt
Bluetooth.pptBluetooth.ppt
Bluetooth.ppt
 
MEDIUM-ACCESS CONTROL SUB LAYER.ppt
MEDIUM-ACCESS CONTROL SUB LAYER.pptMEDIUM-ACCESS CONTROL SUB LAYER.ppt
MEDIUM-ACCESS CONTROL SUB LAYER.ppt
 
Ethernet.ppt
Ethernet.pptEthernet.ppt
Ethernet.ppt
 
DATA-LINK LAYER.ppt
DATA-LINK LAYER.pptDATA-LINK LAYER.ppt
DATA-LINK LAYER.ppt
 
UNIT I.ppt
UNIT I.pptUNIT I.ppt
UNIT I.ppt
 
PHYSICAL LAYER.ppt
PHYSICAL LAYER.pptPHYSICAL LAYER.ppt
PHYSICAL LAYER.ppt
 
COMPUTER NETWORK
COMPUTER NETWORKCOMPUTER NETWORK
COMPUTER NETWORK
 

Recently uploaded

Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxabhijeetpadhi001
 

Recently uploaded (20)

Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptx
 

Requirement Engineering.ppt

  • 2. 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 Prepared by Dr.T.Thendral
  • 3. THE PROBLEMS WITH OUR REQUIREMENTS PRACTICES (CONTINUED)  Many software developers argue that  Building software is so compelling that we want to jump right in (before having a clear understanding of what is needed)  Things will become clear as we build the software  Project stakeholders will be able to better understand what they need only after examining early iterations of the software  Things change so rapidly that requirements engineering is a waste of time  The bottom line is producing a working program and that all else is secondary  All of these arguments contain some truth, especially for small projects that take less than one month to complete  However, as software grows in size and complexity, these arguments begin to break down and can lead to a failed software project Prepared by Dr.T.Thendral
  • 4. 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 Prepared by Dr.T.Thendral
  • 5. 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 Prepared by Dr.T.Thendral
  • 6. EXAMPLE PROJECT: CAMPUS INFORMATION ACCESS KIOSK (BOOTH)  Both podium-high and desk-high terminals located throughout the campus in all classroom buildings, admin buildings, labs and dormitories  Hand/Palm-login and logout (seamlessly)  Voice input  Optional audio/visual or just visual output  Immediate access to all campus information plus  E-mail  Cell phone voice messaging Prepared by Dr.T.Thendral
  • 8. 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 Prepared by Dr.T.Thendral
  • 9. THE FIRST SET OF QUESTIONS  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? These questions focus on the customer, other stakeholders, the overall goals and the benefits Prepared by Dr.T.Thendral
  • 10. THE NEXT SET OF QUESTIONS  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? 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 Prepared by Dr.T.Thendral
  • 11. THE FINAL SET OF QUESTIONS  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? These questions focus on the effectiveness of the communication activity itself Prepared by Dr.T.Thendral
  • 13. ELICITATION TASK  Eliciting requirements is difficult because of  Problems of scope in identifying the boundaries of the system or specifying too much technical detail rather than overall system objectives  Problems of understanding what is wanted, what the problem domain is, and what the computing environment can handle (Information that is believed to be "obvious" is often omitted)  Problems of volatility because the requirements change over time  Elicitation may be accomplished through two activities  Collaborative requirements gathering  Quality function deployment Prepared by Dr.T.Thendral
  • 14. BASIC GUIDELINES OF COLLABORATIVE REQUIREMENTS GATHERING  Meetings are conducted and attended by both software engineers, customers and other interested stakeholders  Rules for preparation and participation are established  An agenda is suggested that is formal enough to cover all important points but informal enough to encourage the free flow of ideas  A "facilitator" (customer, developer, or outsider) controls the meeting  A "definition mechanism" is used such as work sheets, flip charts, wall stickers, electronic bulletin board, chat room, or some other virtual forum  The goal is to identify the problem, propose elements of the solution, negotiate different approaches, and specify a preliminary set of solution requirements Prepared by Dr.T.Thendral
  • 15. QUALITY FUNCTION DEPLOYMENT  This is a technique that translates the needs of the customer into technical requirements for software  It emphasizes an understanding of what is valuable to the customer and then deploys these values throughout the engineering process through functions, information and tasks  It identifies three types of requirements  Normal requirements: These requirements are the objectives and goals stated for a product or system during meetings with the customer  Expected requirements: These requirements are implicit to the product or system and may be so fundamental that the customer does not explicitly state them  Exciting requirements: These requirements are for features that go beyond the customer's expectations and prove to be very satisfying when present Prepared by Dr.T.Thendral
  • 16. ELICITATION WORK PRODUCTS  A statement of need and feasibility  A bounded statement of scope for the system or product  A list of customers, users, and other stakeholders who participated in requirements elicitation  A description of the system's technical environment  A list of requirements (organized by function) and the domain constraints that apply to each  A set of preliminary usage scenarios (in the form of use cases) that provide insight into the use of the system or product under different operating conditions  Any prototypes developed to better define requirements The work products will vary depending on the system, but should include one or more of the following items Prepared by Dr.T.Thendral
  • 18. ELABORATION TASK  During elaboration, the software engineer takes the information obtained during inception and elicitation and begins to expand and refine it  Elaboration focuses on developing a refined technical model of software functions, features and constraints  It is an analysis modeling task  Use cases are developed  Domain classes are identified along with their attributes and relationships  State machine diagrams are used to capture the life on an object  The end result is an analysis model that defines the functional, informational and behavioral domains of the problem Prepared by Dr.T.Thendral
  • 19. DEVELOPING USE CASES  Step One – Define the set of actors that will be involved in the story  Actors are people, devices or other systems that use the system or product within the context of the function and behavior that is to be described  Actors are anything that communicate with the system or product and that are external to the system itself  Step Two – Develop use cases, where each one answers a set of questions (More on next slide) Prepared by Dr.T.Thendral
  • 20. ELEMENTS OF THE ANALYSIS MODEL  Scenario-based elements  Describe the system from the user's point of view using scenarios that are depicted in use cases and activity diagrams  Class-based elements  Identify the domain classes for the objects manipulated by the actors, the attributes of these classes, and how they interact with one another; they utilize class diagrams to do this  Behavioral elements  Use state diagrams to represent the state of the system, the events that cause the system to change state, and the actions that are taken as a result of a particular event; can also be applied to each class in the system  Flow-oriented elements  Use data flow diagrams to show the input data that comes into a system, what functions are applied to that data to do transformations, and what resulting output data are produced Prepared by Dr.T.Thendral
  • 22. NEGOTIATION TASK  During negotiation, the software engineer reconciles the conflicts between what the customer wants and what can be achieved given limited business resources  Requirements are ranked (i.e., prioritized) by the customers, users, and other stakeholders  Risks associated with each requirement are identified and analyzed  Rough guesses of development effort are made and used to assess the impact of each requirement on project cost and delivery time  Using an iterative approach, requirements are eliminated, combined and/or modified so that each party achieves some measure of satisfaction Prepared by Dr.T.Thendral
  • 23. 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 Prepared by Dr.T.Thendral
  • 25. SPECIFICATION TASK  A specification is the final work product produced by the requirements engineer  It is normally in the form of a software requirements specification  It serves as the foundation for subsequent software engineering activities  It describes the function and performance of a computer-based system and the constraints that will govern its development  It formalizes the informational, functional, and behavioral requirements of the proposed software in both a graphical and textual format Prepared by Dr.T.Thendral
  • 26. TYPICAL CONTENTS OF A SOFTWARE REQUIREMENTS SPECIFICATION  Requirements  Required states and modes  Software requirements grouped by capabilities (i.e., functions, objects)  Software external interface requirements  Software internal interface requirements  Software internal data requirements  Other software requirements (safety, security, privacy, environment, hardware, software, communications, quality, personnel, training, logistics, etc.)  Design and implementation constraints  Qualification provisions to ensure each requirement has been met  Demonstration, test, analysis, inspection, etc.  Requirements traceability  Trace back to the system or subsystem where each requirement applies Prepared by Dr.T.Thendral
  • 28. VALIDATION TASK  During validation, the work products produced as a result of requirements engineering are assessed for quality  The specification is examined to ensure that  all software requirements have been stated unambiguously  inconsistencies, omissions, and errors have been detected and corrected  the work products conform to the standards established for the process, the project, and the product  The formal technical review serves as the primary requirements validation mechanism  Members include software engineers, customers, users, and other stakeholders Prepared by Dr.T.Thendral
  • 29. QUESTIONS TO ASK WHEN VALIDATING REQUIREMENTS  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? (more on next slide) Prepared by Dr.T.Thendral
  • 30. QUESTIONS TO ASK WHEN VALIDATING REQUIREMENTS (CONTINUED)  Do any requirements conflict with other requirements?  Is each requirement achievable in the technical environment that will house the system or product?  Is each requirement testable, once implemented?  Approaches: Demonstration, actual test, analysis, or inspection  Does the requirements model properly reflect the information, function, and behavior of the system to be built?  Has the requirements model been “partitioned” in a way that exposes progressively more detailed information about the system? Prepared by Dr.T.Thendral
  • 32. REQUIREMENTS MANAGEMENT TASK  During requirements management, the project team performs a set of activities to identify, control, and track requirements and changes to the requirements at any time as the project proceeds  Each requirement is assigned a unique identifier  The requirements are then placed into one or more traceability tables  These tables may be stored in a database that relate features, sources, dependencies, subsystems and interfaces to the requirements  A requirements traceability table is also placed at the end of the software requirements specification Prepared by Dr.T.Thendral