Arcade Game Maker Product Line System Test Plan Template

Size: px
Start display at page:

Download "Arcade Game Maker Product Line System Test Plan Template"

Transcription

1 Arcade Game Maker Product Line System Test Plan Template ArcadeGame Team July 2003

2

3 Table of Contents Overview Error! Bookmark not defined. 1.1 Identification Error! Bookmark not defined. 1.2 Document MapError! Bookmark not defined. 1.3 Concepts Error! Bookmark not defined. 1.4 Reusable ComponentsError! Bookmark not defined. 1.5 Product line variationerror! Bookmark not defined. 1.6 Readership Error! Bookmark not defined. 2 Product Line ContextError! Bookmark not defined. 2.1 In Scope Error! Bookmark not defined. 2.2 Out of scope Error! Bookmark not defined. 3 Approach Error! Bookmark not defined. 4 References 1 CMU/SEI-2001-TR-001 i

4

5 1 Overview 1.1 Identification The Arcade Game Maker Product Line organization will produce a series of arcade games ranging from low obstacle count to high with a range of interaction effects. More detailed information can be found in the Arcade Game Maker scope document. This document describes how a product is tested in the AGM product line. 1.2 Document Map The Arcade Game Maker Product Line is described in a series of documents. These documents are related to each other as shown in Figure 1. This map shows the order in which the documents should be read for the first time. Once the reader is familiar with the documents, the reader can go directly to the information needed. This is the system test plan template. Product Line organizations use this document to capture how the product teams test a new product. This document follows the outline provided in [McGregor 01b]. 1

6 Figure 1- Document Map 1.3 Concepts A software product line is a group of products sharing a common, managed set of features that satisfy specific needs of a selected market or mission and that are developed from a common set of core assets in a prescribed way. A product line core asset is any deliverable that is intended for continuing use in multiple products. A product is any saleable or useable output produced from the product line assets. Application engineering is the construction of a product using the product line architecture and selecting from the inventory of available product line components. It is accomplished by identifying the specific values for each variation point in the product line architecture. The organization that manages this set of activities is responsible for using the assets to produce a single product. This team is responsible for achieving the specific qualities defined for the product. Domain engineering creates, acquires, and manages the resources needed to build an entire set of products. The organization that manages this set of activities is responsible for long- 2 CMU/SEI-2001-TR-001

7 term maintenance of individual assets that will be used across products. The organization produces sufficient assets to cover the variations in the architecture. 1.4 Readership This document is intended to provide some level of information to all of the stakeholders in the Arcade Game Maker framework but is primarily intended for product development teams. The system test plan template describes for a manager the resources that are needed to produce a product. Technical members of the organization can use the system test plan template as the detailed process for testing a product. 3

8 2 Plan The AGM product line organization has decided to follow the IEEE 829 standard for test plans. The following template is filled in for each product. See [McGregor 01b] for definitions of each section. 1. Introduction 2. Test Items 3. Tested Features 4. Features Not Tested (per cycle) 5. Testing Strategy and Approach a. 5.1 Syntax b. 5.2 Description of Functionality c. 5.3 Arguments for tests d. 5.4 Expected Output e. 5.5 Specific Exclusions f. 5.6 Dependencies g. 5.7 Test Case Success/Failure Criteria 6. Pass/Fail Criteria for the Complete Test Cycle 7. Entrance Criteria/Exit Criteria 8. Test Suspension Criteria and Resumption Requirements 9. Test Deliverables/Status Communications Vehicles 10. Testing Tasks 11. Hardware and Software Requirements 12. Problem Determination and Correction Responsibilities 13. Staffing and Training Needs/Assignments 14. Test Schedules 15. Risks and Contingencies 4 CMU/SEI-2001-TR-001

9 3 Analyses In this section we describe the techniques and the agreed-upon standards used to test each product in the AGM product line. These are justified and put into context in [McGregor 01b]. 3.1 Coverage Standards The system test coverage standard is based on information in each use case. There are two fields in each use case in the AGM requirements model that are used to determine the correct level of test coverage: frequency and criticality. Both are rated on scales from high to low. Table 1 shows the combinations of these values and the coverage standard defined for each. Table 1 Coverage standards Value combination Frequency, criticality Coverage criteria Details High, high main alternative v v For each tested cenario construct test cases for all pair-wise combinations of scenario variables. exceptional v High, low main alternative exceptional v v For each tested scenario construct test cases for all pair-wise combinations of scenario variables that are defined in the system state machine. Medium, high main alternative exceptional v For each tested scenario construct test cases for some pair-wise combinations of scenario variables that are defined in the system state machine. Medium, low main alternative exceptional v For each tested scenario construct test cases for some pair-wise combinations of scenario variables that are defined in the system state machine. 3.2 Analyses The analyses needed to support the creation of test cases from the use cases are conducted by filling out the tables below. Example values are given in the tables to illustrate their use. 5

10 Table 2 Data Type Analysis Variable Data Type Equivalence classes age int 0 18; 18-21;22-65; 66- Table 3 Test case construction Test Case No. Variable 1 )age) Variable 2 Variable 3 Variable CMU/SEI-2001-TR-001

11 4 Modifying the System Test Plan A specific system test plan is modified every time the requirements for the system being tested is changed using techniques discussed in section 3.2. The generic system test plan is modified when it is shown that the techniques are not producing effective test cases and the standards are not producing satisfactory results. That is the focus of this attached process. Collect test effectiveness data End of increment? yes no Compute test effectiveness (TE) statistics TE < 75%? no yes Modify the standards and techniques Figure 2-Attached process 7

12 4.1 Test effectiveness Test effectiveness is measured by how many defects escape detection by the tests that are run. For the unit test phase, any defect found in a component after unit test counts against the test effectiveness of the unit test. It is computed as: TE? TotalDefects? DefectsFoundAfterTest TotalDefects Defects are cataloged as they are identified and analyzed to determine their origin. At the end of a product line increment the test effectiveness is computed on a component by component basis. When the average TE goes below 75% the test coverage standards are made more comprehensive. 8 CMU/SEI-2001-TR-001

13 5 References and Further Reading For references see the Bibliography document. 9

14

Arcade Game Maker Product Line - Concep of Operations

Arcade Game Maker Product Line - Concep of Operations Arcade Game Maker Product Line - Concep of Operations ArcadeGame Team July 2003 Table of Contents 1 Overview 1 1.1 Identification 1 1.2 Document Map 1 1.3 Concepts 2 1.4 Readership 2 2 Approach 3 3 Background

More information

Arcade Game Maker Product Line Concept of Operations

Arcade Game Maker Product Line Concept of Operations Arcade Game Maker Product Line Concept of Operations ArcadeGame Team July 2003 Table of Contents 1 Overview 1 1.1 Identification 2 1.2 Document Map 2 1.3 Concepts 3 1.4 Readership 3 2 Approach 4 3 Background

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

Testing a Software Product Line

Testing a Software Product Line Testing a Software Product Line John D. McGregor Clemson University Clemson, SC 29634 johnmc@cs.clemson.edu Abstract. The software product line approach to the development of software intensive systems

More information

The Context of the Arcade Game Maker Product Line

The Context of the Arcade Game Maker Product Line The Context of the Arcade Game Maker Product Line John D. McGregor August 2003 Table of Contents Abstract... iii 1 Introduction... 1 2 The Company... 2 2.1 Type... 2 2.2 Structure... 2 3 Strategic Objectives...

More information

SOFTWARE PRODUCT LINES: A RESEARCH INFRASTRUCTURE. John D. McGregor Clemson University

SOFTWARE PRODUCT LINES: A RESEARCH INFRASTRUCTURE. John D. McGregor Clemson University SOFTWARE PRODUCT LINES: A TECHNIQUE FOR BUILDING A RESEARCH INFRASTRUCTURE John D. McGregor Clemson University Motivation Faculty and students develop a large amount of software For faculty this is an

More information

Requirements Engineering and Software Architecture Project Description

Requirements Engineering and Software Architecture Project Description Requirements Engineering and Software Architecture Project Description Requirements Engineering Project Description The project is student-driven. There will be external sponsors, users, and others that

More information

Business Case for the Arcade Game Maker Product Line

Business Case for the Arcade Game Maker Product Line Business Case for the Arcade Game Maker Product Line John D. McGregor August 2003 Table of Contents Abstract... vi 1 Overview... 1 1.1 Document Map... 1 2 Product Line Context... 3 2.1 Relation to Corporate

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

The Open Group Exam OG0-091 TOGAF 9 Part 1 Version: 7.0 [ Total Questions: 234 ]

The Open Group Exam OG0-091 TOGAF 9 Part 1 Version: 7.0 [ Total Questions: 234 ] s@lm@n The Open Group Exam OG0-091 TOGAF 9 Part 1 Version: 7.0 [ Total Questions: 234 ] https://certkill.com Topic break down Topic No. of Questions Topic 1: Volume A 100 Topic 2: Volume B 134 2 https://certkill.com

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

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 Management Methodology. Construct & Unit Test SubPhase

Project Management Methodology. Construct & Unit Test SubPhase Project Management Methodology & Unit Test SubPhase Course Purpose Familiarize team members with the & Unit Test Sub- Phase processes. Understand process flows, team member roles, and artifacts employed.

More information

<Name of Project> Test Plan. Project Management Framework

<Name of Project> Test Plan. Project Management Framework Test Plan Project Management Framework Document Revision History Version Number Date Description Test Plan 6/17/04 Page 2 of 5 Overview Project Objectives Briefly describe the

More information

Arcade Game Maker Pedagogical Product Line: Business Case

Arcade Game Maker Pedagogical Product Line: Business Case Arcade Game Maker Pedagogical Line: Business Case John D. McGregor August 2003 Unlimited distribution subject to the copyright. This work is sponsored by the U.S. Department of Defense. The Software Engineering

More information

Arcade Game Maker Pedagocical Product Line

Arcade Game Maker Pedagocical Product Line Arcade Game Maker Pedagocical Product Line John D. McGregor August 2003 This work is sponsored by the U.S. Department of Defense. The Software Engineering Institute is a federally funded research and development

More information

Exam Questions OG0-091

Exam Questions OG0-091 Exam Questions OG0-091 TOGAF 9 Part 1 https://www.2passeasy.com/dumps/og0-091/ 1. According to TOGAF, Which of the following are the architecture domains that are commonly accepted subsets of an overall

More information

DEPARTMENT OF DEFENSE HANDBOOK ACQUISITION OF SOFTWARE ENVIRONMENTS AND SUPPORT SOFTWARE

DEPARTMENT OF DEFENSE HANDBOOK ACQUISITION OF SOFTWARE ENVIRONMENTS AND SUPPORT SOFTWARE NOT MEASUREMENT SENSITIVE MIL-HDBK-1467 10 DECEMBER 1997 SUPERSEDING SEE 6.2 DEPARTMENT OF DEFENSE HANDBOOK ACQUISITION OF SOFTWARE ENVIRONMENTS AND SUPPORT SOFTWARE This handbook is for guidance only.

More information

Business Case for the Arcade Game Maker Product Line

Business Case for the Arcade Game Maker Product Line Business Case for the Arcade Game Maker Product Line John D. McGregor August 2003 This work is sponsored by the U.S. Department of Defense. The Software Engineering Institute is a federally funded research

More information

EXAMPLE - TECHNICAL AGREEMENT PROPOSAL INTEGRATION THROUGH LAUNCH

EXAMPLE - TECHNICAL AGREEMENT PROPOSAL INTEGRATION THROUGH LAUNCH CALTRANS DIVISION OF TRAFFIC OPERATIONS EXAMPLE - TECHNICAL AGREEMENT PROPOSAL INTEGRATION THROUGH LAUNCH CONNECTED CORRIDORS I-210 PILOT IMPLEMENTATION SYSTEM INTEGRATION, SYSTEM DEPLOYMENT AND OPERATIONAL

More information

Chapter 3 Prescriptive Process Models

Chapter 3 Prescriptive Process Models Chapter 3 Prescriptive Process Models - Generic process framework (revisited) - Traditional process models - Specialized process models - The unified process Generic Process Framework Communication Involves

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

Measuring and Assessing Software Quality

Measuring and Assessing Software Quality Measuring and Assessing Software Quality Issues, Challenges and Practical Approaches Kostas Kontogiannis Associate Professor, NTUA kkontog@softlab.ntua.gr The Software Life Cycle Maintenance Requirements

More information

IEMA ES Review Criteria

IEMA ES Review Criteria IEMA ES Review Criteria Structure of the Criteria The criteria are split into three sections and a review report is structured accordingly: Section 1 addresses all of the information contained within an

More information

Strategic Scorecard Service Grant

Strategic Scorecard Service Grant Strategic Service Grant The Strategy Management Practice is presented by Wells Fargo. The design of the Strategic Service Grant has been generously supported by Capital One. Outline Strategy Management

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

Judith Jones & Simon Dalziel. Architecting-the-Enterprise

Judith Jones & Simon Dalziel. Architecting-the-Enterprise Business Business Value Value and Enterprise and Enterprise Judith Jones & Simon Dalziel Archite 1of 15 Business Business Value Value and Enterprise and Enterprise This Workshop Two parts Background: Business

More information

UNIT IV TEST MANAGEMENT

UNIT IV TEST MANAGEMENT UNIT IV TEST MANAGEMENT 4.1 Introductory concepts This chapter focuses on preparing the reader to address two fundamental maturity goals at level 2 of the TMM: (i) developing organizational goals/ policies

More information

Comprehensive QA testing for SAP and non-sap apps David Milette President and Managing Director, SQALogic

Comprehensive QA testing for SAP and non-sap apps David Milette President and Managing Director, SQALogic Comprehensive QA testing for SAP and non-sap apps David Milette President and Managing Director, SQALogic KEY LEARNINGS How to assess your current state of QA and test automation readiness How to develop

More information

Requirements Engineering and Software Architecture Project Description

Requirements Engineering and Software Architecture Project Description Requirements Engineering and Software Architecture Project Description Requirements Engineering Project Description This project is student-driven. There will be external sponsors, users, and others that

More information

Chapter 5 Software Project Planning

Chapter 5 Software Project Planning This chapter will discuss the following concepts: 5-1 Observations on Estimating. 5-2 Project Planning Objectives. 5-3 Software Scope. 5-4 Resources. 5-5 Software Project Estimation. 5-6 Decomposition

More information

copyright Value Chain Group all rights reserved

copyright Value Chain Group all rights reserved About the VCG VCG Mission Statement Goal Value Proposition Member View Process Transformation Framework (VRM) Value Reference Model (XRM) X Reference Model (VLM) Value Lifecycle Model (SOA-IM) Service

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

Systems and Software Engineering with RELM

Systems and Software Engineering with RELM Systems and Software Engineering with RELM Competitive advantage through innovative software Parham Vasaiely, EADS Project Manager R&D, Systems and Software Engineering Parham.Vasaiely@eads.com IBM SolutionConnect

More information

INFORMATION ASSURANCE DIRECTORATE

INFORMATION ASSURANCE DIRECTORATE National Security Agency/Central Security Service INFORMATION ASSURANCE DIRECTORATE CGS Portfolio Management Portfolio Management is the process of analyzing, selecting, controlling, and evaluating needs

More information

Administrative and Student Support Services Unit Review Process

Administrative and Student Support Services Unit Review Process Administrative and Student Support Services Unit Review Process Revised October 2014 Contents Administrative and Student Support Services Unit... 1 Overview... 1 Analysis Component of Annual Review...

More information

Passit4Sure.OG Questions. TOGAF 9 Combined Part 1 and Part 2

Passit4Sure.OG Questions. TOGAF 9 Combined Part 1 and Part 2 Passit4Sure.OG0-093.221Questions Number: OG0-093 Passing Score: 800 Time Limit: 120 min File Version: 7.1 TOGAF 9 Combined Part 1 and Part 2 One of the great thing about pass4sure is that is saves our

More information

Quantitative Model Olympics

Quantitative Model Olympics Quantitative Model Olympics Debra L Smith Kerry Trujillo November 5-8, 2012 Copyright 2012 Raytheon Company. All rights reserved. Customer Success Is Our Mission is a registered trademark of Raytheon Company.

More information

Filling Pharma s Label Management Void

Filling Pharma s Label Management Void RESEARCH REPORT Filling Pharma s Label Management Void Research conducted in partnership with: Filling Pharma s Label Management Void Industry survey indicates pharma s need to move towards a single, connected

More information

Operational Requirements Document (ORD)

Operational Requirements Document (ORD) Operational Requirements Document (ORD) A. Purpose This Appendix sets the requirements and establishes procedures for preparation of an Operational Requirements Document (ORD). It also prescribes procedures

More information

Outline of the Discussion

Outline of the Discussion IT Risk Supervision Outline of the Discussion Define IT Risk Identify Scope of an IT Examination Describe a Bank s Operating Environment Identify Risks Considered in IT Supervision Describe the IT Ratings

More information

Services Description. Transformation and Plan Services. Business Transformation and Plan Services

Services Description. Transformation and Plan Services. Business Transformation and Plan Services Services Description Business ation and Plan Services Business ation and Plan Services SAP Business ation and Plan Services provides consulting and prototyping services to facilitate Licensee innovation

More information

Service-Oriented Modeling (SOA): Service Analysis, Design, and Architecture

Service-Oriented Modeling (SOA): Service Analysis, Design, and Architecture Service-Oriented Modeling (SOA): Service Analysis, Design, and Architecture Preface. Chapter 1. Introduction. Service-Oriented Modelling: What Is It About? Driving Principles Of Service-Oriented Modelling.

More information

Evidence Management for the COBIT 5 Assessment Programme By Jorge E. Barrera N., CISA, CGEIT, CRISC, COBIT (F), ITIL V3F, PMP

Evidence Management for the COBIT 5 Assessment Programme By Jorge E. Barrera N., CISA, CGEIT, CRISC, COBIT (F), ITIL V3F, PMP Volume 3, July 2013 Come join the discussion! Jorge E. Barrera N. will respond to questions in the discussion area of the COBIT 5 Use It Effectively topic beginning 22 July 2013. Evidence Management for

More information

REQUIREMENT DRIVEN TESTING. Test Strategy for. Project name. Prepared by <author name> [Pick the date]

REQUIREMENT DRIVEN TESTING. Test Strategy for. Project name. Prepared by <author name> [Pick the date] REQUIREMENT DRIVEN TESTING Test Strategy for Project name Prepared by [Pick the date] [Type the abstract of the document here. The abstract is typically a short summary of the contents of

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

CMMI Version 1.2. Model Changes

CMMI Version 1.2. Model Changes Pittsburgh, PA 15213-3890 CMMI Version 1.2 Model Changes SM CMM Integration, IDEAL, and SCAMPI are service marks of Carnegie Mellon University. Capability Maturity Model, Capability Maturity Modeling,

More information

TESTING COTS APPLICATIONS

TESTING COTS APPLICATIONS A Comprehensive Hands-On Introduction "1 of 6" in ISTQB Certified Foundation Tester Level Certification Course" A B O U T O U R T R A I N E R S Our trainers have spent the last 2 decades implementing Software

More information

NHSmail Project Initiation Document Template

NHSmail Project Initiation Document Template NHSmail Project Initiation Document Template Version 2 February 2018 Copyright 2017Health and Social Care Information Centre. The Health and Social Care Information Centre is a non-departmental body created

More information

Achieving Business Analysis Excellence

Achieving Business Analysis Excellence RG Perspective Achieving Business Analysis Excellence Turning Business Analysts into Key Contributors by Building a Center of Excellence 11 Canal Center Plaza Alexandria, VA 22314 HQ 703-548-7006 Fax 703-684-5189

More information

CMMI GLOSSARY A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

CMMI GLOSSARY A B C D E F G H I J K L M N O P Q R S T U V W X Y Z http://www.tutorialspoint.com/cmmi/cmmi-glossary.htm CMMI GLOSSARY Copyright tutorialspoint.com Here is the list of all CMMI Terms arranged in alphabetical order. A direct link is given based on first

More information

Introduction to Software Product Lines Patrick Donohoe Software Engineering Institute Carnegie Mellon University Pittsburgh, PA 15213

Introduction to Software Product Lines Patrick Donohoe Software Engineering Institute Carnegie Mellon University Pittsburgh, PA 15213 Introduction to Software Product Lines Patrick Donohoe Software Engineering Institute Carnegie Mellon University Pittsburgh, PA 15213 2014 by Carnegie Mellon University Copyright 2014 Carnegie Mellon University

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

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2009 Vol. 8, No. 5, July-August 2009 Goal-driven Product Derivation John D. McGregor, Clemson

More information

LECTURE # Introduction & Fundamentals

LECTURE # Introduction & Fundamentals 1.1 What is Management? LECTURE # 1 1. Introduction & Fundamentals Basically, the management involves the following activities: Planning- deciding what is to be done Organizing- making arrangements Staffing-

More information

Requirements Verification and Validation

Requirements Verification and Validation SEG3101 (Fall 2010) Requirements Verification and Validation SE502: Software Requirements Engineering 1 Table of Contents Introduction to Requirements Verification and Validation Requirements Verification

More information

Creating a Business Continuity Plan for your Health Center

Creating a Business Continuity Plan for your Health Center Creating a Business Continuity Plan for your Health Center 1 Page Left Intentionally Blank 2 About This Manual This tool is the result of collaboration between the Primary Care Development Corporation

More information

Chapter 5 Part Test progress monitoring and control. 4. Configuration management. 5. Risk and testing. 6. Incident management

Chapter 5 Part Test progress monitoring and control. 4. Configuration management. 5. Risk and testing. 6. Incident management INF 3121 Software Testing Test progress monitoring and Chapter 5 Part 2 3.3 Test Test progress monitoring and LO: Recall common metrics used tor test preparation and execution LO: Explain and compare metrics

More information

2013 Rational Software Open Labs

2013 Rational Software Open Labs 2013 Rational Software Open Labs Target to better LEARNING (not substitution for full training course) Software Choose from one or more of twelve Self-Paced, Hands-On Labs: Rational System Architect for

More information

ISO/IEC JTC1/SC7 N2182

ISO/IEC JTC1/SC7 N2182 ISO/IEC JTC1/SC7 Software Engineering Secretariat: CANADA (SCC) ISO/IEC JTC1/SC7 N2182 1999/07/19 Document Type Title Source Proposed Draft Amendment 12207/PDAM 1 - Software Engineering - Life Cycle Processes.

More information

Testing. CxOne Standard

Testing. CxOne Standard Testing CxOne Standard CxStand_Testing.doc November 3, 2002 Advancing the Art and Science of Commercial Software Engineering Contents 1 INTRODUCTION... 1 1.1 OVERVIEW... 1 1.2 GOALS... 1 1.3 BACKGROUND...

More information

Rational User Conference 2002

Rational User Conference 2002 1998, 1999, 2000, 2001, 2002 Rational Software - All rights reserved Rational User Conference 2002 Developing Your Testing Approach: A Context-Driven Analysis Cem Kaner Florida Institute of Technology

More information

PROGRESS CONSULTING SERVICES MODERNIZATION BLUEPRINT

PROGRESS CONSULTING SERVICES MODERNIZATION BLUEPRINT PROGRESS CONSULTING SERVICES MODERNIZATION BLUEPRINT Table of Contents Introduction 3 The Definition of Modernization 4 Application Modernization Assessment 6 Modernization Assessment Details 7 Assessment

More information

PSM. Practical Software and Systems Measurement A foundation for objective project management. PSM TWG ISO/IEC and IEEE Standards.

PSM. Practical Software and Systems Measurement A foundation for objective project management. PSM TWG ISO/IEC and IEEE Standards. Practical Software and Systems Measurement A foundation for objective project management PSM PSM TWG ISO/IEC and IEEE Standards March 29, 2006 PSM 1 29 Mar 06 Current Standard Activities ISO/IEC 15939,

More information

A Measurement Approach Integrating ISO 15939, CMMI and the ISBSG

A Measurement Approach Integrating ISO 15939, CMMI and the ISBSG A Measurement Approach Integrating ISO 15939, CMMI and the ISBSG Luc Bégnoche, Alain Abran, Luigi Buglione Abstract In recent years, a number of well-known groups have developed sets of best practices

More information

Quality Assurance Activities in Object-Oriented Software Development

Quality Assurance Activities in Object-Oriented Software Development Quality Assurance Activities in Object-Oriented Software Development Kunihiko Ikeda, Tetsuto Nishiyama, Kazuyuki Shima, Ken-ichi Matsumoto, Katsuro Inoue, Koji Torii Abstract In OMRON Corporation, we executed

More information

Attachment D: Cost Proposal, RFP Section 3.4

Attachment D: Cost Proposal, RFP Section 3.4 ATTACHMENT D: COST PROPOSAL, RFP SECTION 3.4 Instructions: Use this template to comply with Section 3.4, Cost Proposal. Because the requirements of this RFP are part of a portfolio of projects designed

More information

ALM 11 Training. Material contained in this document is priority to Northway Solutions Group.

ALM 11 Training. Material contained in this document is priority to Northway Solutions Group. 9005 Overlook Blvd. Brentwood, TN 37027 Main: 866.611.8762 Fax: 866.611.8762 www.northwaysolutions.com ALM 11 Training 2013 Material contained in this document is priority to Northway Solutions Group.

More information

Unit 8 Project Implementation and Closure

Unit 8 Project Implementation and Closure UNIT OVERVIEW Description of the Unit In this unit, you will learn how to execute the project plan, and upon completion, close out the project. You will learn how to develop a role-responsibility matrix,

More information

Umeå University Department of Computing Science SE UMEÅ SWEDEN

Umeå University Department of Computing Science SE UMEÅ SWEDEN Evaluating The PLUSS Domain Modeling Approach by Modeling the Arcade Game Maker Product Line Koteswar Rao Kollu (ens03kku@cs.umu.se) June 21 st, 2005 Master s Thesis in Computing Science, 10 credits Supervisor

More information

Technical Integration Testing Requirements. Trusted Digital Identity Framework August 2018, version 1.0

Technical Integration Testing Requirements. Trusted Digital Identity Framework August 2018, version 1.0 Technical Integration Testing Requirements Trusted Digital Identity Framework August 2018, version 1.0 Digital Transformation Agency This work is copyright. Apart from any use as permitted under the Copyright

More information

Project Management by Functional Capability. NDIA CMMI Technology Conference and User s Group November 15, 2007

Project Management by Functional Capability. NDIA CMMI Technology Conference and User s Group November 15, 2007 Project Management by Functional Capability NDIA CMMI Technology Conference and User s Group November 15, 2007 Fred Schenker Software Engineering Institute Bob Jacobs Computer Systems Center Inc. Goals

More information

DEVOPS. Know about DevOps.

DEVOPS. Know about DevOps. DEVOPS Know about DevOps www.hcltech.com Practice Snapshot FOCUS AREAS (PEOPLE, PROCESS AND TOOLS) Continuous Planning Continuous Integration Continuous Quality & compliance Env Config & Release Mgmt Feedback

More information

Administering System Center Configuration Manager and Intune (NI114) 40 Hours

Administering System Center Configuration Manager and Intune (NI114) 40 Hours Administering System Center Configuration Manager and Intune (NI114) 40 Hours Outline Get expert instruction and hands-on practice configuring and managing clients and devices by using Microsoft System

More information

Business Continuity Through Planning, Prevention and Preparedness. READINESS RESOURCES

Business Continuity Through Planning, Prevention and Preparedness.  READINESS RESOURCES READINESS RESOURCES Federal Emergency Management Agency -- www.fema.gov Emergency Management Guide for Business & Industry: http://www.fema.gov/pdf/business/guide/bizindst.pdf American Red Cross -- www.redcross.org

More information

Johanna Rothman Part II Design and Manage an Agile and Lean Project Chapter 5 Start Your Agile Project Right. Copyright 2017

Johanna Rothman Part II Design and Manage an Agile and Lean Project Chapter 5 Start Your Agile Project Right. Copyright 2017 Johanna Rothman Part II Design and Manage an Agile and Lean Project Chapter 5 Start Your Agile Project Right Copyright 2017 Start you Agile project right Projects need direction teams need to know where

More information

An Overview of Software Process

An Overview of Software Process An Overview of Software Process Objectives To introduce the general phases of the software development life cycle (SDLC) To describe various generic software process models and discuss their pros and cons

More information

Keeping Software Designs In-line with Requirements

Keeping Software Designs In-line with Requirements A technical discussion of integration between IBM Rational RequisitePro 2003 and IBM Rational XDE Developer v2003 June, 2003 Rev. 1.00 Keeping Software Designs In-line with Requirements Integration between

More information

Intermediate Systems Acquisition Course. Lesson 2.11 Program Approval ADE-2. Program Approval ADE-2

Intermediate Systems Acquisition Course. Lesson 2.11 Program Approval ADE-2. Program Approval ADE-2 Program Approval ADE-2 At the end of the Analyze/Select Phase, the program office prepares for the next major acquisition decision event, Acquisition Decision Event 2A (ADE-2A). ADE-2A approves the program

More information

IOT MATURITY: ACROSS SERVICE AND THE ENTERPRISE

IOT MATURITY: ACROSS SERVICE AND THE ENTERPRISE WRITTEN BY: SUMAIR DUTTA, CHIEF CUSTOMER OFFICER APRIL 2015 Page 2 of 9 SUMMARY: TECHNOLOGY WITH THE BIGGEST IMPACT In a 2015 research survey on field service, The Service Council (TSC) members were asked

More information

How the Rational Unified Process Supports ISO 12207

How the Rational Unified Process Supports ISO 12207 How the Rational Unified Process Supports ISO 12207 by Philippe Kruchten Director of Process Development Rational Software Canada "My organization must comply with the ISO Standard 12207; can the RUP help

More information

A Guide to the Business Analysis Body of Knowledge (BABOK Guide), Version 2.0 Skillport

A Guide to the Business Analysis Body of Knowledge (BABOK Guide), Version 2.0 Skillport A Guide to the Business Analysis Body of Knowledge (BABOK Guide), Version 2.0 by The International Institute of Business Analysis (IIBA) International Institute of Business Analysis. (c) 2009. Copying

More information

SOFTWARE TESTING UNIT 4

SOFTWARE TESTING UNIT 4 4.1. People and organizational issues in Testing People are an organization s most important assets. The tasks of a manager are essentially people oriented. Unless there is some understanding of people,

More information

Quality Manual. This manual complies with the requirements of the ISO 9001:2015 International Standard. AW2 Logistics, Inc Ace Industrial Dr.

Quality Manual. This manual complies with the requirements of the ISO 9001:2015 International Standard. AW2 Logistics, Inc Ace Industrial Dr. Quality Manual This manual complies with the requirements of the ISO 9001:2015 International Standard. AW2 Logistics, Inc. 6001 Ace Industrial Dr. Cudahy, WI 53210 Quality Manual Rev 3 Page 1 of 30 Table

More information

Managing What You Measure

Managing What You Measure Managing What You Measure Lessons from the Balanced Performance Scorecard Tim Sullivan Touchstone Energy Tony Thomas NRECA Business and Technology Solutions Henry Cano NRECA Natl Consulting Group Feb.

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

MBA BADM559 Enterprise IT Governance 12/15/2008. Enterprise Architecture is a holistic view of an enterprise s processes, information and

MBA BADM559 Enterprise IT Governance 12/15/2008. Enterprise Architecture is a holistic view of an enterprise s processes, information and Enterprise Architecture is a holistic view of an enterprise s processes, information and information technology assets as a vehicle for aligning business and IT in a structured, more efficient and sustainable

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : OG0-093 Title : TOGAF 9 Combined Part 1 and Part 2 Vendor : The Open Group Version

More information

RAPID ECONOMIC JUSTIFICATION. Building a Business Case

RAPID ECONOMIC JUSTIFICATION. Building a Business Case RAPID ECONOMIC JUSTIFICATION Building a Business Case Rapid Economic Development A proven business case framework and process guide that has a complete set of step-by-step instructions including associated

More information

Business Case Template

Business Case Template of Business Case: Business Case Template Created by Sequent Learning Networks, Inc. 99 Wall Street, 13 th Floor New York, NY 10005 Sequent Learning Networks provides this business case template in the

More information

2009 Software Business Analyst: Seven Best Practices

2009 Software Business Analyst: Seven Best Practices 2009 Software Business Analyst: Seven Best Practices Barbara Merwin Patterson Group Monday April 20, 2009 1 Seven Best Practices for Software Business Analysts Quality as Job 1 Understand Your Business

More information

Raytheon IDS Douglas Moshier 2 March 2016

Raytheon IDS Douglas Moshier 2 March 2016 Robust Integrated T&E Framework Raytheon IDS Douglas Moshier 2 March 2016 This document does not contain technology or technical data controlled under either the U.S. International Traffic in Arms Regulations

More information

The Value Chain Operations Reference model VCOR is instituted to support the Evolution of the Business Environment. The Hierachical Structure of VCOR

The Value Chain Operations Reference model VCOR is instituted to support the Evolution of the Business Environment. The Hierachical Structure of VCOR Introduction to VCOR The Value Chain Operations Reference model VCOR is instituted to support the Evolution of the Business Environment Value Chain s and their networks are now being elevated to priority

More information

Achieving SA-CMM Maturity Level A DoD Acquisition Management Experience

Achieving SA-CMM Maturity Level A DoD Acquisition Management Experience Achieving SA-CMM Maturity Level A DoD Acquisition Management Experience Michael Markarian 37 Penkivil Street, Willoughby, NSW 2068 Michael.Markarian@erols.com Matthew Fisher Software Engineering Institute

More information

Knowledge Management Consulting Method

Knowledge Management Consulting Method Module 3.6 Obtain top management approval Knowledge Management Consulting Method Part 3 Strategic Planning Module 3.6 Obtain Top Management Approval Module 3. 6 Obtain top management approval Contents

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

ENTERPRISE SCALED AGILE REPORTING GUIDELINES

ENTERPRISE SCALED AGILE REPORTING GUIDELINES ENTERPRISE SCALED AGILE REPORTING GUIDELINES Abstract This document describes the set of reports available for your scaled agile tooling environment, how to import them into your environment, and the best

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

Requirements Engineering and Agile Methodology

Requirements Engineering and Agile Methodology Requirements Engineering and Agile Methodology R. Kuehl/J. Scott Hawker p. 1 Requirements Engineering and Agile Processes (You may be thinking) Requirements engineering model as presented is not very agile

More information

Project Management CSC 310 Spring 2018 Howard Rosenthal

Project Management CSC 310 Spring 2018 Howard Rosenthal Project Management CSC 310 Spring 2018 Howard Rosenthal 1 Notice This course is based on and includes material from the text: A User s Manual To the PMBOK Guide Authors: Cynthia Stackpole Snyder Publisher:

More information