ImageVerifierCode 换一换
格式:PPT , 页数:31 ,大小:2.22MB ,
资源ID:389567      下载积分:2000 积分
快捷下载
登录下载
邮箱/手机:
温馨提示:
如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝扫码支付 微信扫码支付   
注意:如需开发票,请勿充值!
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【http://www.mydoc123.com/d-389567.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(Systems Analysis and Design5th EditionChapter 11. Moving .ppt)为本站会员(dealItalian200)主动上传,麦多课文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文库(发送邮件至master@mydoc123.com或直接QQ联系客服),我们立即给予删除!

Systems Analysis and Design5th EditionChapter 11. Moving .ppt

1、Systems Analysis and Design 5th Edition Chapter 11. Moving into Implementation,Roberta Roth, Alan Dennis, and Barbara Haley Wixom,11-0, Copyright 2011 John Wiley & Sons, Inc.,Chapter 11 Outline,Managing the programming process. Testing. Developing documentation., Copyright 2011 John Wiley & Sons, In

2、c.,11-1,INTRODUCTION,The implementation phase consists of developing and testing the systems software, documentation, and new operating procedures. Managing the programming process is the major task of the systems analyst in this phase. While programmers work on programming, the systems analyst desi

3、gn a variety of tests to ensure that the system does what it was designed to do. During this phase, the systems analysts finalize the system documentation and develop the user documentation., Copyright 2011 John Wiley & Sons, Inc.,11-2,MANAGING THE PROGRAMMING PROCESS,The project managers tasks duri

4、ng the process of programming: - assigning programming tasks,- coordinating the activities, and- managing the programming schedule., Copyright 2011 John Wiley & Sons, Inc.,11-3,Assigning Programming Tasks,The project manager first groups together modules that are related, and then assigns the groups

5、 of modules to programmers on the basis of their experience and skill level. The project manager must deal with a mismatch between the available programming skills and the programming skills that are needed for the project. The best size of programming team is the smallest feasible one that can func

6、tion as independent as possible., Copyright 2011 John Wiley & Sons, Inc.,11-4,Coordinating Activities,Coordination can be done through both high-tech and low-tech means. The simplest approach is to have a weekly project meeting. Another important method is to create and follow standards. Many projec

7、t teams set up three “areas” for programmers: development area, testing area, and production area., Copyright 2011 John Wiley & Sons, Inc.,11-5,(contd),Implement change control techniques:- keeping files and programs in different places according to completion status,- using a program log to keep tr

8、ack of program changes. Many CASE tools are set up to track the status of programs and help manage programmers., Copyright 2011 John Wiley & Sons, Inc.,11-6,Managing the Schedule,The initial time estimates must be refined as the project progresses during construction. One of the most common causes f

9、or schedule problems is scope creep. Another common cause is unnoticed day-by-day slippages in the schedule. Typically, a project manager will create risk assessment that tracks potential risks that have an impact on the schedule and costs., Copyright 2011 John Wiley & Sons, Inc.,11-7,(contd),Classi

10、c Implementation Mistakes: 1. Research-oriented development. 2. Using “low-cost” personnel. 3. Lack of code control. 4. Inadequate testing., Copyright 2011 John Wiley & Sons, Inc.,11-8,TESTING,The attention paid to testing is justified by the high costs associated with downtime and failures caused b

11、y software bugs., Copyright 2011 John Wiley & Sons, Inc.,11-9,Test Planning,Testing starts with the testers developing a test plan that defines a series of tests that will be conducted. A test plan describes a set of very specific test cases to examine, and defines the expected results. The tester d

12、evelops a series of test cases to ensure that the quality of programs is validated. There are four general stages of tests: unit tests, integration tests, system tests, and acceptance tests., Copyright 2011 John Wiley & Sons, Inc.,11-10,(contd),Test plan, Copyright 2011 John Wiley & Sons, Inc.,11-11

13、,(contd),Each of the functions is a separate module that needs to be tested, Copyright 2011 John Wiley & Sons, Inc.,11-12,(contd), Copyright 2011 John Wiley & Sons, Inc.,11-13,Error Discovery Rates for Different Stages of Tests,(contd),Types of Tests, Copyright 2011 John Wiley & Sons, Inc.,11-14,Uni

14、t Tests,Unit tests focus on one unit a program or a program module that performs a specific function that can be tested. There are two approaches to unit testing:- Black-box testing The test plan is developed directly from the program specification.- White-box testing The tester reviews the actual p

15、rogram code., Copyright 2011 John Wiley & Sons, Inc.,11-15,Integration Tests,Integration tests assess whether a set of modules or programs that must work together do so without error. There are four approaches to integration testing:- user interface testing,- use scenario testing,- data flow testing

16、, and- system interface testing., Copyright 2011 John Wiley & Sons, Inc.,11-16,System Tests,System tests are usually conducted by the systems analysts to ensure that all modules and programs work together without error. System tests examine- how well the system meets business requirements,- usabilit

17、y,- security,- performance under heavy load, and- systems documentation., Copyright 2011 John Wiley & Sons, Inc.,11-17,Acceptance Tests,Acceptance tests are done primarily by the users. The goal of acceptance tests is to confirm that the system is complete, meets the business needs, and is acceptabl

18、e to the users. Acceptance testing is done in two stages:- alpha testing - users test the system using made-up data, - beta testing users begin to use the system with real data and carefully monitor the system for errors., Copyright 2011 John Wiley & Sons, Inc.,11-18,DEVELOPING DOCUMENTATION,There a

19、re two fundamentally different types of documentation:- system documentation is intended to help programmers and systems analysts understand the system and enable them to build it or maintain it;- user documentation is designed to help the user operate the system., Copyright 2011 John Wiley & Sons,

20、Inc.,11-19,(contd),User documentation should not be left until the end of the project. Time required to develop and test user documentation should be built into project plan. On-line documentation is becoming the predominant form., Copyright 2011 John Wiley & Sons, Inc.,11-20,(contd),There are four

21、key strengths of online documentation:- Searching for information is simpler.- The same information can be presented in many different formats.- It enables the user to interact with the documentation in many new ways.- It is significantly less expensive than paper documentation., Copyright 2011 John

22、 Wiley & Sons, Inc.,11-21,Types of User Documentation,There are three fundamentally different types of user documentation:- Reference Documents are designed to be used when the user needs to learn how to perform a specific function.- Procedural Manuals describe how to perform business task.- Tutoria

23、ls teach people how to use major components of the system., Copyright 2011 John Wiley & Sons, Inc.,11-22,Designing Documentation Structure,The general structure used in online documentation is to develop a set of documentation navigation controls that lead the user to documentation topics.There are

24、five general types of navigation controls for topics: table of contents, index, text search, intelligent agent, and Web-like links., Copyright 2011 John Wiley & Sons, Inc.,11-23,(contd),Organizing Online Reference Documents, Copyright 2011 John Wiley & Sons, Inc.,11-24,Writing Documentation Topics,T

25、opics start with clear titles, followed by introductory text that define the topic, and then provide detailed, step-by-step instructions. Many topics include screen images and “show me” examples. Most also include navigation controls to enable movement among topics. Some also have links to related t

26、opics., Copyright 2011 John Wiley & Sons, Inc.,11-25,(contd), Copyright 2011 John Wiley & Sons, Inc.,11-26,A Help Topic in Microsoft Word,(contd), Copyright 2011 John Wiley & Sons, Inc.,11-27,Guidelines for Crafting Documentation Topics,Identifying Navigation Terms,Navigation terms are used to help

27、users find topics. Terms for the index and search engine can come from four distinct sources:- The set of the commands in the user interface;- The set of major concepts in the system (e.g., data entities);- The set of business tasks the user performs;- The set of synonyms for the three sets of items

28、 mentioned above., Copyright 2011 John Wiley & Sons, Inc.,11-28,SUMMARY,Managing programming- The project manager assigns tasks to the programmers, coordinates the program development, manages the schedule, and adjusts the schedule. Testing- A test plan contains several tests.- A test specifies seve

29、ral test cases.- Four types of tests: unit tests, integration tests, system tests, and acceptance tests. Documentation- User documentation and system documentation are moving towards online documentation.- Three types of user documentation: reference documents, manuals, and tutorials., Copyright 201

30、1 John Wiley & Sons, Inc.,11-29,Copyright 2011 John Wiley & Sons, Inc.,All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976 United States Copyright Act without the express written permission of the copyright owner is unlawful. Request for fur

31、ther information should be addressed to the Permissions Department, John Wiley & Sons, Inc. The purchaser may make back-up copies for his/her own use only and not for redistribution or resale. The Publisher assumes no responsibility for errors, omissions, or damages, caused by the use of these programs or from the use of the information contained herein., Copyright 2011 John Wiley & Sons, Inc.,11-30,

copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
备案/许可证编号:苏ICP备17064731号-1