Systems Analysis and Design in a Changing World, 6th Edition

Slides:



Advertisements
Similar presentations
Making the System Operational
Advertisements

Configuration management
Configuration management
Chapter 15 System Implementation
Software Processes Coherent sets of activities for specifying, designing, implementing and testing software systems.
System Construction and Implementation Objectives:
Sixth Hour Lecture 10:30 – 11:20 am, September 9 Framework for a Software Management Process – Artifacts of the Process (Part II, Chapter 6 of Royce’ book)
© 2005 by Prentice Hall Chapter 4 System Testing & Implementation Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George Joseph.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Copyright 2002 Prentice-Hall, Inc. Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 17 System.
Systems Analysis and Design in a Changing World, Fourth Edition
Chapter 1 The Systems Development Environment 1.1 Modern Systems Analysis and Design Third Edition.
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 18-1 Accounting Information Systems 9 th Edition Marshall.
Systems Analysis and Design in a Changing World, Fourth Edition
Systems Analysis and Design in a Changing World, 6th Edition
Asper School of Business University of Manitoba Systems Analysis & Design Instructor: Bob Travica System implementation and deployment Updated: November.
Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
Hands-On Microsoft Windows Server 2008 Chapter 11 Server and Network Monitoring.
Windows Server 2008 Chapter 11 Last Update
System Implementation
Chapter 16 Making the System Operational
Deploying Dynamics Applications Thomas Hansen – Director, appSolutions a|s
N A managed approach to planning and controlling the implementation of complex application software. n A flexible tool kit, designed to support the Project.
Systems Analysis and Design: The Big Picture
Chapter 10.
System Implementation. System Implementation and Seven major activities Coding Testing Installation Documentation Training Support Purpose To convert.
12.
© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 3 Slide 1 Chapter 15 System Implementation.
INFORMATION SYSTEM APPLICATIONS System Development Life Cycle.
Relating Testing to Quality –Timeliness of Testing –Quality Attributes Gauge by Testing –Roles Defining Test Discipline Activities Elaborating the Test.
Configuration Management (CM)
Fundamentals of Information Systems, Third Edition1 Systems Design Answers the question “How will the information system do what it must do to solve a.
11 SUPPORTING APPLICATIONS IN WINDOWS XP PROFESSIONAL Chapter 9.
CSI-MAXIMUS, Inc CSI Comprehensive Service & Support Implementing the CSI Way.
System Implementation Dr. Dania Bilal IS 592 Spring 2005.
16 Systems Analysis and Design in a Changing World Chapter 16: Making the System Operational.
Construction, Testing, Documentation, and Installation Chapters 15 and 16 Info 361: Systems Analysis and Design.
What is Testing? Testing is the process of exercising or evaluating a system or system component by manual or automated means to verify that it satisfies.
© 2005 by Prentice Hall Chapter 15 System Implementation Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Making the System Operational Implementation & Deployment
1 Object-Oriented Analysis and Design with the Unified Process Figure 13-1 Implementation discipline activities.
Slide 1 Chapter 0 SQL Server 2005 Installation. Slide 2 Content 1.Prerequisite Installation 2.SQL server 2005 Express Installation 3.SQL Client Tools.
SYSTEMSDESIGNANALYSIS 1 Chapter 21 Implementation Jerry Post Copyright © 1997.
University of Toronto at Scarborough © Kersti Wain-Bantin CSCC40 testing and installation 1 for testing you need: test data and test cases test plans and.
CS 310 Ch 4: Software Processes Software process: a set of activities that lead to a software system specification design and implementation validation.
CIS 210 Systems Analysis and Development Week 9 Part I System Implementation,
Chapter 4. CONCEPT OF THE OPERATING SYSTEM MANAGING ESSENTIAL FILE OPERATIONS.
Principles of Information Systems Eighth Edition
Chapter 1 The Systems Development Environment
Chapter 1 The Systems Development Environment
Constructing Deploying and Maintaining Enterprise Systems
Objectives Describe implementation activities
Fundamentals of Information Systems, Sixth Edition
Chapter 1 The Systems Development Environment
V-Shaped SDLC Model Lecture-6.
Chapter 1 The Systems Development Environment
SQL Server 2005 Installation
Applied Software Implementation & Testing
Systems Design, Implementation, and Operation
Engineering Processes
Chapter 1 (pages 4-9); Overview of SDLC
Making the System Operational Implementation & Deployment
1.2 System Design Basics.
Chapter 7 –Implementation Issues
Systems Analysis and Design in a Changing World, 6th Edition
DEPLOYING SECURITY CONFIGURATION
Chapter 8 Prototyping and Rapid Application Development
Chapter 1 The Systems Development Environment
Overview Activities from additional UP disciplines are needed to bring a system into being Implementation Testing Deployment Configuration and change management.
Chapter 10 Systems Implementation and Operation
Presentation transcript:

Systems Analysis and Design in a Changing World, 6th Edition Chapter 13 - Making the System Operational Systems Analysis and Design in a Changing World, 6th Edition

Implementation and Deployment Activities Systems Analysis and Design in a Changing World, 6th Edition

Systems Analysis and Design in a Changing World, 6th Edition Test Types Systems Analysis and Design in a Changing World, 6th Edition

Systems Analysis and Design in a Changing World, 6th Edition Testing Concepts Test case – a formal description of a starting state, one or more events to which the software must respond, and the expected response or ending state Defined based on well understood functional and non-functional requirements Must test all normal and exception situations Test data – a set of starting states and events used to test a module, group of modules, or entire system The data that will be used for a test case Systems Analysis and Design in a Changing World, 6th Edition

Systems Analysis and Design in a Changing World, 6th Edition Deployment Activities Note system tests, stress tests, and user acceptance tests are considered deployment Systems Analysis and Design in a Changing World, 6th Edition

Converting and Initializing Data Complex data conversion example Systems Analysis and Design in a Changing World, 6th Edition

Systems Analysis and Design in a Changing World, 6th Edition Training Users Training for end users must emphasize hands-on use for specific business processes or functions, such as order entry, inventory control, or accounting Widely varying skill and experience levels call for at least some hands-on training, including practice exercises, questions and answers, and one-on-one tutorials System operator training can be much less formal when the operators aren’t end users Experienced computer operators and administrators can learn most or all they need to know by self-study Systems Analysis and Design in a Changing World, 6th Edition

Configuring the Production Environment Systems Analysis and Design in a Changing World, 6th Edition

Planning and Managing Implementation, Testing and Deployment Source code control An automated tool for tracking source code files and controlling changes to those files When a programmer needs to make changes to a file, he or she checks out the file in read/write mode The SCCS allows only one programmer at a time to check out a file in read/write mode. Systems Analysis and Design in a Changing World, 6th Edition

Planning and Managing Implementation, Testing and Deployment Packaging, installing, and deploying components Issues to consider when planning Different approaches Direct deployment Parallel deployment Phased deployment Systems Analysis and Design in a Changing World, 6th Edition

Planning and Managing Implementation, Testing and Deployment Systems Analysis and Design in a Changing World, 6th Edition

Planning and Managing Implementation, Testing and Deployment Systems Analysis and Design in a Changing World, 6th Edition

Planning and Managing Implementation, Testing and Deployment Systems Analysis and Design in a Changing World, 6th Edition