




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、CSEM01 - Wk 3 - Process,1,Software Processes,CSEM01 SE Evolution Requirements elicitation and analysis; Requirements specification; Requirements validation.,CSEM01 - Wk 3 - Process,6,The requirements engineering process,CSEM01 - Wk 3 - Process,7,Software design and implementation,The process of conv
2、erting the system specification into an executable system. Software design Design a software structure that realises the specification; Implementation Translate this structure into an executable program; The activities of design and implementation are closely related and may be inter-leaved,CSEM01 -
3、 Wk 3 - Process,8,Design process activities,Architectural design Abstract specification Interface design Component design Data structure design Algorithm design,CSEM01 - Wk 3 - Process,9,The software design process,CSEM01 - Wk 3 - Process,10,Structured methods,Systematic approaches to developing a s
4、oftware design. The design is usually documented as a set of graphical models. Possible models Object model; Sequence model; State transition model; Structural model; Data-flow model.,CSEM01 - Wk 3 - Process,11,Programming and debugging,Translating a design into a program and removing errors from th
5、at program. Programming is a personal activity - there is no generic programming process. Programmers carry out some program testing to discover faults in the program and remove these faults in the debugging process.,CSEM01 - Wk 3 - Process,12,The debugging process,Locate,error,Design,error,repair,R
6、epair,error,Re-test,program,CSEM01 - Wk 3 - Process,13,Software validation,Verification and validation (V Components may be functions or objects or coherent groupings of these entities. System testing Testing of the system as a whole. Testing of emergent properties is particularly important. Accepta
7、nce testing Testing with customer data to check that the system meets the customers needs.,CSEM01 - Wk 3 - Process,16,Testing phases,R,equir,ements,specifica,tion,S,ystem,specifica,tion,S,ystem,design,Detailed,design,Module and,unit code,and test,Sub-system,integ,r,a,tion,test plan,S,ystem,integ,r,a
8、,tion,test plan,Acceptance,test plan,Service,Acceptance,test,S,ystem,integ,r,a,tion test,Sub-system,integ,r,a,tion test,CSEM01 - Wk 3 - Process,17,Software evolution,Software is inherently flexible and can change. As requirements change through changing business circumstances, the software that supp
9、orts the business must also evolve and change. Although there has been a demarcation between development and evolution (maintenance) this is increasingly irrelevant as fewer and fewer systems are completely new.,CSEM01 - Wk 3 - Process,18,System evolution,CSEM01 - Wk 3 - Process,19,Mid point review,
10、The software process A structured set of activities required to develop a software system Specification; Design; Validation; Evolution. A software process model an abstract representation of a process. It presents a description of a process from some particular perspective.,CSEM01 - Wk 3 - Process,2
11、0,Generic software process models,The waterfall model Separate and distinct phases of specification and development. Evolutionary development Specification, development and validation are interleaved. Component-based software engineering The system is assembled from existing components. There are ma
12、ny variants of these models e.g. formal development where a waterfall-like process is used but the specification is a formal specification that is refined through several stages to an implementable design.,CSEM01 - Wk 3 - Process,21,Waterfall model,Requirements,definition,System and,software design,
13、Implementation,and unit testing,Integration and,system testing,Operation and,maintenance,CSEM01 - Wk 3 - Process,22,Waterfall model problems,The difficulty of accommodating change after the process is underway. One phase has to be complete before moving onto the next phase. Inflexible partitioning o
14、f the project into distinct stages - so it is then difficult to respond to changing customer requirements. Only appropriate when the requirements are well understood; changes will be fairly limited during the design process. Few business systems have stable requirements.,CSEM01 - Wk 3 - Process,23,E
15、volutionary development,Exploratory development Objective is to work with customers and to evolve a final system from an initial outline specification. Should start with well-understood requirements and add new features as proposed by the customer. Throw-away prototyping Objective is to understand t
16、he system requirements. Should start with poorly understood requirements to clarify what is really needed.,CSEM01 - Wk 3 - Process,24,Evolutionary development,CSEM01 - Wk 3 - Process,25,Evolutionary development,Problems Lack of process visibility; Systems are often poorly structured; Special skills
17、(e.g. in languages for rapid prototyping) may be required. Applicability For small or medium-size interactive systems; For parts of large systems (e.g. the user interface); For short-lifetime systems.,CSEM01 - Wk 3 - Process,26,Component-based software engineering,Based on systematic reuse where sys
18、tems are integrated from existing components or COTS (Commercial-off-the-shelf) systems. Process stages Component analysis; Requirements modification; System design with reuse; Development and integration. This approach is becoming increasingly used as component standards have emerged.,CSEM01 - Wk 3
19、 - Process,27,Reuse-oriented development,CSEM01 - Wk 3 - Process,28,Process iteration,System requirements ALWAYS evolve in the course of a project so process iteration where earlier stages are reworked is always part of the process for large systems. Iteration can be applied to any of the generic pr
20、ocess models. Two (related) approaches Incremental delivery; Spiral development.,CSEM01 - Wk 3 - Process,29,Incremental delivery,Rather than deliver the system as a single delivery, the development and delivery is broken down into increments with each increment delivering part of the required functi
21、onality. User requirements are prioritised and the highest priority requirements are included in early increments. Once the development of an increment is started, the requirements are frozen though requirements for later increments can continue to evolve.,CSEM01 - Wk 3 - Process,30,Incremental deve
22、lopment,CSEM01 - Wk 3 - Process,31,Incremental development advantages,Customer value can be delivered with each increment so system functionality is available earlier. Early increments act as a prototype to help elicit requirements for later increments. Lower risk of overall project failure. The hig
23、hest priority system services tend to receive the most testing.,CSEM01 - Wk 3 - Process,32,Extreme programming,An approach to development based on the development and delivery of very small increments of functionality. Relies on constant code improvement, user involvement in the development team, pa
24、ir programming,and frequent build.,CSEM01 - Wk 3 - Process,33,Spiral development,Process is represented as a spiral rather than as a sequence of activities with backtracking. Each loop in the spiral represents a phase in the process. No fixed phases such as specification or design - loops in the spi
25、ral are chosen depending on what is required. Risks are explicitly assessed and resolved throughout the process.,CSEM01 - Wk 3 - Process,34,Spiral model - Boehm,CSEM01 - Wk 3 - Process,35,Spiral model sectors,Objective setting Specific objectives for the phase are identified. Risk assessment and red
26、uction Risks are assessed and activities put in place to reduce the key risks. Development and validation A development model for the system is chosen which can be any of the generic models. Planning The project is reviewed and the next phase of the spiral is planned.,CSEM01 - Wk 3 - Process,36,The
27、Rational Unified Process,A modern process model derived from the work on the UML and associated process. Normally described from 3 perspectives A dynamic perspective that shows phases over time; A static perspective that shows process activities; A practive perspective that suggests good practice.,C
28、SEM01 - Wk 3 - Process,37,RUP phases,Inception Establish the business case for the system. Elaboration Develop an understanding of the problem domain and the system architecture. Construction System design, programming and testing. Transition Deploy the system in its operating environment.,CSEM01 -
29、Wk 3 - Process,38,RUP good practice,Develop software iteratively Manage requirements Use component-based architectures Visually model software Verify software quality Control changes to software,CSEM01 - Wk 3 - Process,39,The SEI process maturity model,CSEM01 - Wk 3 - Process,40,Key process areas,CS
30、EM01 - Wk 3 - Process,41,It focuses on project management rather than product development. It ignores the use of technologies such as rapid prototyping. It does not incorporate risk analysis as a key process area It does not define its domain of applicability,SEI model problems,CSEM01 - Wk 3 - Proce
31、ss,42,Wherever possible, quantitative process data should be collected Very difficult where organisations dont have clearly defined process standards, as you dont know what to measure - a process may have to be defined before any measurement is possible. Process measurements should be used to assess
32、 process improvements The improvements driver is the organizational objectives, not the measurements.,Process measurement,CSEM01 - Wk 3 - Process,43,Time taken for process activities to be completed - e.g. Calendar time or effort to complete an activity or process. Resources required for processes o
33、r activities - e.g. Total effort in person-days. Number of occurrences of a particular event - e.g. Number of defects discovered.,Classes of process measurement,CSEM01 - Wk 3 - Process,44,Key points,Software processes are the activities involved in producing and evolving a software system. Software process models are a
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 大学生在线学习平台
- 江苏省安全文明施工措施费
- 项目进度汇报及协调通知
- 跨部门协作会议纪要与行动计划
- 高效会议管理技巧与实践指南
- 台风应急预案演练方案
- 项目预算控制表模板(财务部门)
- 可持续发展战略实践分享
- 电子交易系统操作指南
- 办公室职员健康促进措施
- 遥感的物理基础 课件 第二章 遥感的物理基础
- 胃大部切除术护理常规
- 2025体育单招英语备考100个高频名词精讲(精校打印版)
- 2025年皖北卫生职业学院单招职业适应性测试题库审定版
- 台球馆装修合同模板及明细
- 数学-湖北省鄂东新领先协作体2025届高三下学期2月调考(二模)试题和答案
- 2024-2025学年人教版数学七下 第七章 相交线与平行线(含答案)
- GB/T 44994-2024声学助听器验配管理
- 装卸车程序及人员管理规章制度范文(2篇)
- 生活垃圾焚烧发电项目工程创优(鲁班奖)计划
- 电池及电池系统维修保养师国家职业标准(2024年)
评论
0/150
提交评论