Subject Name: SOFTWARE ENGINEERING Subject Code:10IS51

Slides:



Advertisements
Similar presentations
Software Requirements
Advertisements

Software Requirements
Software Requirements
Introduction to Software Engineering Dr. Basem Alkazemi
SWE Introduction to Software Engineering
Software Requirements
7M701 1 Software Engineering Software Requirements Sommerville, Ian (2001) Software Engineering, 6 th edition: Chapter 5
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 6 Slide 1 Software Requirements.
Software Requirements
Overview of Software Requirements
©Ian Sommerville 2000Software Engineering, 6th edition. Chapter 5 Slide 1 Software Requirements l Descriptions and specifications of a system.
Software Engineering Chapter 6 Software requirements
Software Requirements
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 5 Slide 1 Requirements engineering l The process of establishing the services that the.
Chapter 4 – Requirements Engineering
المحاضرة الثالثة. Software Requirements Topics covered Functional and non-functional requirements User requirements System requirements Interface specification.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 5 Slide 1 Software Requirements l Descriptions and specifications of a system.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 6 Slide 1 Software Requirements.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 6 Slide 1 Software Requirements.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 6 Slide 1 Requirements Engineering Processes l Processes used to discover, analyse and.
Dr. Tom WayCSC Software Requirements CSC 4700 Software Engineering Lecture 2 Based on Sommerville, Chapter 6.
AGU COE/COC Software Engineering CSE 402 / CSC 308 Slide 1 Requirements engineering l The process of establishing the services that the customer requires.
Software Requirements Presented By Dr. Shazzad Hosain.
소프트웨어공학 강좌 1 Chap 4. Software Requirements - Descriptions and specifications of a system - Soo-Mi Choi
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 7 Slide 1 Requirements Engineering Processes.
Software Requirements Descriptions and specifications of a system.
Software Requirements Hoang Huu Hanh, Hue University hanh-at-hueuni.edu.vn Lecture 4 & 5.
What are Requirements?. "The hardest single part of building a system is deciding what to build... No other part of the work so cripples the resulting.
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 6 Slide 1 Software Requirements.
Requirements Reference: Chapters 5, 6, & 8. CMSC 345, Fall Objectives To introduce the concepts of user and system requirements To explain functional.
Requirements Engineering Overview Senior Design Don Evans.
1 Software Requirements l Specifying system functionality and constraints l Chapters 5 and 6 ++
IS550: Software requirements engineering Dr. Azeddine Chikh 2. Functional and non-functional requirements.
Chapter 4 Software Requirements
SOFTWARE REQUIREMENT ANALYSIS AND SPECIFICATION. What is a requirement? It may range from a high-level abstract statement of a service or of a system.
L To identify the services that the customer requires from a system and the constraints under which it operates and is developed.
Requirements Engineering Lesson 2. Terminologies:  Software Acquisition is where requirement engineering significantly meets business strategy.  Software.
1 Software Requirements Descriptions and specifications of a system Descriptions and specifications of a system.
Week 3: Requirement Analysis & specification
Requirements Engineering. Requirements engineering processes The processes used for RE vary widely depending on the application domain, the people involved.
Software Engineering Chapter 6 Software requirements Ku-Yaw Chang Assistant Professor Department of Computer Science and Information.
Requirements Analysis
Requirements engineering The process of establishing the services that the customer requires from a system and the constraints under which it operates.
Chapter 4 – Requirements Engineering Lecture 1 The hardest part of the software task is arriving at a complete and consistent specification, and much of.
Chapter 4 Requirements Engineering (1/3) Yonsei University 2 nd Semester, 2015 Sanghyun Park.
Software Engineering, COMP201 Slide 1 Software Requirements BY M D ACHARYA Dept of Computer Science.
 The processes used for RE vary widely depending on the application domain, the people involved and the organisation developing the requirements.  However,
1 Software Requirements Descriptions and specifications of a system.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 6 Slide 1 Software Requirements (utvalgte foiler fra Kap 6 og 7 i Sommerville)
Software Engineering, COMP201 Slide 1 Software Requirements.
Types and Characteristics of Requirements
Classifications of Software Requirements
Chapter 4 – Requirements Engineering
Software Requirements
Presentation on Software Requirements Submitted by
Chapter 4 Requirements Engineering (1/3)
Chapter 4 – Requirements Engineering
Chapter 5 – Requirements Engineering
Software Requirements
Software Requirements
SNS College of Engineering Coimbatore
Chapter 4 Software Requirements
Requirements Engineering
Software Requirements
Software Requirements
Software Requirements
Software Requirements
Software Requirements
Requirements Document
INTRODUCTION OF REQUIREMENT ENGINEERING Chapter- one.
Presentation transcript:

Subject Name: SOFTWARE ENGINEERING Subject Code:10IS51 Prepared By: HARKIRANPREET Department: ISE Date: 30 JULY 2014 16/8/2014

UNIT 3 REQUIREMENTS 16/8/2014

1.Software Requirements 2.Functional and Non-functional Requirement CONTENTS 1.Software Requirements 2.Functional and Non-functional Requirement 3.Types of Requirements 4.Interface specification 5.Software requirement document 6.Feasibility study 7.Requirement elicitation and analysis 8.Requirement validation and management. 16/8/2014

REQUIREMENT ENGINEERING It is a process of establishing the services that the customer requires from a system and the constraints under which it operates and is developed. The requirements themselves are the descriptions of the system services and constraints that are generated during the requirements engineering process. Requirement : A requirement may range from a high-level abstract statement of a service or of a system constraint to a detailed mathematical functional specification. 16/8/2014

Requirements serve a dual function : May be the basis for a bid for a contract - therefore must be open to interpretation May be the basis for the contract itself - therefore must be defined in detail. Both these statements may be called requirements. 16/8/2014

FUNCTIONAL AND NON-FUNCTIONAL REQUIREMENTS Functional requirements : Statements of services the system should provide, how the system should react to particular inputs and how the system should behave in particular situations. Non-functional requirements : Constraints on the services or functions offered by the system such as timing constraints, constraints on the development process, standards, etc. Domain requirements : Requirements that come from the application domain of the system and that reflect characteristics of that domain. 16/8/2014

FUNCTIONAL REQUIREMENTS They Describe functionality or system services. Depend on the type of software, expected users and the type of system where the software is used. Functional user requirements may be high-level statements of what the system should do but functional system requirements should describe the system services in detail. 16/8/2014

Engineered for Tomorrow EXAMPLES The user shall be able to search either all of the initial set of databases or select a subset from it. The system shall provide appropriate viewers for the user to read documents in the document store. Every order shall be allocated a unique identifier (ORDER_ID) which the user shall be able to copy to the account’s permanent storage area. 16/8/2014

NON-FUNCTIONAL REQUIREMENTS They define system properties and constraints like reliability, response time and storage requirements. Constraints are I/O device capability, system representations, etc. Process requirements may also be specified mandating a particular CASE system, programming language or development method Non-functional requirements may be more critical than functional requirements. If these are not met, the system becomes useless. 16/8/2014

NON-FUNCTIONAL CLASSIFICATIONS 1. Product requirements These requirements specify that the delivered product must behave in a particular way e.g. execution speed, reliability, etc. 2. Organizational requirements Requirements which are a consequence of organizational policies and procedures e.g. process standards used, implementation requirements, etc. 3. External requirements Requirements which arise from factors which are external to the system and its development process e.g. interoperability requirements, legislative requirements, etc. 16/8/2014

NON-FUNCTIONAL CLASSIFICATIONS 16/8/2014

TYPES OF REQUIREMENT 1. User requirements Statements in natural language plus diagrams of the services the system provides and its operational constraints written for customers. 2. System requirements A structured document setting out detailed descriptions of the system services. Written as a contract between client and contractor. 3. Software specification A detailed software description which can serve as a basis for a design or implementation. These set of requirements are written for developers. 16/8/2014

USER REQUIREMENTS Should describe functional and non-functional requirements so that they are understandable by system users who don’t have detailed technical knowledge. User requirements are defined using natural language, tables and diagrams Some of the problems with natural language 1. Lack of clarity: Precision is difficult without making the document difficult to read. 2. Requirements confusion: Functional and non-functional requirements tend to be mixed-up. 3. Requirements amalgamation: Several different requirements may be expressed together. 16/8/2014

SYSTEM REQUIREMENTS More detailed specifications of user requirements. Serve as a basis for designing the system. May be used as part of the system contract. System requirements may be expressed using system models. 16/8/2014

INTERFACE SPECIFICATION Most systems must operate with other systems and the operating interfaces must be specified as part of the requirements. Three types of interface may have to be defined • Procedural interfaces • Data structures that are exchanged • Data representations Formal notations are an effective technique for interface specification. 16/8/2014

THE REQUIREMENTS DOCUMENT The requirements document is the official statement of what is required of the system developers. It should include both a definition and a specification of requirements. The requirements document is NOT a design document. As far as possible, it should set of WHAT the system should do rather than HOW it should do it. 16/8/2014

16/8/2014

REQUIREMENTS DOCUMENT The requirement doc should have the following • Specify external system behavior • Specify implementation constraints • Easy to change • Serve as reference tool for maintenance • Record forethought about the life cycle of the system i.e. predict changes • Characterize responses to unexpected events 16/8/2014

REQUIREMENTS DOCUMENT STRUCTURE These are the various contents that the requirement doc should possess : • Introduction • Glossary • User requirements definition • System architecture • System requirements specification • System models • System evolution • Appendices • Index 16/8/2014

REQUIREMENTS ENGINEERING PROCESSES The processes used for RE vary widely depending on the application domain, the people involved and the organization developing the requirements. These are some of the generic activities common to all processes • Requirements elicitation • Requirements analysis • Requirements validation • Requirements management 16/8/2014

16/8/2014

It is a short focused study that checks. FEASIBILITY STUDIES A feasibility study decides whether or not the proposed system is worthwhile. It is a short focused study that checks. If the system contributes to organizational objectives. If the system can be engineered using current technology and within budget. If the system can be integrated with other systems that are used. 16/8/2014

ELICITATION AND ANALYSIS Sometimes called requirements elicitation or requirements discovery. Involves technical staff working with customers to find out about the application domain, the services that the system should provide and the system’s operational Constraints. May involve end-users, managers, engineers involved in maintenance, domain experts, trade unions, etc. These are called stakeholders. 16/8/2014

REQUIREMENTS VALIDATION • Concerned with demonstrating that the requirements define the system that the customer really wants. • Requirements error costs are high so validation is very important. Fixing a requirements error after delivery may cost up to 100 times the cost of fixing an implementation error 16/8/2014

REQUIREMENTS MANAGEMENT • Requirements management is the process of managing changing requirements during the requirements engineering process and system development. • Requirements are inevitably incomplete and inconsistent New requirements emerge during the process as business needs change and a better understanding of the system is developed. Different viewpoints have different requirements and these are often contradictory. 16/8/2014

REQUIREMENTS CHANGE • The priority of requirements from different viewpoints changes during the development process. • System customers may specify requirements from a business perspective that conflict with end-user requirements. • The business and technical environment of the system changes during its development. 16/8/2014

ASSIGNMENT QUESTIONS Describe functional and non-functional requirements with examples--- [10M] What are the metrics used to specify non-functional system properties?—[5M] Explain the IEEE standard format for requirement document in detail— [6M] Explain requirement elicitation and analysis process and its activities— [10M] Why requirement need to be validated? Explain the check made in requirement validation—[6M] What are the enduring and violate requirements? Also give the classification of violate requirement with brief explanation—[10M] 16/8/2014

Thank You.. 16/8/2014