Chapter 10.

Slides:



Advertisements
Similar presentations
Systems Implementation and Operation
Advertisements

Systems Implementation
Changeover Lecture 12 Change-Over Strategies for Implementation 1 BTEC HNC Systems Support Castle College 2007/8.
Chapter 9.
SYSTEM DEVELOPMENT Dr Manolya Kavakli Department of Computing
Lab/Sessional -CSE-374. SYSTEM DEVELOPMENT LIFE CYCLE.
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
© Prentice Hall CHAPTER 9 Application Development by Information Systems Professionals.
Chapter 8 System Implementation and Operation. Learning Objectives l To discover which activities take place during the third and fourth phases of the.
Systems Implementation
Lecture 13 Revision IMS Systems Analysis and Design.
Eleventh Edition 1 Introduction to Information Systems Essentials for the Internetworked E-Business Enterprise Irwin/McGraw-Hill Copyright © 2002, The.
System Implementations American corporations spend about $300 Billion a year on software implementation/upgrade projects.
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 18-1 Accounting Information Systems 9 th Edition Marshall.
Pertemuan Matakuliah: A0214/Audit Sistem Informasi Tahun: 2007.
System Implementation
7.2 System Development Life Cycle (SDLC)
PowerPoint Presentation by Charlie Cook Copyright © 2004 South-Western. All rights reserved. Chapter 7 System Design and Implementation System Design and.
System Implementations American corporations spend about $300 Billion a year on software implementation/upgrade projects.
Introduction to Systems Analysis and Design
Chapter 17 Acquiring and Implementing Accounting Information Systems
Acquiring Information Systems and Applications
System Implementation
Introduction to Computer Technology
Picture 1 model: ICT lifecycle in a company 1. business needs & business strategy 2. ICT strategy - ICT assessment - ICT strategic plan - ICT implementation/tactical.
Systems Life Cycle A summary of what needs to be done.
Chapter 22 Systems Design, Implementation, and Operation Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-1.
Chapter 10.
CHAPTER 8 System implementation
Systems Analysis & Design 7 th Edition Chapter 10.
Systems Implementation
1 Building and Maintaining Information Systems. 2 Opening Case: Yahoo! Store Allows small businesses to create their own online store – No programming.
INFORMATION SYSTEM APPLICATIONS System Development Life Cycle.
PHASE 4 SYSTEMS IMPLEMENTATION Application Development SYSTEMS ANALYSIS & DESIGN.
Analysis and Design Techniques
Computers Are Your Future Eleventh Edition Chapter 13: Systems Analysis & Design Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Chapter 13: Developing and Implementing Effective Accounting Information Systems
DISCUSS ANY FOUR APPROACHES TO SYSTEM CHANGEOVER
Systems Development and Analysis. ©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart Lecture 03-2 Introduction.
Introduction to Systems Development Life Cycle
Chapter 14 Information System Development
Principles of Information Systems, Sixth Edition Systems Design, Implementation, Maintenance, and Review Chapter 13.
Fundamentals of Information Systems, Third Edition1 Systems Design Answers the question “How will the information system do what it must do to solve a.
Principles of Information Systems, Sixth Edition Systems Design, Implementation, Maintenance, and Review Chapter 13.
Systems Analysis and Design
Systems Life Cycle A2 Module Heathcote Ch.38.
Systems Analysis and Design 8 th Edition Chapter 11 Managing Systems Implementation.
System Implementation System Implementation - Mr. Ahmad Al-Ghoul System Analysis and Design.
System Implementation
Systems Analysis and Design 8 th Edition Chapter 11 Managing Systems Implementation.
Principles of Information Systems, Sixth Edition 1 Systems Design, Implementation, Maintenance, and Review Chapter 13.
第 11 組 MIS 報告. Phases of any information system ~ recognition of a business problem or opportunity ~ recognition of a business problem or opportunity.
Systems Development Life Cycle (SDLC)
GCSE ICT 3 rd Edition The system life cycle 18 The system life cycle is a series of stages that are worked through during the development of a new information.
Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
The information systems lifecycle Far more boring than you ever dreamed possible!
Kaplan University IT460 System Analysis & Design
MANAGEMENT INFORMATION SYSTEM
Principles of Information Systems Eighth Edition
Systems Implementation
Information Systems Development
Fundamentals of Information Systems, Sixth Edition
Systems Analysis and Design
Developing Information Systems
System Development Life Cycle (SDLC)
Engineering Processes
System Development Life Cycle (SDLC)
SYSTEMS ANALYSIS & DESIGN
SYSTEMS ANALYSIS & DESIGN
What is a System? A system is a collection of interrelated components that work together to perform a specific task.
Presentation transcript:

Chapter 10

Phase Description Systems Implementation is the fourth of five phases in the systems development life cycle (SDLC) Includes application development, testing, documentation, training, data conversion, system changeover, and post-implementation evaluation of the results

Chapter Objectives Explain the importance of software quality assurance Describe the application development process Differentiate between program, system, operations, and user documentation Describe test and operational environment Describe different training options Identify and describe changeover methods Explain post-implementation evaluation 3

Software Quality Assurance Software Engineering Software development process that stresses solid design, accurate documentation, and careful testing. Software Engineering Institute (SEI) Capability Maturity Model (CMM) Capability Maturity Model Integration (CMMI) International Organization for Standardization (ISO) Many firms seek assurance that software systems will meet rigid quality standards In 1991, ISO established a set of guidelines called ISO 9000-3

Overview of Application Development Application Development Steps

Testing the System Unit Testing Test data Programmers must test programs that interact with other programs and files individually Integration Testing Integration testing, or link testing Testing the programs independently does not guarantee that the data passed between them is correct System Testing Acceptance tests You should regard thorough testing as a cost-effective means of providing a quality product

Documentation Program Documentation System Documentation Operations Documentation User Documentation

Management Approval After system testing is complete, you present the results to management If system testing produced no technical, economical, or operational problems, management determines a schedule for system installation and evaluation

Operational and Test Environments The environment for the actual system operation is called the operational environment or production environment The environment that analysts and programmers use to develop and maintain programs is called the test environment A separate test environment is necessary to maintain system security and integrity and protect the operational environment

Training Vendor Training Webinars and Podcasts Outside Training Resources In-House Training

Data Conversion Data Conversion Strategies The old system might be capable of exporting data in an acceptable format for the new system or in a standard format such as ASCII or ODBC If a standard format is not available, you must develop a program to extract the data and convert it It is essential that the new system be loaded with accurate, error-free data

System Changeover Direct Cutover Involves more risk Companies often choose the direct cutover method for implementing commercial software packages Cyclical information systems usually are converted using the direct cutover method at the beginning of a quarter, calendar year, or fiscal year

System Changeover Parallel Operation Easier to verify that the new system is working properly under parallel operation than under direct cutover Running both systems might place a burden on the operating environment and cause processing delay Is not practical if the old and new systems are incompatible technically Also is inappropriate when the two systems perform different functions

System Changeover Pilot Operation The group that uses the new system first is called the pilot site The old system continues to operate for the entire organization After they system proves successful at the pilot site, it is implemented in the rest of the organization, usually using the direct cutover method Is a combination of parallel operation and direct cutover methods

System Changeover Phased Operation You give a part of the system to all users The risk of errors or failures is limited to the implemented module only

Post-Implementation Tasks Post-Implementation Evaluation (Review) Includes feedback for the following areas: Accuracy, completeness, and timeliness of information system output User satisfaction System reliability Adequacy of system controls and security measures Hardware efficiency and platform performance Effectiveness of data base implementation Performance of the IT team Completeness and quality of documentation Quality and effectiveness of training Accuracy of cost-benefit estimates and development schedules

Post-Implementation Tasks (Cont…) Post-Implementation Evaluation When evaluating a system, you should: Interview members of management and key users Observe users and computer operations personnel actually working with the new information system Read all documentation and training materials Examine all source documents, output reports, and screen displays Use questionnaires to gather information and opinions form a large number of users Analyze maintenance and help desk logs Whenever possible, people who were not directly involved in developing the system should conduct the post-implementation evaluation

Chapter Summary The systems implementation phase consists of application development, testing, installation, and evaluation of the new system Analysts and technical writers also prepare operations documentation and user documentation Develop a training program 49

Chapter Summary Data conversion often is necessary when installing a new information system System changeover is the process of putting the new system into operation A post-implementation evaluation assesses and reports on the quality of the new system and the work done by the project team 49