Presentation is loading. Please wait.

Presentation is loading. Please wait.

McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 19 Systems Construction and Implementation.

Similar presentations


Presentation on theme: "McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 19 Systems Construction and Implementation."— Presentation transcript:

1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 19 Systems Construction and Implementation

2 19-2 Objectives Explain the purpose of the construction and implementation phases of the systems life cycle. Describe the systems construction and implementation phases in terms of your information building blocks. Describe the systems construction implementation phases in terms of major tasks, roles, inputs and outputs. Explain several application program and system tests. Identify several system conversion strategies. Identify those chapters in this textbook that can help you actually perform the tasks of systems construction and implementation.

3 19-3 What Is System Construction and Implementation? Systems construction – the development, installation, and testing of system components. A common but unfortunate synonym is systems development (more frequently used to describe the entire life cycle.) Systems implementation – the installation and delivery of the entire system into production. Day-to-day operation

4 19-4 Tasks for Completing The Construction Phase

5 19-5 Construction Phase – 1. Build and Test Networks Often system built around existing networks. If system calls for new network functionality, must by built and tested prior to programs that use that it. Roles Network designer Designs LAN and WAN connectivity Network administrator builds and tests Network architecture standards Security Systems analyst Facilitates Ensures that business requirements are not compromised

6 19-6 Construction Phase – 2. Build and Test Databases Implement database schema Test with sample data Deliver unpopulated database structure Roles System users Provide and/or approve test data Database designer/programmer Build tables, views, stored procedures (if relational database) Database administrator “Tune” database for optimum performance Security Backup and recovery Systems Analyst Build non-corporate, applications-oriented database Ensures business requirements compliance

7 19-7 Construction Phase – 3. Install and Test New Software If system requires purchased or leased software, must be installed and tested. Roles Systems analyst Clarifies business requirements System designer Clarifies integration requirements Network administrator Install software package Software vendor/consultant Assist in installation and testing Applications programmer Test according to integration requirements

8 19-8 Construction Phase – 4. Write and Test New Programs Develop in-house programs Reuse available software components in library Write new components Test Document Roles Systems analyst Clarifies business requirements System designer Clarifies program design and integration requirements Application programmer (or team) Writes and tests in-house software

9 19-9 Levels of Testing Stub test - a test performed on a subset of a program. Individual events or modules of a program. Testing of an isolated subset of a program. Unit or program test – a test performed on an entire program. All the events and modules tested as an integrated unit. Systems test – a test performed on an entire system Ensures that application programs written and tested in isolation work properly when integrated into the total system.

10 19-10 Tasks for Completing The Implementation Phase

11 19-11 Implementation Phase - 1. Conduct System Test Test network, databases, purchased software, new in-house software, and existing software to make sure it all works together. Roles Systems analyst Develops system test data Communicates problems and issues System builders (database, network, programmers) Resolve problems revealed during testing System owners and users Verify whether or not system operates correctly May result in return to construction phase Iterate until successful system test

12 19-12 Implementation Phase – 2. Prepare Conversion Plan Plan for how to convert from old system to new system. How to install and populate databases How to train users Finalize documentation Conversion issues Roles System analyst/Project manager Develop a detailed conversion plan Steering committee Approves plan and timetable

13 19-13 Installation Strategies Abrupt cutover Parallel conversion Location conversion Staged conversion Versions Locations

14 19-14 Systems Acceptance Test Systems acceptance test – a test performed on the final system wherein users conduct a verification, validation, and audit test. Uses real data over an extended time period Extensive test that addresses: verification testing, validation testing, and audit testing. Verification testing runs the system in a simulated environment using simulated data. Alpha testing Simulated environment using simulated data Checks for errors and omissions regarding end-use and design specifications

15 19-15 Systems Acceptance Test (continued) Validation testing runs the system in a live environment using real data. Beta testing Live environment using real data Testing: Systems performance (throughput and response time) Peak workload performance Human engineering Methods and procedures Backup and recovery Audit testing certifies that the system is free of errors and is ready to be placed into operation.

16 19-16 Implementation Phase – 3. Install Databases Populate new system databases with existing data from old system Generally have to restructure data as it is populated Must confirm that data is translated correctly Roles Application programmers Write (or use) special programs to extract data from existing databases and populate new databases Systems analyst/designer Calculate database sizes and estimate time for installation

17 19-17 Implementation Phase – 4. Train Users System users trained and provided with documentation Roles System analyst Plan trainings Conduct trainings Write documentation Help users through the learning period System owners Approve release time for training System users Attend training Accept system

18 19-18 An Outline For A Training Manual I. Introduction II. Manual A. The manual system (a detailed explanation of people’s jobs and standard operating procedures for the new system). B. The computer system (how it fits into the overall workflow). 1. Terminal/keyboard familiarization. 2. First-time end users. a. Getting started. b. Lessons C. Reference manual (for non beginners). III. Appendixes A. Error messages.

19 19-19 Implementation Phase – 5. Convert to New System Ownership transfers from analysts and builders to end users. Roles Systems analyst/Project manager Carries out conversion plan Correct shortcomings Measure system acceptance System owners Provide feedback System users Provide feedback

20 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 20 Systems Operations and Support

21 19-21 Objectives Define systems operations and support. Describe relative roles of a repository, program library, and database in systems operations and support. Differentiate between maintenance, recovery, technical support, and enhancement as system support activities. Describe tasks required to maintain programs in response to bugs. Describe role of benchmarking in system maintenance. Describe the systems analyst’s role in system recovery. Describe forms of technical support provided by a systems analyst for the user community. Describe tasks that should/may be performed in system enhancement, and relationship between enhancement and original systems development process. Describe the role of reengineering in systems enhancement. Describe three types of reengineering.

22 19-22 Systems support is the on-going technical support for users, as well as the maintenance required to fix any errors, omissions, or new requirements that may arise. Systems operation is the day-to-day, week-to-week, month-to-month, and year-to-year execution of an information system’s business processes and application programs. An operational system is a system that has been placed into operation. Frequently called a production system. Support versus Operation

23 19-23 Systems Development, Operation, and Support Functions

24 19-24 Three Important Data Stores The repository is a data store(s) of accumulated system knowledge—system models, detailed specifications, and any other documentation accumulated during systems development. The program library is a data store(s) of all application programs. The business data is all those data stores of the actual business data created and maintained by the production application programs.

25 19-25 Systems Support Activities

26 19-26 System Support Activities System maintenance corrects “bugs” or errors that slipped through the system development process. System recovery is the restoration of the system and data after a system failure. Technical support is any assistance provided to users in response to inexperience or unanticipated situations. System enhancement is the improvement of the system to handle new business problems, new technical problems, or new technology requirements.

27 19-27 System Maintenance - Causes of “Bugs” Poorly validated requirements. Poorly communicated requirements. Misinterpreted requirements. Incorrectly implemented requirements or designs. Simple misuse of the programs.

28 19-28 System Maintenance Objectives To make predictable changes to existing programs to correct errors. To preserve those aspects of the programs that were correct, and to avoid “ripple effects” of changes that may adversely affect the correctly functioning aspects. To avoid, as much as possible, the degradation of system performance. To complete the task as quickly as possible without sacrificing quality and reliability of the system.

29 19-29 System Maintenance Tasks

30 19-30 System Maintenance Tasks 1.Validate the problem. 2.Benchmark the program. test script - a repository of test cases to be executed against all program revisions. 3.Study and debug the program to fix: Poor program structure. Unstructured (or poorly structured) logic. Prior maintenance (so-called “ripple” effects.) Dead code. Poor or inadequate documentation. 4.Test the program.

31 19-31 Testing Unit testing (essential) ensures that the stand-alone program fixes the bug without undesirable side effects to the program. System testing (essential) ensures that the entire application, of which the modified and unit tested program was a part, still works as a complete system. Regression testing (recommended) extrapolates the impact of the changes on system performance (throughput and response time) by analyzing before- and-after performance against the test script. Version control - a process whereby a librarian program keeps track of changes made to programs to facilitate backtracking.

32 19-32 System Recovery Activities 1.Recover from user’s terminal. Menu option Reboot 2.Systems operations personnel correct server problem (network admin, database admin, webmaster). 3.Data administrator recovers lost data or corrupted files. Lost transactions must be reprocessed (roll forward) Partially processed transactions must be undone (roll back) 4.Network administrator fixes LAN or WAN problem. 5.Technicians or vendor reps fix hardware problem. 6.Software bug must be trapped and fixed.

33 19-33 Technical Support Being on call to assist users Typical tasks: Routinely observing use of system Conducting user-satisfaction surveys and meetings Changing business procedures for clarification Providing additional training Logging enhancement ideas and requests in repository

34 19-34 System Enhancement Triggers New business problems New business requirements New technology requirements (inclusive of hardware and software upgrades) New design requirements

35 19-35 System Enhancement Tasks

36 19-36 System Enhancement Tasks 1. Analyze enhancement request. 2. If appropriate, make the quick fix. Changes that can be made without Restructuring stored data Updating stored data Inputting new data In other words, reports and outputs Requirements that exceed this should be subjected to systems analysis and design to consider implications. Can be written in 4GLs

37 19-37 System Enhancement Tasks (continued) 3.Recover the existing physical system: Updating repository and documentation for changes Database recovery and restructuring Program analysis, recovery, and restructuring Software metrics - mathematically proven measurements of software quality and developer productivity. –Measurement of control flow knots (logic complexity) –Measurement of cycle complexity Code reorganization of modularity and/or logic Code conversion from one language to another Code slicing to create reusable software components or objects out of existing code

38 19-38 System Obsolescence All systems degrade over time At some point, not cost-effective to support and maintain Leads to a new systems development project Full circle to chapters 3-19


Download ppt "McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 19 Systems Construction and Implementation."

Similar presentations


Ads by Google