Leaders in Asset Management Big Plans for your Property System? How to plan for a Property System Project Prepared by: Yudiann Carlo, CPPS

Slides:



Advertisements
Similar presentations
Project Management Concepts
Advertisements

Requirements Specification and Management
P5, M1, D1.
Business Driven Technology Unit 5 Transforming Organizations Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution.
MIS 2000 Class 20 System Development Process Updated 2014.
1 Information Systems Development (ISD) Systems Development Life Cycle Overview of Analysis Phase Overview of Design Phase CP2236: Information Systems.
National Property Management Association Robert King DHS, Asset & Logistics Management Section Chief, Personal Property The Value of Integrating your Personal.
1 Software Requirement Analysis Deployment Package for the Basic Profile Version 0.1, January 11th 2008.
Software Engineering COMP 201
© Prentice Hall CHAPTER 9 Application Development by Information Systems Professionals.
System Design and Analysis
Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?
MSIS 110: Introduction to Computers; Instructor: S. Mathiyalakan1 Systems Design, Implementation, Maintenance, and Review Chapter 13.
System Implementations American corporations spend about $300 Billion a year on software implementation/upgrade projects.
Fundamentals of Information Systems, Second Edition
Software Engineering For Beginners. General Information Lecturer, Patricia O’Byrne, office K115A. –
APPLICATION DEVELOPMENT BY SYED ADNAN ALI.
Software Engineering For Beginners. General Information Lecturer, Patricia O’Byrne. – Times: –See noticeboard outside.
© 2006 Pearson Addison-Wesley. All rights reserved2-1 Chapter 2 Principles of Programming & Software Engineering.
System Implementations American corporations spend about $300 Billion a year on software implementation/upgrade projects.
Introduction to Software Testing
Software Process Activities. Process activities Real software processes are inter-leaved sequences of technical, collaborative and managerial activities.
Software Life Cycle Model
Introduction to Computer Technology
Today’s Lecture application controls audit methodology.
Chapter 22 Systems Design, Implementation, and Operation Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-1.
Introduction to Systems Analysis and Design Trisha Cummings.
Systems Analysis and Design
Testing. Definition From the dictionary- the means by which the presence, quality, or genuineness of anything is determined; a means of trial. For software.
Appendix D McGraw-Hill/Irwin Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
LESSON 8 Booklet Sections: 12 & 13 Systems Analysis.
Managing the development and purchase of information systems (Part 1)
Module CC3002 Post Implementation Issues Lecture for Week 1 AY 2013 Spring.
CS 360 Lecture 3.  The software process is a structured set of activities required to develop a software system.  Fundamental Assumption:  Good software.
Chapter 2: Software Process Omar Meqdadi SE 2730 Lecture 2 Department of Computer Science and Software Engineering University of Wisconsin-Platteville.
End HomeWelcome! The Software Development Process.
SAMANVITHA RAMAYANAM 18 TH FEBRUARY 2010 CPE 691 LAYERED APPLICATION.
Principles of Information Systems, Sixth Edition Systems Design, Implementation, Maintenance, and Review Chapter 13.
1 The Software Development Process  Systems analysis  Systems design  Implementation  Testing  Documentation  Evaluation  Maintenance.
What is a Business Analyst? A Business Analyst is someone who works as a liaison among stakeholders in order to elicit, analyze, communicate and validate.
Software Life Cycle Requirements and problem analysis. –What exactly is this system supposed to do? Design –How will the system solve the problem? Coding.
Notes of Rational Related cyt. 2 Outline 3 Capturing business requirements using use cases Practical principles  Find the right boundaries for your.
Fundamentals of Information Systems, Second Edition 1 Systems Development.
The Software Development Process
Connecting with Computer Science2 Objectives Learn how software engineering is used to create applications Learn some of the different software engineering.
Principles of Information Systems, Sixth Edition 1 Systems Design, Implementation, Maintenance, and Review Chapter 13.
GCSE ICT Systems Analysis. Systems analysis Systems analysis is the application of analytical processes to the planning, design and implementation of.
© 2006 Pearson Addison-Wesley. All rights reserved 2-1 Chapter 2 Principles of Programming & Software Engineering.
Oktalia Juwita, S.Kom., M.MT. SYSTEMS DEVELOPMENT Dasar-dasar Sistem Informasi – IKU1102.
Program Development Cycle
Software Engineering and Object-Oriented Design Topics: Solutions Modules Key Programming Issues Development Methods Object-Oriented Principles.
Intermediate 2 Computing Unit 2 - Software Development.
The Art of Programming. The process of breaking problems down into smaller, manageable parts By breaking the problem down, each part becomes more specific.
IS2210: Systems Analysis and Systems Design and Change Twitter:
Overview of Socio-cognitive Engineering General requirements Theory of Use Design Concept Contextual Studies Task model Design space System specification.
1 The Software Development Process ► Systems analysis ► Systems design ► Implementation ► Testing ► Documentation ► Evaluation ► Maintenance.
Software Development Process CS 360 Lecture 3. Software Process The software process is a structured set of activities required to develop a software.
Introduction to System Analysis and Design MADE BY: SIR NASEEM AHMED KHAN DOW VOCATIONAL & TECHNICAL TRAINING CENTRE.
Project Management Methodology Project Closing. Project closing stage Must be performed for all projects, successfully completed or shut off by management.
Learning Objectives Today we will Learn: The different methods of implementation The differences between user and technical documentation.
MANAGEMENT INFORMATION SYSTEM
Software Quality Engineering
The Development Process of Web Applications
Software Quality Engineering
Introduction to Software Testing
SDLC The systems development life cycle is the foundation for many systems development methodologies such as RAD and agile Systems development life cycle.
Introduction to Systems Analysis and Design
SAMANVITHA RAMAYANAM 18TH FEBRUARY 2010 CPE 691
The Software Development Process
What is a System? A system is a collection of interrelated components that work together to perform a specific task.
Presentation transcript:

Leaders in Asset Management Big Plans for your Property System? How to plan for a Property System Project Prepared by: Yudiann Carlo, CPPS

Leaders in Asset Management Topics Getting Started Identifying Scope Identifying Key Players Coming up with a plan Software Development Life Cycle What is it? Overview of the main six steps How can I use it for my Property System?

Leaders in Asset Management 3 Getting Started 1.Identify your project scope 2.Identify your key stakeholders 3.Create a Project Plan 4.Kick-off your project 5.Apply the Software Development Life Cycle

Leaders in Asset Management Software Development Life Cycle What is the Software Development Life Cycle? What kind of projects does it apply to? Why is it important? How can I apply it to my property system?

Leaders in Asset Management Software Development Life Cycle

Leaders in Asset Management Step 1: Requirements and Analysis StepDescriptionSample Tasks Requirements and Analysis During this stage, the problem is defined so that a clear understanding can be gained of what the system should do. For example, how input is obtained, how output is displayed, and what controls are available to the user. After the requirements are identified, a thorough analysis of those requirements should be completed. Requirements should be as detailed as possible to eliminate scope creep and/or any unexpected issues later on in the process. Requirements Document Requirements Matrix Use Cases System Communication Diagrams

Leaders in Asset Management Step 2: Design StepDescriptionSample Tasks DesignIn this stage, a solution to the problem is designed by defining a logical sequence of steps that will achieve each of the previously identified requirements. The user interface will also be designed during this stage. It should be determined how input is obtained, how output is displayed, and what controls are available to the user. Design Document Screen Mockups Object Model Sequence Diagrams

Leaders in Asset Management Step 3: Development StepDescriptionSample Tasks Development and Coding This stage is where the design is translated into a system or program. You want to keep a balance between quality, time, flexibility, reusability, future addition of features and/or functionality etc. Code State Diagrams

Leaders in Asset Management Step 4: Testing StepDescriptionSample Tasks TestingThe testing stage is concerned with the validation and verification of the system. The aim of software testing is to find any errors (or "bugs") in the system and eliminate those errors (by "debugging"). As far as is reasonably practicable, the testing phase should be sufficiently rigorous to ensure that the software will function as expected under all foreseeable circumstances. Each testing scenario should relate to a requirement and each requirement should have at least one matching test scenario. Testing Scenarios Test Scripts Test Results User Acceptance Testing Certificate

Leaders in Asset Management Step 5: Implementation StepDescriptionSample Tasks ImplementationThis stage involves the packaging of all sub-packages, together with all relevant documentation in a suitable format for distribution. It ensures that everything is successfully deployed and rolled out to the users. Any change management and/or training activities should be planned around this step. Cutover Checklist User Guide Deployment Diagrams Training Materials Communications Plan Change Management Plan

Leaders in Asset Management Step 6: Maintenance StepDescriptionSample Tasks Maintenance and Support Once the system has been implemented it will be necessary to monitor the performance of the system over a certain period of time to ensure that it is behaving as expected. The system will also have to be maintained, and parts of it will need to be upgraded from time to time to handle evolving user needs or to cope with new requirements. Logs Maintenance Tickets

Leaders in Asset Management 12 Questions?