Instrument Control System Project Management

Size: px
Start display at page:

Download "Instrument Control System Project Management"

Transcription

1 Project Documentation Document PMCS-0021 Revision A Instrument Control System Project Management Bret Goodrich Software September 2015 Advanced Technology Solar Telescope 950 N. Cherry Avenue Tucson, AZ Phone dkist@nso.edu Fax

2 1. Date: Aug 5, 2011 Revision: DRAFT Changes: Created 2. Date: Sep 1, 2015 Revision: Rev A Changes: Updated for Baseline. REVISION SUMMARY: PMCS-0021, Revision A Page ii

3 Table of Contents 1. INTRODUCTION CONSTRUCTION FABRICATION PURCHASE INTEGRATION, TESTING, AND COMMISSIONING QUALITY CONTROL VERIFICATION Requirements Verification Design Verification As-Built Verification Documentation Verification QUALITY ASSURANCE TASKS Unit Testing Integration Testing User Acceptance (Verification) Testing VERIFICATION TEST PLAN Unit Tests Integration Tests RISK RISK REGISTER RISK MITIGATION COST AND SCHEDULE ESTIMATES COST ESTIMATE Construction Labor Construction Non-labor Contingency SCHEDULE PMCS-0021, Revision A Page iii

4 1. INTRODUCTION This document discusses the project management of the DKIST Instrument Control System (ICS). It is concerned with construction and development plans, quality control and assurance, risks, costs, and schedule. Each of these areas is covered in sections of this document. PMCS-0021, Revision A Page 1 of 14

5 2. CONSTRUCTION Construction phase planning involves the fabrication, purchase, and integration of the ICS. Planning for each of these areas is described here. 2.1 FABRICATION Fabrication of the ICS will take place at NSO/Tucson. Fabrication involves the development of the ICS software and documentation. All ICS equipment resides in the Tucson NSO Computer Room in a computer rack with independent power and network management. The ICS software development effort will develop three separate packages for DKIST. The ICS software controls the execution of observations on the instruments by issuing commands and data to the instrument in a synchronized and coordinated fashion. The Standard Instrument Framework (SIF) provides a framework for the instrument developers to build their applications. The Base package provides a set of standard components for software and hardware. All fabrication activities continue through August At that time the ICS begins IT&C and maintenance support. 2.2 PURCHASE The ICS software development requires the purchase of two development computers and a set of hardware components. The computers are commodity rack mount with available slots for hardware boards. The hardware purchased includes: PTP grand master clocks; PTP time base cards; Power management controller; Power supply controller; Delta Tau motion control Network switches 2.3 INTEGRATION, TESTING, AND COMMISSIONING ICS integration begins with the development of the instrument systems in their respective locations. The SIF and Base packages are delivered to the instrument developers during 2014 and are maintained through scheduled releases and patches for the duration of construction. SIF development continues through August ICS integration and testing at the summit begins with the first instrument delivery in The ICS package is installed with the OCS in a computer room server. The Test Architecture Framework (TAF) is also installed on the summit, allowing the regular regression testing of PROC-0017 to be implemented here. At this point, the OCS, ICS, DHS, and TCS should be installed at the site. Shortly after the DHS is installed, the Visible Broadband Interferometer (the first light DKIST instrument) should be installed. At this time the DKIST should be ready for the first instrument verification tests, per the VBI IT&C plan. PMCS-0021, Revision A Page 2 of 14

6 3. QUALITY CONTROL Quality assurance and quality control are essential elements in the DKIST construction plan. Many aspects of the QA/QC plan are based upon past history of telescope development, along with modern systems engineering process control. The following definitions apply to the DKIST QA/QC. Quality control, also known as verification, is a process used to evaluate whether or not a product, service, or system complies with regulations, specs, or conditions imposed at the start of development phase. Another way to think of this process is Are you building it right? Quality assurance, also known as validation, is a process used to establish evidence that provides a high level of confidence that the product, service, or system accomplishes its intended requirements. Another way to think of this process is Are you building the right thing? Change Control Board (CCB) is the name of the DKIST group that meets regularly to approve or reject requested changes in the DKIST specifications and interfaces. Specification and Interface Control Documents define the specifications for each Work Breakdown Structure element and the public interfaces between each element. Both sets of documents are held under change control and changes must be approved by the CCB. Design Document is the living document that defines the baseline design of the WBS element. This document is updated through the conceptual, preliminary, and final design phases to reflect the current design approach. During construction this document is updated to reflect the changes in scope or interfaces approved by the CCB. At the completion of construction the document should be a completed theory of operation manual for IT&C and operations. 3.1 VERIFICATION The following tasks will be performed as part of the QA process. The work package manager and the DKIST QC/QA personnel will perform auditing of these tasks Requirements Verification All new and changed requirements of the system will be verified to ensure the following: They are directly related to an approved item from the CCB; They are consistent, feasible, and testable; They have been appropriately allocated to the correct mechanical, hardware, software, and operational processes; and Those that are related to safety, security, and criticality have been verified by the rigorous processes governing those areas. The requirements verification process will be conducted by formal review. It will require participation and sign-off by the following team members: Work package primary investigator; Work package manager; and Work package engineer responsible for the change Design Verification All new and changed design elements will be verified to ensure the following: Design is traceable to requirements; PMCS-0021, Revision A Page 3 of 14

7 Design provides details describing how requirements will be met; and Design implements safety, security, and other critical requirements correctly as shown by suitably rigorous methods. The design verification process will be conducted by formal review and requires participation of the following team members: Work package manager; Work package engineer responsible for the change; and At least one engineering representative from a different DKIST work package As-Built Verification All new and changed components will be verified once construction is complete to ensure the following: Applicable standards are being followed; Applicable best practices standards are being followed; DKIST software coding and commenting standards are met; and DKIST software best practices are met per SPEC The as-built verification process will be conducted by an informal review process such as . The review process must be performed and signed off by at least one engineer from a different DKIST work package Documentation Verification In conjunction with new or changed component being released the following documentation must be provided/updated: Detailed design documentation, specifications, ICDs, etc.; Performance benchmarks (for performance critical modules); Test documentation (unit, component, integration, and user acceptance); and Operations document. The documentation verification process will be conducted by informal review, such as . The review process must be performed and signed off by the following team members: DKIST QA/QC representative; and DKIST release manager. 3.2 QUALITY ASSURANCE TASKS The following tasks shall be performed as part of the quality assurance process. The results of these tasks will be documented and reviewed as part of the Document Verification task of the QC process Unit Testing Unit testing involves the testing of individual units of work to ensure they are fit for use. A new or changed component shall be unit tested. This testing shall be performed before proceeding to component level testing. The tasks that must be completed as part of unit testing are as follows: Prepare new and/or changed unit tests and related documentation; Ensure traceability of new and/or changed tests to requirements; PMCS-0021, Revision A Page 4 of 14

8 Execute new, changed, and existing unit tests upon build of component; and Document unit test results. Unit testing will be performed by the work package engineer responsible for the change or his/her designee Integration Testing Integration testing involves testing an intended release to ensure it integrates correctly with all other DKIST systems for which it interfaces. Integration testing shall be performed in a qualified DKIST test environment that uses mechanical, hardware, and software systems equivalent to the production systems. Integration testing shall be performed before proceeding to user acceptance level testing. The tasks that must be completed as part of integration testing are as follows: Prepare new and/or changed integration tests and related documentation; Ensure traceability of new and/or changed tests to requirements; Coordinate integration test schedule with test engineer of interfacing systems; Execute new, changed, and existing integration tests; and Document integration test results. The work package engineer responsible for the change and the designated test engineer for each interfacing DKIST system will perform integration testing. Results shall be reviewed and signed off by the following team members before proceeding to user acceptance testing: Work package manager; Work package manager(s) for all systems that interface with the released component; Work package engineer responsible for release; and Test engineer for all systems that interface with the released component Software Specific Tasks The following tasks are specific to integration testing for software releases. Any software defects (bugs) identified in testing will be logged in JIRA tracking system; All test cases impacted by the defect must be re-tested once the defect is resolved; Any un-resolved software defects must be approved by the review team before proceeding to User Acceptance Testing; and Upon successful completion of integration testing the software source code will be tagged in CVS to indicate it is part of a release. Test documentation will include reference to this release number User Acceptance (Verification) Testing User acceptance testing involves performing tests for which the user will validate the output of the system to determine pass/fail status. User acceptance testing shall be performed in a production environment, or a qualified test environment that is approved by the user. User acceptance testing shall be performed before a release can be made operational for production use. The tasks that must be completed as part of user acceptance testing are as follows: User to prepare new and/or changed integration tests and related documentation; Ensure traceability of new and/or changed tests to requirements; Coordinate user acceptance test schedule with production or test environments and systems; Execute new, changed, and existing user acceptance tests; and PMCS-0021, Revision A Page 5 of 14

9 Document test results. User acceptance testing will be performed by the user, with the support of the work package engineer responsible for the release, and test engineers from other interfacing systems. Before proceeding to production, the release must be approved by the following team members: Work package user (i.e., owner or primary investigator); Work package manager(s) for all systems that interface with the released component; Work package engineer responsible for release; Test engineer for all systems that interface with the released component; and DKIST release manager Software Specific Tasks The following tasks are specific to user acceptance testing for software releases. Only software source code from the CVS tag that matches the release number identified in the integration test documentation may be used for user acceptance testing; Any software defects identified during testing will be logged in JIRA tracking system; All test cases impacted by the defect must be re-tested once the defect is resolved; Any un-resolved software defects must be approved by the review team before proceeding to production release; and Test documentation should include reference to the CVS tag for this release. 3.3 VERIFICATION TEST PLAN Unit Tests Unit tests will be written with the Test Automation Framework (TAF), as described in PROC All unit tests will test against the ICS compliance matrix (CMX-0006). The major OCS system tests are described below ICS Observation Execution Test procedure: A number of observations are created in the OCS and issued to the ICS. Simulation instruments are used to assure that the observations are executed at the correct times and with the required start and stop synchronizations. Test results: The tests should show that the required execution times are achieved and that the observations complete correctly. The ICS should manage the observation queue are required ICS Observation Cancel and Abort Test procedure: Ongoing and queued observations sent from the OCS are cancelled and aborted. Test results: The ICS should correctly dequeue, cancel, or abort the observations and leave the system ready to execute the next set of observations SIF tests Test procedure: All SIF tests defined by the ICS DRD are implemented as TAF tests. The SIF tests retrieve instrument programs from the database, execute their scripts, and return the results of the execution. The tests use a simple instrument simulator for the execution of the script. Test results: All tests should return the correct results code. PMCS-0021, Revision A Page 6 of 14

10 SIF Instrument tests Test procedure: The SIF is tested as part of the each instrument s test procedures. The Test results: Instrument test that fail are analyzed for the effects of the SIF. Tests where the SIF fail will be rewritten to run as part of the simulator testing Base Test procedure: The Base package is tested as part of the TAF tests run for the Common Services Framework. Base requirements from TN-0088 are implemented as individual test procedures Integration Tests Integration tests are performed both with the Tucson end-to-end test bed and at the summit Camera Software Systems Test procedure: The camera is configured to operate at various rates and sizes that conform to the requirements. The ICS configures the camera according to the instrument program input. Test results: Camera output should meet requirements. Multiple cameras and data streams should not impact the performance of each other Observatory Control System Test procedure: This test must be performed with the cooperation of the OCS and the DKIST End-to-End test bed. The OCS is used to construct a simple experiment using an instruments display plug-in 'view'. A simple SIF simulator is then installed in the DKIST End-to-End test bed and the experiment is executed. The SIF simulator displays the configuration(s) is it given during execution. Test result: The displayed configurations should contain the expected attributes and their values Visible Broadband Imager Test procedure: This test should support the VBI integration tests as defined in SPEC-0107, VBI Critical Design Document, section Test results: The VBI requirements for instrument control should be met. PMCS-0021, Revision A Page 7 of 14

11 4. RISK The DKIST Risk Management Plan defines the project approach to risk analysis and mitigation. The project maintains a risk register containing all identified risks at the beginning of the project and throughout the life of the project. Plans for mitigating each high-level risk and the subsequent results of the actions taken are also given. The risk register exists to accomplish the following risk management goals: provide a tool for managing and reducing the risks identified before and during the project; document risk mitigation strategies being pursued in response to the identified risks and their grading in terms of likelihood and seriousness; provide project management with a document from which status can be reported to oversight; ensure the communication of risk management issues to key stakeholders; provide a mechanism for seeking and acting on feedback to encourage the involvement of the key stakeholders; and identify the mitigation actions required for implementation of the risk management plan and associated costs. 4.1 RISK REGISTER Risk Item Probability Non-labor Cost Labor Cost HLSC-073 Scope refinements, specification documents in transition 80% $216K $173K 4.2 RISK MITIGATION General risk mitigation strategies are applied to all risks in the ICS. These strategies include: Early Development: The ICS will finish construction in The IT&C period will be used to address issues arising from later instrument development or unplanned integration needs. End-to-end test bed: The end-to-end test bed will be used to test the interface to the CSS and OCS. As subassembly element test beds are added (e.g., mount, enclosure, VBI) the end-to-end test bed will be able to test full operational support. In addition, DKIST scientists can begin testing experiments and observations using the test bed. The following risk mitigation strategies are envisioned for each of the major risks defined in the risk register HLSC-073: Scope refinement; specification documents in transition. There may be additional work or delays in development due to formal specification changes. The ICS Design Requirements Document (DRD, SPEC-0163) has not been finalized. PMCS-0021, Revision A Page 8 of 14

12 Mitigation: Complete the specification review and update the specification document. Update the DRD. Work with operations and management to determine the best ICS solutions for any new requirements using the existing budget and/or contingency. Mitigation: Enforce current requirements. Initial operations at DKIST will need to be within the ICS specification and OCD use cases. The DKIST Change Control Board will need to deny scope increases. PMCS-0021, Revision A Page 9 of 14

13 5. COST AND SCHEDULE ESTIMATES The DKIST budget for the ICS is $771,567. This escalated cost number was developed by a bottom-up cost analysis performed in August 2011, and assumed hardware technology available at that time. At that time, the definition of the DKIST instrument suite was not complete; it was uncertain how many cameras would be in operation and what their final data rates would be. Because of this and other technology factors, project contingency of 18% was set aside. 5.1 COST ESTIMATE The August 2011 DKIST budget has created separate work packages for labor and materials of each ICS development area. New quotes were obtained for all materials required by the ICS design. Work Package Amount S-WANS3-170 ICS Management and Support (ARRA) $138,772 S-WANS3-171 ICS Final Design Staffing and Training (ARRA) $13,211 S-WANS3-172 ICS Base Components (ARRA) $142,692 S-WANS3-173 ICS Instrument Sequencer (ARRA) $63,771 S-WANS3-174 ICS ICS Observation Management (ARRA) $93,121 S-WANS3-175 ICS Simple Instrument (ARRA) $122,950 S- WANS3-190 ICS Instrument Control System Development (ARRA) $73,215 S-WMNS3-190 ICS Instrument Control System Development $123,835 Total $771, Construction Labor Labor costs for the ICS were recalculated in August 2011 for the individual schedule items. Beginning in FY2012, the ICS provides 15% of its labor for instrument support; this includes assisting instrument developers with the SIF, instrument program development, and base hardware usage. Resource Work FY2011 SW.1 Instrument Control 100% 85% 85% 85% 85% 85% Instrument Support 15% 15% 15% 15% 15% FY2012 FY2013 FY014 FY2015 FY2016 Construction labor for the DHS ceases in August 2016, although instrument support activities continue through the end of construction Integration, Testing, and Commissioning Labor After construction, the ICS labor remains in the project to perform IT&C activities. The IT&C planning for these activities is currently under development. The activities include: Integration of the telescope subsystems; Construction and integration of the summit computer room; Integration and testing of the OCS and ICS; Integration and testing of the VBI; Integration and testing of the remaining instruments. PMCS-0021, Revision A Page 10 of 14

14 IT&C labor begins September 2016 and completes in July Construction Non-labor Hardware costs for the ICS were recalculated in July 2011 for the ICS design. All computers are commodity items that are expected to be purchase shortly before integration. Therefore the configuration and prices are expected to change over the course of the next three to four years. In some areas, such as network switches and disk drives, new technology may supplant our baseline hardware. In all cases except the real-time processing nodes, the current technology meets the ICS requirements. Total cost for all materials is $142,692. This is comprised of both the computers and the test hardware Contingency DKIST contingency is held by the project management and is not a part of any specific work package. However, to determine the project contingency, the ICS non-labor activities were assessed of possible risk factors and assigned a contingency percentage based upon the criteria of the DKIST Contingency Management Plan. The calculated ICS contingency was 18% of non-labor activities. PMCS-0021, Revision A Page 11 of 14

15 6. SCHEDULE The ICS schedule started construction in FY2011 with the development of the instrument specifications, designs, and interfaces. During FY2012, the ICS developed the Base package software for the majority of standard software and hardware controllers. During FY2013, the ICS began interactions with the instrument developers to determine the specific implementation details of the instrument program execution and to help develop the Facility Instrument Definition, a document that defines the requirements for a facility-class instrument. The ICS began development of the Standard Instrument Framework in 2013 based upon the results of the instrument definition. This advance work also assisted the instrument schedule by providing critical software in a timely fashion. In 2014, the ICS began development of the ICS package, including the instrument program database, sequencing, and SIF interface. This work, along with the improvements to the SIF and Base packages continues through the end of ICS fabrication in August Integration of the ICS with the OCS and instruments is a part of the IT&C process and not covered by the ICS fabrication. PMCS-0021, Revision A Page 12 of 14

16 PMCS-0021, Revision A Page 13 of 14

17 7. CONFIGURATION ITEM DATA LIST The Configuration Item Data List (CIDL) describes the status of all major deliverable software and documentation items. At present, the CIDL for the DHS contains the following: Source Code Packages ICS Final Release 1.0 (zsh) Standard Instrument Framework Release (Canary 10) CSF Base Release (Canary 10) Documentation SPEC-0023, ICS Specification Document SPEC-0163, ICS Design Requirement Document TN-0102, ICS Critical Design Document CMX-0006, ICS Compliance Matrix MAN-0002, ICS Operations Manual PROC-0017, HLS Software Test Plan SPEC-0113, Facility Instrument Interface Specification TN-0088, DKIST Base Application Support Environment ICD-31.4/4.2, ICS to OCS Interface ICS Factory Acceptance Test Plan PMCS-0021, Revision A Page 14 of 14

Observatory Control System Project Management

Observatory Control System Project Management Project Documentation Document PMCS-0020 Revision A Observatory Control System Project Management Bret Goodrich Software September 1, 2015 Advanced Technology Solar Telescope 950 N. Cherry Avenue Tucson,

More information

Instrument Control System Final Acceptance Test Results Rob Hubbard Systems

Instrument Control System Final Acceptance Test Results Rob Hubbard Systems Project Documentation Document TN-0284 Revision A Instrument Control System Final Acceptance Test Results Rob Hubbard Systems Dec 19, 2016 REVISION SUMMARY: 1. Date: Dec 19, 2016 Revision: A Changes: Created

More information

WORK PLAN AND IV&V METHODOLOGY Information Technology - Independent Verification and Validation RFP No IVV-B

WORK PLAN AND IV&V METHODOLOGY Information Technology - Independent Verification and Validation RFP No IVV-B 1. Work Plan & IV&V Methodology 1.1 Compass Solutions IV&V Approach The Compass Solutions Independent Verification and Validation approach is based on the Enterprise Performance Life Cycle (EPLC) framework

More information

Program Lifecycle Methodology Version 1.7

Program Lifecycle Methodology Version 1.7 Version 1.7 March 30, 2011 REVISION HISTORY VERSION NO. DATE DESCRIPTION AUTHOR 1.0 Initial Draft Hkelley 1.2 10/22/08 Updated with feedback Hkelley 1.3 1/7/2009 Copy edited Kevans 1.4 4/22/2010 Updated

More information

QUALITY ASSURANCE PLAN OKLAHOMA DEPARTMENT OF HUMAN SERVICES ENTERPRISE SYSTEM (MOSAIC PROJECT)

QUALITY ASSURANCE PLAN OKLAHOMA DEPARTMENT OF HUMAN SERVICES ENTERPRISE SYSTEM (MOSAIC PROJECT) QUALITY ASSURANCE PLAN OKLAHOMA DEPARTMENT OF HUMAN SERVICES ENTERPRISE SYSTEM (MOSAIC PROJECT) MOSAIC Quality Assurance Plan v04.02 Prepared by: Approved by: QUALITY ASSURANCE PLAN APPROVALS QA/QC Program

More information

STATEMENT OF WORK SMALL SPACECRAFT PROTOTYPING ENGINEERING DEVELOPMENT & INTEGRATION (SSPEDI) Space Solutions (SpS)

STATEMENT OF WORK SMALL SPACECRAFT PROTOTYPING ENGINEERING DEVELOPMENT & INTEGRATION (SSPEDI) Space Solutions (SpS) SSPEDI SpS J.1(a), Attachment 1 80ARC018R0007 National Aeronautics and Space Administration Ames Research Center Moffett Field, CA 94035-0001 STATEMENT OF WORK SMALL SPACECRAFT PROTOTYPING ENGINEERING

More information

T Software Testing and Quality Assurance Test Planning

T Software Testing and Quality Assurance Test Planning T-76.5613 Software Testing and Quality Assurance 10.10.2007 Test Planning Juha Itkonen Outline Test planning, purpose and usage of a test plan Topics of test planning Exercise References: IEEE Std 829-1998,

More information

Continuous Diagnostic and Mitigation and Continuous Monitoring as a Service. CMaaS TASK AREAS

Continuous Diagnostic and Mitigation and Continuous Monitoring as a Service. CMaaS TASK AREAS Continuous Diagnostic and Mitigation and Continuous Monitoring as a Service CMaaS TASK AREAS CMaaS TASK AREAS The contractor shall provide functional, strategic, and managerial business consulting and

More information

Software Testing Life Cycle

Software Testing Life Cycle Software Testing Life Cycle STLC (Software Testing Life Cycle) is an integral component of SDLC (Software Development Life Cycle). Testing has become a distinct phenomenon during and after the development

More information

LSST Verification & Validation Process & MBSE Methodology

LSST Verification & Validation Process & MBSE Methodology LSST Verification & Validation Process & MBSE Methodology Brian Selvy Kathryn Wesson, George Angeli Project Systems Engineering Telescope MBSE SIG November 2, 2016 1 Agenda LSST s Verification Process

More information

Work Plan and IV&V Methodology

Work Plan and IV&V Methodology Work Plan and IV&V Methodology Technology initiatives and programs should engage with an IV&V process at the project planning phase in order to receive an unbiased, impartial view into the project planning,

More information

CMMI-DEV V1.3 CMMI for Development Version 1.3 Quick Reference Guide

CMMI-DEV V1.3 CMMI for Development Version 1.3 Quick Reference Guide processlabs CMMI-DEV V1.3 CMMI for Development Version 1.3 Quick Reference Guide CMMI-DEV V1.3 Process Areas Alphabetically by Process Area Acronym processlabs CAR - Causal Analysis and Resolution...

More information

PART THREE: Work Plan and IV&V Methodology (RFP 5.3.3)

PART THREE: Work Plan and IV&V Methodology (RFP 5.3.3) PART THREE: Work Plan and IV&V Methodology (RFP 5.3.3) 3.1 IV&V Methodology and Work Plan 3.1.1 NTT DATA IV&V Framework We believe that successful IV&V is more than just verification that the processes

More information

Quality Assurance / Quality Control Plan

Quality Assurance / Quality Control Plan Quality Assurance / Quality Control Plan Table of Contents MANAGEMENT APPROACH... 3 SUBCONTRACT MANAGEMENT... 3 QUALITY MANAGEMENT APPROACH... 3 METHODOLOGY... 4 CONCEPT OF OPERATIONS... 5 QUALITY MANAGEMENT

More information

Osprey Technologies, LLC. Quality Manual ISO9001:2008 Rev -

Osprey Technologies, LLC. Quality Manual ISO9001:2008 Rev - February 8, 2015 1 Osprey Technologies, LLC Quality Manual ISO9001:2008 Rev - February 8, 2015 Released by Dave Crockett President 6100 S. Maple Avenue, Suite 117 Tempe, AZ 85283 www.osprey-tech.com February

More information

Business Management System Manual Conforms to ISO 9001:2015 Table of Contents

Business Management System Manual Conforms to ISO 9001:2015 Table of Contents Table of Contents 1.0 Welcome to Crystalfontz... 3 2.0 About the Crystalfontz Business Systems Manual... 4 3.0 Terms and Conditions... 5 4.0 Context of the Organization... 6 4.1. Understanding the Organization

More information

version NDIA CMMI Conf 3.5 SE Tutorial RE - 1

version NDIA CMMI Conf 3.5 SE Tutorial RE - 1 Requirements Engineering SE Tutorial RE - 1 What Are Requirements? Customer s needs, expectations, and measures of effectiveness Items that are necessary, needed, or demanded Implicit or explicit criteria

More information

SAN FRANCISCO PUBLIC UTILITIES COMMISSION INFRASTRUCTURE CONSTRUCTION MANAGEMENT PROCEDURES

SAN FRANCISCO PUBLIC UTILITIES COMMISSION INFRASTRUCTURE CONSTRUCTION MANAGEMENT PROCEDURES SAN FRANCISCO PUBLIC UTILITIES COMMISSION INFRASTRUCTURE CONSTRUCTION MANAGEMENT PROCEDURES SECTION: SFPUC INFRASTRUCTURE CONSTRUCTION MANAGEMENT PROCEDURE NO: 032 TITLE: SQS PLAN AND SURVEILLANCE PROCESS

More information

Summary of TL 9000 R4.0 Requirements Beyond ISO 9001:2000

Summary of TL 9000 R4.0 Requirements Beyond ISO 9001:2000 This summary identifies the additional TL 9000 Release 4.0 requirements beyond those stated in ISO 9001:2000. See the TL 9000 R4.0 Handbook for the actual TL 9000 R4.0 requirements. ISO 9001:2000 section

More information

LVC-IA EC WBS/Dictionary Dictionary

LVC-IA EC WBS/Dictionary Dictionary WBS 1.0 LVC-IA EC 1.1 LVC-IA Products 1.1.1 Live Integration Products 1.1.2 Virtual Integration Products 1.1.3 Constructive Integration Products 1.1.4 Gaming Integration Products 1.1.5 Integrated Architecture

More information

Contractual Aspects of Testing Some Basic Guidelines CONTENTS

Contractual Aspects of Testing Some Basic Guidelines CONTENTS CONTENTS 1 Introduction... 1 1.1 Background... 1 1.2 Structure... 1 1.3 Some Conventions... 1 1.4 Feedback... 1 2 Test Schedule List of Contents... 2 3 Testing Deliverables... 3 4 Coverage Guidance...

More information

LVC-IA EC WBS/Dictionary Dictionary

LVC-IA EC WBS/Dictionary Dictionary WBS 1.0 LVC-IA EC 1.1 LVC-IA Products 1.1.1 Live Integration Products 1.1.2 Virtual Integration Products 1.1.3 Constructive Integration Products 1.1.4 Gaming Integration Products 1.1.5 Integrated Architecture

More information

KOSMOS Work Breakdown Structure Summary

KOSMOS Work Breakdown Structure Summary KOSMOS Work Breakdown Structure Summary Version 1.11 July 14, 2010 Version Date Changes 1.8 November 19, 2009 Final version prior to issuing contract 1.9 December 8, 2009 Added documentation control to

More information

SCHEDULE [NUMBER NAME OF WORK UNIT/WORK PACKAGE] TO THE IN-KIND CONTRIBUTION AGREEMENT SIGNED BETWEEN ESS AND PARTNER ON DATE

SCHEDULE [NUMBER NAME OF WORK UNIT/WORK PACKAGE] TO THE IN-KIND CONTRIBUTION AGREEMENT SIGNED BETWEEN ESS AND PARTNER ON DATE 1 (11) TA Template V3.0 SCHEDULE [NUMBER NAME OF WORK UNIT/WORK PACKAGE] TO THE IN-KIND CONTRIBUTION AGREEMENT SIGNED BETWEEN ESS AND PARTNER ON DATE 1. SCOPE This document describes the Scope of Work

More information

Independent Verification and Validation (IV&V)

Independent Verification and Validation (IV&V) Independent Verification and Validation (IV&V) 12 th Annual NDIA CMMI Conference November 2012 - Denver, CO The MITRE Corporation The author s affiliation with The MITRE Corporation is provided for identification

More information

CMMI V2.0 MODEL AT-A-GLANCE. Including the following views: Development Services Supplier Management. CMMI V2.0 outline BOOKLET FOR print.

CMMI V2.0 MODEL AT-A-GLANCE. Including the following views: Development Services Supplier Management. CMMI V2.0 outline BOOKLET FOR print. CMMI V.0 MODEL AT-A-GLANCE Including the following views: Development Services Supplier Management CMMI V.0 outline BOOKLET FOR print.indd CMMI V.0 An Integrated Product Suite Designed to meet the challenges

More information

DO-178B 김영승 이선아

DO-178B 김영승 이선아 DO-178B 201372235 김영승 201372237 이선아 Introduction Standard Contents SECTION 1 INTRODUCTION SECTION 2 SYSTEM ASPECTS RELATING TO SOFTWARE DEVELOPMENT SECTION 3 SOFTWARE LIFE CYCLE SECTION 4 SOFTWARE PLANNING

More information

Change Control and Configuration Management Plan

Change Control and Configuration Management Plan LSST Change Control and Configuration Management Plan LPM-19 6/19/2011 Large Synoptic Survey Telescope (LSST) Change Control and Configuration Management Plan Chuck F. Claver, Victor Krabbendam and Donald

More information

INS QA Programme Requirements

INS QA Programme Requirements Specification Date: 20/3/17 INS QA Programme Requirements UNCONTROLLED WHEN PRINTED Author: J Cooch AUTHORISATION Date: 20/3/17 A Brown Owner: J Cooch (Signature) N.B. only required for hard copy If issued

More information

Quality Assurance Policy and Procedures

Quality Assurance Policy and Procedures 650 Montana Ave, Suite A Las Cruces, NM 88001 (575) 522-0430 www.rmgovernmentservices.com Quality Assurance Policy and Procedures PURPOSE. The purpose of this policy is to outline the quality assurance

More information

CAPITAL AVIONICS, INC. Quality Manual

CAPITAL AVIONICS, INC. Quality Manual CAPITAL AVIONICS, INC. Issued 31 July 2018 Conforms to ISO 9001:2015 2018 ; all rights reserved. This document may contain proprietary information and may only be released to third parties with approval

More information

Project Planning and Management (PPM) V2.0. WBS Dictionary

Project Planning and Management (PPM) V2.0. WBS Dictionary Project Planning and Management (PPM) V2.0 WBS Dictionary Software as a Service (SaaS) Version 1.0 August 2014 1 Table of Contents PPM V2.0 Work Breakdown Structure (WBS) Dictionary 1 Project Type: Software

More information

Ronald E. Giachetti, Ph.D.

Ronald E. Giachetti, Ph.D. Ronald E. Giachetti, Ph.D. Associate Professor Industrial and Systems Engineering, FIU 1 One Extreme Too much planning! Another Extreme No planning! Project Management -- WBS Work Breakdown Schedule

More information

CMMI-SVC V1.3 CMMI for Services Version 1.3 Quick Reference Guide

CMMI-SVC V1.3 CMMI for Services Version 1.3 Quick Reference Guide processlabs CMMI-SVC V1.3 CMMI for Services Version 1.3 Quick Reference Guide CMMI-SVC V1.3 Process Areas Alphabetically by Process Area Acronym processlabs CAM - Capacity and Availability Management...

More information

FLORIDA DEPARTMENT OF JUVENILE JUSTICE PROCEDURE. Title: Information Technology (IT) Project Management and Governance Procedures

FLORIDA DEPARTMENT OF JUVENILE JUSTICE PROCEDURE. Title: Information Technology (IT) Project Management and Governance Procedures PROCEDURE Title: Information Technology (IT) Project Management and Governance Procedures Related Policy: FDJJ 1270 I. DEFINITIONS Agency for State Technology (AST) Rule Rules 74-1.001 through 74-1.009,

More information

Advantages and Disadvantages of. Independent Tests. Advantages. Disadvantages

Advantages and Disadvantages of. Independent Tests. Advantages. Disadvantages 8.0 Test Management Outline 8.1 Test organisation 8.2 Test planning and estimation 8.3 Test program monitoring and control 8.4 Configuration management 8.5 Risk and testing 8.6 Summary Independent Testing

More information

Software configuration management

Software configuration management Software configuration management Bởi: Hung Vo Introduction A system can be defined as a collection of components organized to accomplish a specific function or set of functions. The configuration of a

More information

Test Management Test Planning - Test Plan is a document that is the point of reference based on which testing is carried out within the QA team.

Test Management Test Planning - Test Plan is a document that is the point of reference based on which testing is carried out within the QA team. Test Management Test Planning - Test Plan is a document that is the point of reference based on which testing is carried out within the QA team. - It is also a document we share with the Business Analysts,

More information

Integrated Methodology Deliverable Descriptions

Integrated Methodology Deliverable Descriptions Integrated Methodology Deliverable Descriptions Copyright 2013, QAIassist C2013 This publication may not be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic,

More information

Navigation Support Services

Navigation Support Services OPS QMS QMS-EIMO-SERV-PR-4500-OPS Issue 1.1 May 2006 European Space Agency Agence spatiale européenne Copyright: 2004 European Space Agency : ii DOCUMENT APPROVAL Prepared by L. Agrotis, J. Dow, R. Zandbergen

More information

Rational Software White Paper TP 174

Rational Software White Paper TP 174 Reaching CMM Levels 2 and 3 with the Rational Unified Process Rational Software White Paper TP 174 Table of Contents Abstract... 1 Introduction... 1 Level 2, Repeatable... 2 Requirements Management...

More information

Project Manager s Roadmap We re all smarter together

Project Manager s Roadmap We re all smarter together Version 7.0a Project Manager s Roadmap We re all smarter together Think Top Down! Methodology Checklists Define Plan Execute Close Conflict Resolution Modes Contract Outsource Management Mentoring References

More information

PCA ELECTRONICS, INC. Quality Manual

PCA ELECTRONICS, INC. Quality Manual PCA ELECTRONICS, INC. Conforms to ISO 9001:2015 (c) 2018 PCA Electronics, Inc.; all rights reserved. This document may contain proprietary information and may only be released to third parties with approval

More information

Architectural Considerations for Validation of Run-Time Application Control Capabilities for Real-Time Systems

Architectural Considerations for Validation of Run-Time Application Control Capabilities for Real-Time Systems Architectural Considerations for Validation of Run-Time Application Control Capabilities for Real-Time Systems Paul V. Werme, NSWCDD Antonio L. Samuel, NSWCDD DISTRIBUTION STATEMENT A. Approved for public

More information

Cintipation Corp. CORINTHIAN PROJECT Policy for Requirements Management

Cintipation Corp. CORINTHIAN PROJECT Policy for Requirements Management Samples of Level 2 Policies Policy for Requirements Management The purpose of Requirements Management is to establish a common understanding between the customer, Cintipation senior management, and the

More information

PRECISE INDUSTRIES INC. Quality Manual

PRECISE INDUSTRIES INC. Quality Manual PRECISE INDUSTRIES INC Revision N Issued July 5, 2017 Conforms to AS9100 Rev. D and ISO 9001:2015 Copyright Year2017 [PRECISE INDUSTRIES INC]; all rights reserved. This document may contain proprietary

More information

This document describes the overall software development process of microcontroller software during all phases of the Company Name product life cycle.

This document describes the overall software development process of microcontroller software during all phases of the Company Name product life cycle. Maturity Process Owner Check Release Description Valid Name / Department Name / Department Name / Department Detailed procedure for software development Title: Software Development Procedure Purpose: This

More information

TECHNICAL REVIEWS AND AUDITS

TECHNICAL REVIEWS AND AUDITS Chapter 11 Technical Reviews and Audits CHAPTER 11 TECHNICAL REVIEWS AND AUDITS 11.1 PROGRESS MEASUREMENT The Systems Engineer measures design progress and maturity by assessing its development at key

More information

Biometrics Enterprise Architecture Systems Engineering Management Plan (BMEA SEMP)

Biometrics Enterprise Architecture Systems Engineering Management Plan (BMEA SEMP) Biometrics Enterprise Architecture Systems Engineering Management Plan (BMEA SEMP) Version 1.0 Prepared by: Date: November 24, 2009 Revision History Purpose Revision Date Level 11/17/2009 First Draft 1.0

More information

Project Management Knowledge Areas SECTION III

Project Management Knowledge Areas SECTION III Project Management Knowledge Areas SECTION III 1 Project Integration Management CHAPTER 4 2 The Key to Overall Project Success: Good Project Integration Management Project managers must coordinate all

More information

KOSMOS Work Breakdown Structure Summary

KOSMOS Work Breakdown Structure Summary KOSMOS Work Breakdown Structure Summary Version 1.9 December 8, 2009 Version Date Changes 1.8 November 19, 2009 Final version prior to issuing contract 1.9 December 8, 2009 Added documentation control

More information

Systems Engineering Processes Applied To Ground Vehicle Integration at US Army Tank Automotive Research, Development, and Engineering Center (TARDEC)

Systems Engineering Processes Applied To Ground Vehicle Integration at US Army Tank Automotive Research, Development, and Engineering Center (TARDEC) 2010 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM SYSTEMS ENGINEERING MINI-SYMPOSIUM AUGUST 17-19 DEARBORN, MICHIGAN Systems Engineering Processes Applied To Ground Vehicle Integration

More information

Project Integration Management

Project Integration Management Project Integration Management Presented by Project Masters Inc. *Throughout this presentation, we reference and recognize the following trademarks, service marks, and copyrights of the Project Management

More information

MANUAL QUALITY CONTROL & QUALITY ASSURANCE

MANUAL QUALITY CONTROL & QUALITY ASSURANCE MANUAL QUALITY CONTROL & QUALITY ASSURANCE METROTEC ENGINEERING LLC P.O. BOX: 26045, DUBAI U.A.E TEL : 043889771 FAX:043889772 E Mail: metrotecengg@yahoo.com info@metrotec.ae Web: www.metrotec.ae 2 TABLE

More information

REQUIREMENTS DOCUMENTATION

REQUIREMENTS DOCUMENTATION REQUIREMENTS DOCUMENTATION Project Title: Date Prepared: Stakeholder Requirement Category Priority Acceptance Criteria REQUIREMENTS DOCUMENTATION Project Title: Date Prepared: Stakeholder Requirement Category

More information

Report of the Reliability Improvement Working Group (RIWG) Volume II - Appendices

Report of the Reliability Improvement Working Group (RIWG) Volume II - Appendices Report of the Reliability Improvement Working Group (RIWG) Volume II - Appendices Appendix 1 Formulate Programs with a RAM Growth Program II-1 1.1 Reliability Improvement Policy II-3 1.2 Sample Reliability

More information

Project Execution Plan For

Project Execution Plan For Project Execution Plan For [Insert Name Here] Project Document Revision History Revision Date Project Manager Project Sponsor Page 1 of 24 About This Project Execution Plan Template: This template is intended

More information

Appendix C: MS Project Software Development Plan and Excel Budget.

Appendix C: MS Project Software Development Plan and Excel Budget. 1. Introduction. Appendix C: MS Project Software Development Plan and Excel Budget. Project: PickUp Game App The Project plan for this Application consist of 76 days; In this plan is defined how long each

More information

V3 Pension Administration System Solution. October 2015 Quarterly Board Update

V3 Pension Administration System Solution. October 2015 Quarterly Board Update V3 Pension Administration System Solution October 2015 Quarterly Board Update 1 Agenda V3 Quarterly Update Page Project Overall Status Update 3 V3 PASS Project Status Gantt Chart 4 PASS V3 Project Milestones

More information

Sample Delivery Schedule

Sample Delivery Schedule Sample Delivery Schedule The following model delivery schedule will provide the list of expected s with their proposed due date, and an illustration of a possible financial consequence. The milestones

More information

Risk assessment checklist - Acquire and implement

Risk assessment checklist - Acquire and implement Check Yes or No or N/A (where not applicable). Where a No is indicated, some action may be required to rectify the situation. Cross-references (e.g., See FN 1.01) point to the relevant policy in the First

More information

Automated System Validation By: Daniel P. Olivier & Curtis M. Egan

Automated System Validation By: Daniel P. Olivier & Curtis M. Egan Automated System Validation By: Daniel P. Olivier & Curtis M. Egan In today s technical environment validation practices are both a requirement and an important tool in the medical and pharmaceutical industry.

More information

TOPIC DESCRIPTION SUPPLEMENT for the SYSTEMS ENGINEERING SURVEY DESCRIPTION

TOPIC DESCRIPTION SUPPLEMENT for the SYSTEMS ENGINEERING SURVEY DESCRIPTION 1 2 Objectives of Systems Engineering 3 4 5 6 7 8 DoD Policies, Regulations, & Guidance on Systems Engineering Roles of Systems Engineering in an Acquisition Program Who performs on an Acquisition Program

More information

Title page - CLEO Baltimore, May 9, 2007 Software Engineering Processes Used to Develop the NIF Integrated Computer Control System* A.

Title page - CLEO Baltimore, May 9, 2007 Software Engineering Processes Used to Develop the NIF Integrated Computer Control System* A. Title page - CLEO Baltimore, May 9, 2007 Software Engineering Processes Used to Develop the NIF Integrated Computer Control System* A. Peter Ludwigsen 2007 International Conference on Accelerators and

More information

25 January 2010 Software Maintenance Cost Worksheet

25 January 2010 Software Maintenance Cost Worksheet WBS Title Description Government Or Contractor 1.0 Operations, Maintenance & This entry collects the total cost associated with maintaining a system after it has been accepted by the customer (DD-250).

More information

Patrick Malloy Communities Quality Assurance System

Patrick Malloy Communities Quality Assurance System Patrick Malloy Communities Quality Assurance System Page 1 of 83 Log of Quality Manual Revisions Version Number Revision Date Type of Revision 1 April 9, 2007 1 st release 1 April 13, 2007 Sec 1.10 removed

More information

1.0 PART THREE: Work Plan and IV&V Methodology

1.0 PART THREE: Work Plan and IV&V Methodology 1.0 PART THREE: Work Plan and IV&V Methodology 1.1 Multi-Faceted IV&V Methodology Large, complex projects demand attentive and experienced IV&V and project management support to meet expectations. Monitoring

More information

Deliverable: 1.4 Software Version Control and System Configuration Management Plan

Deliverable: 1.4 Software Version Control and System Configuration Management Plan Deliverable: 1.4 Software Version Control and System Configuration VoteCal Statewide Voter Registration System Project State of California, Secretary of State (SOS) Authors This document was prepared

More information

EXHIBIT A: STATEMENT OF WORK

EXHIBIT A: STATEMENT OF WORK EXHIBIT A: STATEMENT OF WORK TABLE OF CONTENTS 1. INTRODUCTION 2. PROJECT PLANNING AND MANAGEMENT 6 3. INFRASTRUCTURE / TECHNICAL ENVIRONMENT 10 r-e'" 4. FMS UPGRADE 13 4.1 BUILD PHASE 13 4.2 ACHIEVE PHASE

More information

Ten Requirements for Effective Process Control

Ten Requirements for Effective Process Control Published in ASQ Quality Progress and won the Paper of the Year Award in 2002. Ten Requirements for Effective Process Control Thomas A. Little Ph.D. Thomas A. Little Consulting 12401 N Wildflower Lane

More information

UNCONTROLLED DOCUMENT

UNCONTROLLED DOCUMENT Rheem Manufacturing Company Fort Smith, Arkansas Original Release: 4/06/09 Revision Date: 10/25/16 Quality Management System D. Presley 05 1 of 1 Manual Contents A. Johnson 10/25/16 0 Section Title Revision

More information

Space Project Management

Space Project Management EUROPEAN COOPERATION FOR SPACE STANDARDIZATION Space Project Management Configuration Management Secretariat ESA ESTEC Requirements & Standards Division Noordwijk, The Netherlands Published by: Price:

More information

APPENDIX C Configuration Change Management Verification and Validation Procedures

APPENDIX C Configuration Change Management Verification and Validation Procedures DCMA-INST 217 APPENDIX C Configuration Change Management Verification and Validation Procedures Table of Contents C1. Introduction... C-1 C2. Implementation... C-1 C3. Pre-Inspection: Verification... C-1

More information

Number: DI-IPSC-81427B Approval Date:

Number: DI-IPSC-81427B Approval Date: DATA ITEM DESCRIPTION Title: Software Development Plan (SDP) Number: Approval Date: 20170313 AMSC Number: N9775 Limitation: N/A DTIC Applicable: No GIDEP Applicable: No Preparing Activity: EC Project Number:

More information

Number: DI-IPSC-81427B Approval Date:

Number: DI-IPSC-81427B Approval Date: DATA ITEM DESCRIPTION Title: Software Development Plan (SDP) Number: DI-IPSC-81427B Approval Date: 20170313 AMSC Number: N9775 Limitation: N/A DTIC Applicable: No GIDEP Applicable: No Preparing Activity:

More information

Quality Manual. This manual complies with the requirements of the ISO 9001:2015 International Standard.

Quality Manual. This manual complies with the requirements of the ISO 9001:2015 International Standard. Quality Manual This manual complies with the requirements of the ISO 9001:2015 International Standard. Northeast Power Systems, Inc. 66 Carey Road Queensbury, New York 12804 Quality Manual Rev 0 Printed

More information

Change Control Process

Change Control Process Large Synoptic Survey Telescope (LSST) Change Control Process Ranpal Gill and Robert McKercher LPM-19 Latest Revision Date: October 10, 2018 This LSST document has been approved as a Content-Controlled

More information

B.H. Far

B.H. Far SENG 521 Software Reliability & Software Quality Chapter 14: SRE Deployment Department t of Electrical l & Computer Engineering, i University it of Calgary B.H. Far (far@ucalgary.ca) http://www.enel.ucalgary.ca/people/far/lectures/seng521

More information

PMP Exam Prep Coaching Program

PMP Exam Prep Coaching Program PMP Exam Prep Coaching Program Project Management 1 Project Management Develop Project Charter Develop Project Management Plan Direct and Manage Project Work Monitor and Control Project Work Close Project

More information

Do not open this paper until instructed by the invigilator. Please note: This question paper must not be removed from the examination room.

Do not open this paper until instructed by the invigilator. Please note: This question paper must not be removed from the examination room. APM Project Fundamentals Qualification Examination paper Candidate Number Date Location Examination Paper Sample Paper v1.4 General Notes Time allowed 1 hour. Answer all 60 multiple choice questions Use

More information

M3 Playbook Guidance. 1.1 Establish Initial Customer PMO and Processes. Human Resources (HR)/Staffing Plan

M3 Playbook Guidance. 1.1 Establish Initial Customer PMO and Processes. Human Resources (HR)/Staffing Plan M3 Playbook Guidance Phase 1: Readiness This guidance is intended for use by organizations to confirm and validate that their plans are comprehensive and have adequate level of detail for proper migration

More information

Supplier Quality System Survey

Supplier Quality System Survey Supplier Division Address Date: Quality Contact: Reports to: Title: Title: Phone Fax e-mail Plant size (ft 2 ): Union: Contract expires: Total Employment: Direct Labor: Shifts: QA employees: This report

More information

Appendix. Process Inputs and Outputs

Appendix. Process Inputs and Outputs 3601cA.fm Page 493 Wednesday, October 26, 2005 12:47 AM Appendix A Process and Throughout this book, PMP: Management Professional Study Guide, 3rd Edition, I ve discussed the inputs and outputs to the

More information

Florida Department of Transportation Office of Freight, Logistics and Passenger Operations Part 4 QUALITY ASSURANCE PROVISIONS #TRIPS-17-CA-RFP

Florida Department of Transportation Office of Freight, Logistics and Passenger Operations Part 4 QUALITY ASSURANCE PROVISIONS #TRIPS-17-CA-RFP QUALITY ASSURANCE PROVISIONS #TRIPS-17-CA-RFP 4.1.0 CONTRACTORS IN-PLANT QUALITY ASSURANCE REQUIREMENTS 4.1.1 QUALITY ASSURANCE ORGANIZATION Manufacturer shall establish and maintain an effective in-plant

More information

Dr. Aldo Dagnino ABB, Inc. US Corporate Research Center October 21 st, Requirements Engineering

Dr. Aldo Dagnino ABB, Inc. US Corporate Research Center October 21 st, Requirements Engineering Dr. Aldo Dagnino ABB, Inc. US Corporate Research Center October 21 st, 2003 Requirements Engineering Class Objectives Students will be able to define the two process areas associated with the Requirements

More information

Quality Management_100_Quality Checklist Procedure

Quality Management_100_Quality Checklist Procedure Quality Management_100_Quality Checklist Procedure Last updated 05/15/2017 Audience: Project Team, Process Owners, Project Management Office Frequency: As Required This procedure provides detailed information

More information

Software Quality Engineering Courses Offered by The Westfall Team

Software Quality Engineering Courses Offered by The Westfall Team Building Skills is a 3-day course that is a subset of our course. The course is designed to provide a fundamental knowledge base and practical skills for anyone interested in implementing or improving

More information

Building quality into the software from the. Keeping and. the software. software life cycle

Building quality into the software from the. Keeping and. the software. software life cycle SENG 521 Software Reliability & Software Quality Chapter 14: SRE Deployment Department t of Electrical l & Computer Engineering, i University it of Calgary B.H. Far (far@ucalgary.ca) http://www.enel.ucalgary.ca/people/far/lectures/seng521

More information

Project Risk Management (PRM)

Project Risk Management (PRM) Project Risk Management (PRM) Course Agenda Project Management Overview The Role of Project Risk Management Monitoring Projects Project Risk Assessments 2 Famous Last Words I cannot imagine any condition

More information

Software Quality Engineering Courses Offered by The Westfall Team

Software Quality Engineering Courses Offered by The Westfall Team Courses is a 2-day course that is a subset of our course. The course is designed to provide an overview of techniques and practices. This course starts with an overview of software quality engineering

More information

Quality Manual ISO 9001:2008 ISO 9001:2015

Quality Manual ISO 9001:2008 ISO 9001:2015 Quality Manual ISO 9001:2008 ISO 9001:2015 SAE CIRCUITS, INC. 4820 63 rd Street Suite 100 Boulder, CO 80301 USA www.saecircuits.com Table of Contents 1. Company Information 3 2. QMS Scope and Exclusions

More information

Volume III ARCHITECTURE MAINTENANCE PLAN

Volume III ARCHITECTURE MAINTENANCE PLAN Kansas Statewide Intelligent Transportation System Architecture KDOT Project No. 106 KA-0380-01 Volume III ARCHITECTURE MAINTENANCE PLAN Version 1.00 Prepared for: Prepared by: January 2008 Page Left Blank

More information

8.0 PRE-ENVIRONMENTAL REVIEW (PER)

8.0 PRE-ENVIRONMENTAL REVIEW (PER) GSFC-STD-1001 Page 36 of 52 8.0 PRE-ENVIRONMENTAL REVIEW (PER) At the PER, the project discloses to the Integrated Independent Review Team (IIRT) the complete and comprehensive project status in order

More information

AUTOMOTIVE SPICE v3.1 POCKET GUIDE

AUTOMOTIVE SPICE v3.1 POCKET GUIDE EXTENDED VDA SCOPE ASPICE v3.1 AUTOMOTIVE SPICE v3.1 POCKET GUIDE 4 5 6 7 8-9 10 11-13 14-15 16-19 20-43 44-49 50-51 52-69 70-93 94-103 104-105 106 Automotive SPICE at a glance Automotive SPICE application

More information

City of San Mateo Clean Water Program Programmable Logic Controller (PLC) and Human Machine Interface (HMI) Programming Services

City of San Mateo Clean Water Program Programmable Logic Controller (PLC) and Human Machine Interface (HMI) Programming Services ATTACHMENT A SAMPLE SCOPE OF SERVICES PLC & HMI PROGRAMMING City of San Mateo Clean Water Program Programmable Logic Controller (PLC) and Human Machine Interface (HMI) Programming Services December, 2017

More information

Independent Verification and Validation of SAPHIRE 8 Software Project Plan

Independent Verification and Validation of SAPHIRE 8 Software Project Plan INL/EXT-09-17022 Rev. 1 Independent Verification and Validation of SAPHIRE 8 Software Project Plan December 2009 The INL is a U.S. Department of Energy National Laboratory operated by Battelle Energy Alliance

More information

Quality Management System Manual

Quality Management System Manual 19240 144 th Ave NE, ldg 2 Woodinville, WA 98072 (425) 487-0672 FAX (425) 487-4669 Quality Management System Manual Approvals Name Title Initial Name Title Initial Lisa Tiffany President On File Dan McDrummond

More information

Project+ Examination Blueprint Version June 1, 2003

Project+ Examination Blueprint Version June 1, 2003 Introduction The Project + examination is designed for business professionals involved with projects with a technology component. The examination is designed for candidates possessing at least 12 months

More information

CMMI 2008 CMMI 2008 Denver, Colorado United States November Tim Kasse. Kasse Initiatives LLC Europe

CMMI 2008 CMMI 2008 Denver, Colorado United States November Tim Kasse. Kasse Initiatives LLC Europe Value Proposition for Project Managers from Configuration Management CMMI 2008 CMMI 2008 Denver, Colorado United States November 2008 Tim Kasse Kasse Initiatives LLC +1 972-987 - 7706 USA +45 72 19 42

More information

IceCube Project Monthly Report March 2006

IceCube Project Monthly Report March 2006 1-May-06 IceCube Project Monthly Report March 2006 Accomplishments The IceCube Data Acquisition collected more than 250 million events since mid-february 2006. UW and RPSC conducted a detailed planning

More information