Requirements Gathering

Slides:



Advertisements
Similar presentations
Understanding Requirements Unit II
Advertisements

7.1 A Bridge to Design & Construction
These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and are provided with permission by.
1 R&D SDM 1 Software Project Management Requirements Analysis 2010 Theo Schouten.
Chapter 5 Understanding Requirements
Introduction to Software Engineering Dr. Basem Alkazemi
Requirements Engineering n Elicit requirements from customer  Information and control needs, product function and behavior, overall product performance,
Unit-III Requirements Engineering
Introduction to Software Engineering
1 R&D SDM 1 Software Project Management Requirements Analysis 2009 Theo Schouten.
Requirements Analysis Concepts & Principles
Analysis Concepts and Principles
Identifying needs and establishing requirements Chapter 7b.
SE 555 Software Requirements & Specification Requirements Validation.
Requirements Specifications Today: Homework #1 due For next class: Pressman 11; SRD Team Status Reports Requirements Process (continued) Bio Break ( 5.
The Software Product Life Cycle. Views of the Software Product Life Cycle  Management  Software engineering  Engineering design  Architectural design.
S R S S ystem R equirements S pecification Specifying the Specifications.
1 College of Engineering and Computer Science Computer Science Department CSC 131 Computer Software Engineering Fall 2006 Lecture # 2 Chapter 6 & 7 System.
These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and are provided with permission by.
1 Software Engineering: A Practitioner’s Approach, 6/e Chapter 7 Requirements Engineering Software Engineering: A Practitioner’s Approach, 6/e Chapter.
Chapter 4 Requirements Engineering
Requirements analysis Speaker: Chuang-Hung Shih Date:
Understanding Requirements. Requirements Engineering
Requirements Analysis
1 REQUIREMENT ENGINEERING Chapter 7. 2 REQUIREMENT ENGINEERING Definition Establishing what the customer requires from a software system. OR It helps.
Requirements Engineering How do we keep straight what we are supposed to be building?
System Analysis and Design Dr. Taysir Hassan Abdel Hamid Lecture 5: Analysis Chapter 3: Requirements Determination November 10, 2013.
1 These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 5/e and are provided with permission by.
Software Requirements The starting point of software development “He kept changing the requirements on us” 1 540f07reqelic4sep4.
IS 466 ADVANCED TOPICS IN INFORMATION SYSTEMS LECTURER : NOUF ALMUJALLY 22 – 10 – 2011 College Of Computer Science and Information, Information Systems.
CS 3610: Software Engineering – Fall 2009 Dr. Hisham Haddad – CSIS Dept. Chapter 7 Requirements Engineering Elements of software requirement gathering.
1 CS 426 Senior Projects Chapter 3: The Requirements Workflow [Arlow & Neustadt, 2005] January 31, 2012.
Chapter 7 Requirements Engineering
Software Engineering Saeed Akhtar The University of Lahore Lecture 7 Originally shared for: mashhoood.webs.com.
Lecture 7: Requirements Engineering
Requirements Gathering How do we find out what we are supposed to be building?
Software Requirements The starting point of software development “He kept changing the requirements on us” 1 540f07tmproj6sep11.
IS2210: Systems Analysis and Systems Design and Change Twitter:
Lecture-3.
Software Engineering Saeed Akhtar The University of Lahore Lecture 6 Originally shared for: mashhoood.webs.com.
IS Analysis and Design. SDLC Systems Development Life Cycle Break problems into management review stages Control cost and time Works best with well understood.
Develop Project Charter
1 Chapter 5 Lecture 5: Understanding Requirements Slide Set to accompany Software Engineering: A Practitioner’s Approach, 7/e by Roger S. Pressman Slides.
These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and are provided with permission by.
CSCI 521 Final Exam Review. Why Establish a Standard Process? It is nearly impossible to have a high quality product without a high quality process. Standard.
CS 5150 Software Engineering Lecture 7 Requirements 1.
Requirements Engineering Lesson 2. Terminologies:  Software Acquisition is where requirement engineering significantly meets business strategy.  Software.
By Germaine Cheung Hong Kong Computer Institute
Requirement Engineering. Recap Elaboration Behavioral Modeling State Diagram Sequence Diagram Negotiation.
Initiation Project Management Minder Chen, Ph.D. CSU Channel Islands
Requirements Engineering Requirements Elicitation Overview of Requirements Analysis.
Lecture 4: Requirements Engineering COSI 120b, Principles of Software Engineering.
Requirement Engineering
Requirements engineering The process of establishing the services that the customer requires from a system and the constraints under which it operates.
Requirement engineering & Requirement tasks/Management. 1Prepared By:Jay A.Dave.
Chapter 3: The Requirements Workflow [Arlow and Neustadt, 2005] CS 426 Senior Projects in Computer Science University of Nevada, Reno Department of Computer.
Chapter: Requirement Engineering. Requirements Engineering  Requirement: A function, constraint or other property that the system must provide to fill.
Requirements. Outline Definition Requirements Process Requirements Documentation Next Steps 1.
1 Software Engineering: A Practitioner’s Approach, 6/e Chapter 7: Requirements Engineering Software Engineering: A Practitioner’s Approach, 6/e.
 System Requirement Specification and System Planning.
System Requirements Specification
Software Requirements analysis & specifications
CS 790M Project preparation (I)
Requirements Management
Requirements Analysis
Chapter 5 Understanding Requirements
Chapter 5 Understanding Requirements
Chapter 5 Understanding Requirements.
CS 426 CS 791z Topics on Software Engineering
CS 426 CS 791z Topics on Software Engineering
Presentation transcript:

Requirements Gathering How do we find out what we are supposed to be building?

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

Types of Requirements Functional Non-Functional Explicit Implied 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 Explicit ex – required features Implied ex – software quality Forgotten ex – exists in current process Unimagined

Questions What makes a particular requirement good or bad? Why is requirements engineering difficult?

Requirements of Requirements Clear Measurable Feasible Necessary Prioritized Concise

Req Gathering Problems Accommodating changing reqs Being complete, without being constraining Conflicting views Ease of omitting obvious info Identifying the experts and getting authority to talk to people Incomplete understanding of the problem on the part of the user/customer Sticking with “what” and not “how” Determining what is critical Avoiding mission creep

Requirements WILL Change

Requirements Engineering Tasks Inception Elicitation Elaboration Negotiation Specification Validation Management Software Engineering: A Practitioner’s Approach by Roger Pressman

Inception Project starts due to a business decision Software Engineer Asks: What is the basic problem Who wants a solution Nature of solution

Inception Project starts due to a business decision Software Engineer Asks: What is the basic problem Who wants a solution Nature of solution First Questions: Who is behind the request for work? Who will use the solution? What will be the economic benefit of success? Is there another source for the solution?

Elicitation Methods Interviews Use Cases Formal Requirement Engineering Techniques

Elicitation via Interviews

Elicitation via Interviews Difficulties: Ill-defined project scope Unnecessary details that confuse Not sure what they need Poor understanding of capabilities Omitting the “obvious” Requirements that conflict with other people’s requirements Requirements Change!!!

Elicitation via Interviews Recommended Practices: The list of involved stakeholders must be broad!!! Be sure to use real end-users. Use agendas that cover the important points yet encourage flow of ideas Ahead of time, the participants should build a partial list of the functions, performance criteria, environment factors, … Start with scope and context, move to functions Use visuals such as wall-stickers, flip-charts, … Meetings with stakeholders should include the SwEngs

Elicitation via Use Cases Diagrams composed of Actors and Actions Logout Anonymous User Registered User Create Account Manage Account Credit Card System

Joint Application Design Elicitation via JAD Joint Application Design JAD Sessions Participants: Executive Sponsor Project Leader Facilitator – trained and experienced Recorder Participants Observers – developers who sit on sideline and don’t talk Outputs of sessions: Data flow diagrams Data requirements List of assumptions etc

Elicitation via QFD Since 1966, Quality Function Deployment (QFD) has been used world wide in nearly every industry and sector to: Prioritize spoken and unspoken customer wows, wants, and needs; Translate these needs into actions and designs such as technical characteristics and specifications; and Build and deliver a quality product or service by focusing various business functions toward achieving a common goal and customer satisfaction. www.qfdi.org QFD uses interviews, surveys, and data (problem reports) to build a table of requirements called the Customer Voice Table. Functional Deployment – value of each function Information Deployment – identify the input and output Task Deployment – examine system behavior Value Analysis – prioritize the requirements

Elaboration Goal is to create a model that defines: information functions What such a model looks like is the 2nd half of tonight http://www.camsp.com/cornerstone/assets/images/resources/when_use_maps_sm.png

Negotiation Goal is to resolve requirements that are Conflicting Costly Unrealistic Identify the subsystem’s stakeholders Determine their win conditions Negotiate their win conditions into win-win conditions for everyone

Specification and Validation Specification yields the SRS Format of SRS is the 2nd half of tonight Validation reviews the SRS

Review Requirements Engineering Tasks Inception Elicitation Elaboration Negotiation Specification Validation Management