COMP 474 Software Engineering

Size: px
Start display at page:

Download "COMP 474 Software Engineering"

Transcription

1 COMP 474 Software Engineering Professor W. L. Honig The Process at a Glance (TSPi) Launch Strategy Plan Requirements Repeat A controlled, data driven, step-by-step process for software life cycle Design Postmortem Test Implementation TEAM REPORTS: Think about your team s work in the PLAN phase What are some things you or your team had the most difficulties doing? 1

2 This Phase. Produce the Software Requirements Specification Refine project needs statements Number requirements for traceability (put under configuration control) Produce the System Test Plan Plan for build, integration testing, system testing Estimate time for creating and conducting tests Inspect the SRS and STP First formal inspection Defect identification and resolution GOAL: Ready to begin development (at last!) System Test Plan Cycle 1 Scope the Testing Work What use cases to be tested? What functions to be tested? What error paths to be tested (if any)? What functions will not be tested (even if implemented)? Need not be extensive Brief document Number the test plans or test cases for traceability Must have a plan Development engineers must be aware of plan May drive schedule and integration plan This Phase. Produce the Software Design Specification All Assemblies and Parts Defined Interfaces (shared data) Defined Produce the Integration Test Plan How to check the interfaces between parts (Not TSPi) Build Plan to define order of integration Inspect the SDS and ITP Full or subteam inspections Identify defects for correction before exit this phase GOAL: A Complete Foundation for Implementation 2

3 Think About It: What is the difference between these two sets of words? My program: Gets the right answer Has no bugs Is complete DESIGN Was done on time Runs OK! My program: Is elegant Is extendable Can be understood Looks like I had a plan Is reusable by others! Design Phase Process Emphasis 1. Lead the Inspections of SDS and ITP 1. Follow Appendix C, Script INS 1. Plan the Inspection (Minimum of 2 Reviewers, plus author, plus Q/PM) 2. Hold the Briefing 3. (All Reviewers Do Their Personal Review) 4. Hold Inspection Meeting Quality / Process Manager 2. Complete Form INS 2. Lead the Team in confirming the Design Standards you are Using 3. Have you consistently and explicitly checked entry and exit criteria? 1. Always your job! 2. Raise Issue if any criteria not met! Use ITL The Largest Contributor to Easy Implementation is Good Design Inspection Defects The Programmer s Lifelong Friend Defect Any requirements, design, or implementation elements that, if not changed, could cause improper design, implementation test, use or maintenance of the product Types of defects Major any problem that, when fixed, would change the executable program. Record on INS and LOGD when confirmed in the inspection. Minor other defects (e.g. comments, formatting, style) May involve judgment Not considered in defect estimation or other metrics Recorded on INS form Defects metrics are key to process quality Only MAJOR DEFECTS go beyond INS form (to LOGD) 3

4 This Phase. Produce 4 documents and inspect them (4 x INS) SRS, STP, SDS, ITP Easy but complete record keeping of time and progress Record and report actual time spent (by all engineers) Report actual progress in terms of PERT chart and on TASK and SCHEDULE form GOAL: Plan for Smooth Development and Separate Work by Team Members All Phases. Update the Team Metric Chart (x-up Chart) Report all engineer and role activities (TASK, SCHEDULE) Hours spent; tasks completed SUMP, SUMQ (system level and possibly parts) Forms as and when necessary ITL update with issues and risks CCR and CSR whenever CCB actions requested / taken INS, LOGD for all inspections (forms for each thing inspected) LOGTEST, LOGD for all testing (forms for part and system tests) Any others you think might help! Configuration Management (Work Break Down Structure) 1. CRITICAL that all pieces of the product are defined: 1. Software (parts and assemblies) 2. Documents 1. Requirements (SRS) 2. Design (SDS) 3. Test Plans (STP, ITP) 3. Misc 1. Team Sign Graphics Support Manager 2. Attendance Lists 2. Initiate Full Configuration Control Process 1. Appendix B 1. Establish Configuration Control Board (CCB) 2. Form CCR for all Changes 3. Act as Team Reuse Advocate It will kill your team s efficiency later if you do not complete this now! 4

5 Configuration Management Key Parts 1. Configuration Identification for all pieces of the product: 1. Naming of files 2. Versions numbering as part of file name 1. AuthorV1 3. Directory structure 1. Online version of the WBS Support Manager 2. Configuration Control 1. Have a Official System at any point in time 2. Track changes; approve the proper ones; limit changes 3. Ensure only one latest version of each part Team Metric Chart x Up Updated Weekly 1. Mandatory Metrics : 1. Planned Value vs Earned Value (by week) 2. Planned Hours vs Actual Hours (by week) 3. Number of Inspections completed each week 4. Number of Defects found each week (found and fixed?) 2. Optional Metrics : 1. Lines of code planned vs. actual lines of code 1. Total and by key parts 2. Number of changes by week (CCRs) 1. Submitted, approved, rejected 3. Test cases planned, test cases completed by week 4. Anything Else You Think Might Be Interesting. 3. Your Team Must Have 5 or more Charts Why Metrics? 6 Characteristics of highly successful software projects and organizations 1. Formal Risk Management (ITL) 2. Empirical cost and schedule estimation (SCHEDULE, TASK) 3. Metric-Based Project Management (x-up Chart) 4. Earned Value Tracking (PV, EV) 5. People-Aware Program Management (Team Building, Feedback, ) 5

6 What I Want You To Do: REQ1 / DES1 Requirements Actions: Create SRS Create STP Inspect and update both documents (record defects, sizes) Submit to CEO / CSO Design Actions: Create SDS (ENSURE COMPLETE) Create ITP (Build Plan) Inspect and update SDS, ITP Submit to CEO / CSO General Activities: Complete Configuration System Up and Running Define Team x-up Chart Organize Team Metric Collection Process Requirements Presentation Cycle 1 Each team will present to the customer Functions / requirements planned for cycle one Brief overview of approach, architecture, etc. Questions or comments on requirements Logistics 15 minutes Two or more team members to present Plan, rehearse, organize, manage the event Use room computer, laptop, handouts, etc. Your opportunity to interact with the customer Make a good first impression of your team Scoring for Requirements Presentation to Customer 1.Success at presenting requirements (20 points) 2.Clarity of approach to implementation, architecture, tools, structure, etc. (10 points) 3.Overall organization, image, customer focus (10 points) 6

7 Team Roles at a Glance (Five Specialized Roles) Support Manager Quality/Process Manager Development Manager Planning Manager Team Leader 7

VC SOFTWARE PROJECT MANAGEMENT PLAN

VC SOFTWARE PROJECT MANAGEMENT PLAN VC SOFTWARE PROJECT MANAGEMENT PLAN Supporting Process Plan This part will contain plans for the supporting processes that span the duration of the software project. Team #4 Members: Yazeed Al-Swailem

More information

1.Which of the items listed below is not one of the software engineering layers?

1.Which of the items listed below is not one of the software engineering layers? 1.Which of the items listed below is not one of the software engineering layers? Process Manufacturing Methods Tools 2.The software quality assurance activity which is performed to check errors in logic,

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

Test Workflow. Michael Fourman Cs2 Software Engineering

Test Workflow. Michael Fourman Cs2 Software Engineering Test Workflow Michael Fourman Introduction Verify the result from implementation by testing each build Plan the tests in each iteration Integration tests for every build within the iteration System tests

More information

The Development Plan. The Need for Planning

The Development Plan. The Need for Planning The Development Plan CIS 339, Spring 2002 Section 2 1 The Need for Planning Work more effectively do things in a productive order don t miss important steps Meet commitments know what you must do know

More information

Software Project & Risk Management Courses Offered by The Westfall Team

Software Project & Risk Management Courses Offered by The Westfall Team Software Project & Risk Management is a 5-day course designed to provide a knowledge base and practical skills for anyone interested in implementing or improving Software Project and Risk Management techniques

More information

Engineering. CMMI for Development V.1.2 Module 3. M03/Engineering/v1.2

Engineering. CMMI for Development V.1.2 Module 3. M03/Engineering/v1.2 Engineering CMMI for Development V.1.2 Module 3 M03/Engineering/v1.2 Agenda Global scope RD Development REQM Management TS Technical Solution PI Product Integration VER Verification VAL Validation SE Process

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

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

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

Consistency in Quality Assessments

Consistency in Quality Assessments Consistency in Quality Assessments Debra Perry Harris Corporation November 18, 2009 NDIA CMMI Conference - 1 Providing Value To Our Customers Aviation electronics Communications and information networks

More information

Top 10 Signs You're Ready (or Not)

Top 10 Signs You're Ready (or Not) Top 10 Signs You're Ready (or Not) For an Appraisal Gary Natwick Harris Corporation Gary Natwick - 1 Government Communications Systems Division DoD s Strategic and Business Development CMMI Technology

More information

AUTOMATED DEFECT PREVENTION: BEST PRACTICES IN SOFTWARE MANAGEMENT

AUTOMATED DEFECT PREVENTION: BEST PRACTICES IN SOFTWARE MANAGEMENT AUTOMATED DEFECT PREVENTION: BEST PRACTICES IN SOFTWARE MANAGEMENT Preface. Features and Organization. Practice Descriptions. Intended audience. Acknowledgements. Permissions. Disclaimer. 1. The Case for

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

QuEST Forum Advanced Performance Data Graphical Reports

QuEST Forum Advanced Performance Data Graphical Reports QuEST Forum Advanced Performance Data Graphical Reports QuEST Forum - Advanced Performance Data Graphical Reports 1 1. Introduction 1.1 Scope Develop a new dashboard for QuEST Forum members to view advanced

More information

TSP SM as the Next Step for Scrum Teams

TSP SM as the Next Step for Scrum Teams TSP SM as the Next Step for Scrum Teams TSP Symposium 2012 by Noopur Davis Darryl L. Davis Davis Systems September 18, 2012 DAVIS 1 2012 Outline Scrum and TSP Comparison Gaps that TSP Fills Staged Adoption

More information

Management of Software Development Projects

Management of Software Development Projects Page 10 Oeconomics of Knowledge, Volume 3, Issue 2, 2Q, Spring 2011 Management of Software Development Projects Felician ALECU, PhD, University Lecturer Department of Economic Informatics Academy of Economic

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

Program/Project Management

Program/Project Management PROCEDURE OVERVIEW PROGRAM/PROJECT MANAGEMENT PROCEDURE defines the project management infrastructure, reporting relationships and project management activities within SDLC.com. Project Managers, Program

More information

ITIL Intermediate Capability Stream:

ITIL Intermediate Capability Stream: ITIL Intermediate Capability Stream: OPERATIONAL SUPPORT AND ANALYSIS (OSA) CERTIFICATE Sample Paper 1, version 6.1 Gradient Style, Complex Multiple Choice QUESTION BOOKLET Gradient Style Multiple Choice

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

Surviving the Top Ten Challenges of Software Testing

Surviving the Top Ten Challenges of Software Testing Surviving the Top Ten Challenges of Software Testing: A Closer Look at Understanding Software Testing Randy Rice, CQA, CSTE Rice Consulting Services, Inc. 405-692-7331 http://www.riceconsulting.com rcs@telepath.com

More information

PROJECT CASE STUDY. Spread 50 years of wisdom to much broader audience through an informative website. a mobilyte Case Study

PROJECT CASE STUDY. Spread 50 years of wisdom to much broader audience through an informative website. a mobilyte Case Study PROJECT CASE STUDY Spread 50 years of wisdom to much broader audience through an informative website a mobilyte Case Study Authored by: MobiLyte Inc., PROJECT SUMMARY Brief The website is an informative

More information

Software Development Life Cycle (SDLC) Tata Consultancy Services ltd. 12 October

Software Development Life Cycle (SDLC) Tata Consultancy Services ltd. 12 October Software Development Life Cycle (SDLC) Tata Consultancy Services ltd. 12 October 2006 1 Objectives (1/2) At the end of the presentation, participants should be able to: Realise the need for a systematic

More information

Lectures 2 & 3. Software Processes. Software Engineering, COMP201 Slide 1

Lectures 2 & 3. Software Processes. Software Engineering, COMP201 Slide 1 Lectures 2 & 3 Software Processes Software Engineering, COMP201 Slide 1 What is a Process? When we provide a service or create a product we always follow a sequence of steps to accomplish a set of tasks

More information

An Early Defect Elimination Best Practice. Duvan Luong, Ph.D. Operational Excellence Networks

An Early Defect Elimination Best Practice. Duvan Luong, Ph.D. Operational Excellence Networks An Early Defect Elimination Best Practice Duvan Luong, Ph.D. Operational Excellence Networks Peer Review and Inspection Definition: Peer Review is the methodical examination of software work products by

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

Software Project Planning The overall goal of project planning is to establish a pragmatic strategy for controlling, tracking, and monitoring a comple

Software Project Planning The overall goal of project planning is to establish a pragmatic strategy for controlling, tracking, and monitoring a comple Estimation for Software Projects 1 Software Project Planning The overall goal of project planning is to establish a pragmatic strategy for controlling, tracking, and monitoring a complex technical project.

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

Disciplined Software Testing Practices

Disciplined Software Testing Practices isciplined oftware Testing Practices r. Magdy Hanna Chairman International Institute for oftware Testing ponsored by: International Institute for oftware Testing International Institute for oftware Testing,

More information

<Project Name> Software Development Plan. Version <1.0>

<Project Name> Software Development Plan. Version <1.0> 1 z 8 2007-02-26 15:48 Software Development Plan Version [Note: The following template is provided for use with the Rational Unified Process. Text enclosed in square brackets and displayed

More information

Objectives of Project Management Framework. What are the Characteristics Of Project. Activities involved Project Management

Objectives of Project Management Framework. What are the Characteristics Of Project. Activities involved Project Management PMP Training Training Topics Chapter 1 Introduction to PMP Objectives of PMP Requirements for PMP Exam About PMP Exam PMP Exam Syllabus Chapter 2 Objectives of Project Management Framework What is Project

More information

The Basics of ITIL Help Desk for SMB s

The Basics of ITIL Help Desk for SMB s The Basics of ITIL Help Desk for SMB s This three-step process will provide you the information necessary to understand ITIL, help you write your strategic IT plan and develop the implementation plan for

More information

Software Testing Level Part 2. Adam Hendra Brata

Software Testing Level Part 2. Adam Hendra Brata Software Testing Level Part 2 Adam Hendra Brata Agenda : Part 2 Acceptance Testing Alpha Beta 2 Testing Activities Object Design Document System Design Document Requirements Analysis Document Client Expectation

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

Darshan Institute of Engineering & Technology for Diploma Studies Rajkot Unit-1

Darshan Institute of Engineering & Technology for Diploma Studies Rajkot Unit-1 Failure Rate Darshan Institute of Engineering & Technology for Diploma Studies Rajkot Unit-1 SOFTWARE (What is Software? Explain characteristics of Software. OR How the software product is differing than

More information

MEDITECH 6.X IMPLEMENTATION 8 PHASES

MEDITECH 6.X IMPLEMENTATION 8 PHASES MEDITECH 6.X IMPLEMENTATION 8 PHASES - A PUBLICATION BY PARALLON TECHNOLOGY SOLUTIONS - TABLE OF CONTENTS Intro 1 2 3 4 5 6 7 8 Phase 1: Planning Phase 2: Process Review Phase 3: Design Phase 4: Build

More information

Using TSP to Improve Performance

Using TSP to Improve Performance Using TSP to Improve Performance Dan Burton Software Engineering Institute Carnegie Mellon University Pittsburgh, PA 15213 Sponsored by the U.S. Department of Defense 2008 by Carnegie Mellon University

More information

Also we will try to recap what we studied in the last class. (Refer Slide Time: 00:35)

Also we will try to recap what we studied in the last class. (Refer Slide Time: 00:35) Embedded Software Testing Unit 3: Static analysis and code reviews & Metrics Lecture 5 Seer Akademi-NPTEL MOU Hi all welcome to the next session of our embedded software testing that unit 3 series and

More information

0% # of Hrs Required to Complete Audit

0% # of Hrs Required to Complete Audit Classification Supplier Assessment Cover Sheet Quality Production Location: Summary Visit Date : 1. All check items are NG. Safety/Regulation concerns exist. Impact to M/P. 2. N/G and level-up items exist

More information

Unit 381 IT Project Management Level 3. Credit value 10. Rationale

Unit 381 IT Project Management Level 3. Credit value 10. Rationale Unit 381 IT Project Management Level 3 Credit value 10 Rationale The aim of this unit is to enable candidates to understand the business environment within which new projects are initiated. Candidates

More information

SABRe Design & Development Process

SABRe Design & Development Process SABRe Design & Development Process 2017 Rolls-Royce plc The information in this document is the property of Rolls-Royce plc and may not be copied or communicated to a third party, or used for any purpose

More information

Gary Natwick Harris Corporation

Gary Natwick Harris Corporation Automated Monitoring of Compliance Gary Natwick Harris Corporation Gary Natwick - 1 Government Communications Systems Division DoD Programs Strategic Management and Business Development CMMI Technology

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

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING UNIT-1

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING UNIT-1 DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Year & Semester : IV Subject Code : CS6403 Subject Name : Software Engineering Degree & Branch : B.E & CSE UNIT-1 1. What is software engineering? 2. What

More information

Lecture 2: Software Quality Factors, Models and Standards. Software Quality Assurance (INSE 6260/4-UU) Winter 2016

Lecture 2: Software Quality Factors, Models and Standards. Software Quality Assurance (INSE 6260/4-UU) Winter 2016 Lecture 2: Software Quality Factors, Models and Standards Software Quality Assurance (INSE 6260/4-UU) Winter 2016 INSE 6260/4-UU Software Quality Assurance Software Quality Quality Assurance Factors and

More information

Building the Project Plan Managing the Project Plan Results and Progress. Project Management. Mike McKerns, Caltech

Building the Project Plan Managing the Project Plan Results and Progress. Project Management. Mike McKerns, Caltech Building the Project Plan Managing the Project Plan Results and Progress Project Management Mike McKerns, Caltech Goals & Objectives The goal of DANSE is to build a software system for neutron scattering

More information

Goals of course. Themes: What can you do to evaluate a new technique? How do you measure what you are doing?

Goals of course. Themes: What can you do to evaluate a new technique? How do you measure what you are doing? MSWE 607: Software Life Cycle methods and Techniques Instructor: Professor Marvin V. Zelkowitz Office: 4121 AV Williams Phone: 405-2690 or 403-8935 (Fraunhofer Center) Email (Best way to contact) mvz@cs.umd.edu

More information

Managing the Testing Process E-learning Course Outline

Managing the Testing Process E-learning Course Outline Managing the Testing Process E-learning General Description Test managers must take a potentially infinite job testing a computer system and accomplish it within tight time and resource restraints. It

More information

SOFTWARE DEVELOPMENT STANDARD

SOFTWARE DEVELOPMENT STANDARD SFTWARE DEVELPMENT STANDARD Mar. 23, 2016 Japan Aerospace Exploration Agency The official version of this standard is written in Japanese. This English version is issued for convenience of English speakers.

More information

Managing Customer Specific Projects Tomas Nyström

Managing Customer Specific Projects Tomas Nyström Managing Customer Specific Projects Tomas Nyström 14.2.2006 Chaos is Back 28% of IT projects succeed 51% of IT projects are "challenged ; seriously late, over budget and lacking expected features 18% of

More information

Chapter 4 Document Driven Approach for Agile Methodology

Chapter 4 Document Driven Approach for Agile Methodology Chapter 4 Document Driven Approach for Agile Methodology In this chapter, 4.1. Introduction 4.2. Documentation Selection Factors 4.3. Minimum Required Documents 4.4. Summary 4.1. Introduction In all, the

More information

PMP. Processexam.com. PMI Project Management Professional. Exam Summary Syllabus Questions

PMP. Processexam.com. PMI Project Management Professional. Exam Summary Syllabus Questions PMP PMI Project Management Professional Processexam.com Exam Summary Syllabus Questions Table of Contents Keys to success in PMP Exam on PMI Project Management Professional... 2 PMI PMP Certification Details:...

More information

DOCUMENT CONTROL INFORMATION

DOCUMENT CONTROL INFORMATION DOCUMENT CONTROL INFORMATION System: Document Title: Document Status: Quality Manual Approved 5 11/5/2014 Current Document Revision Details Formal review. Added section 2, 3. Revised section 5.5.2, 6.2,

More information

Configuration Management

Configuration Management Configuration Management Minsoo Ryu Hanyang University msryu@hanyang.ac.kr Outline Introduction SCM Activities SCM Process 2 2 Software Configuration Management Definition A set of management disciplines

More information

COMMUNICATION MANAGEMENT PLAN

COMMUNICATION MANAGEMENT PLAN COMMUNICATION MANAGEMENT PLAN This Communications Management Plan sets the communications framework for this project between the Sponsors Agents Contractor level. This will serve as a guide for communications

More information

Testing Masters Technologies

Testing Masters Technologies 1. How will you receive the project requirements? A. The finalized SRS will be placed in a project repository; we will access it from there 2. What will you do with SRS? A. SRS stands for software requirement

More information

Applying the Team Software Process

Applying the Team Software Process Applying the Team Software Process Noopur Davis, SEI Bruce Erickson, Intuit SEPG 2005 Seattle, WA 1 1 Topics Background Overview of TSP Highlights of standard development processes in QuickBooks division

More information

Content Break-up & Methodology for awarding Contact Hours / PDUs

Content Break-up & Methodology for awarding Contact Hours / PDUs N.I.T.E - Project Management Professional (PMP) Exam Prep Course Content Break-up & Methodology for awarding Contact Hours / PDUs This course is based on Project Management Book of Knowledge PMBOK Guide

More information

Golden Rule #3: Vehicles & Mobile Equipment

Golden Rule #3: Vehicles & Mobile Equipment Golden Rule #3: Vehicles & Mobile Always use mobile equipment and light vehicles for the purpose they were designed and adhere to site pedestrian / vehicle traffic rules. Skill / Experience to Operate

More information

PMP PMBOK Guide Sixth Edition Training Course Agenda

PMP PMBOK Guide Sixth Edition Training Course Agenda PMP PMBOK Guide Sixth Edition Training Course Agenda 1. Introduction What are PMI and PMP Certification Application Requirements for the PMP Exam Guidelines to Complete the PMP Application About the PMP

More information

Test Estimation Seeing the Future of Your Test Effort

Test Estimation Seeing the Future of Your Test Effort Test Estimation Seeing the Future of Your Test Effort How Long Will Testing Take What makes an estimate a good one? Accurately predicts and guides the project s future Realistic: All tasks included, accurately

More information

Copyright Intertech, Inc All Rights Reserved. May 18, 2011

Copyright Intertech, Inc All Rights Reserved. May 18, 2011 Copyright Intertech, Inc. 2011. All Rights Reserved. May 18, 2011 About Me Dave Schueck Principal Consultant Intertech Dschueck@Intertech.com 20 years experience Variety of technologies, roles, systems,

More information

This chapter illustrates the evolutionary differences between

This chapter illustrates the evolutionary differences between CHAPTER 6 Contents An integrated approach Two representations CMMI process area contents Process area upgrades and additions Project management concepts process areas Project Monitoring and Control Engineering

More information

1. Can you explain the PDCA cycle and where testing fits in?

1. Can you explain the PDCA cycle and where testing fits in? 1. Can you explain the PDCA cycle and where testing fits in? Software testing is an important part of the software development process. In normal software development there are four important steps, also

More information

CMS Online Version 4.11 December Copyright 2018 International Human Resources Development Corporation

CMS Online Version 4.11 December Copyright 2018 International Human Resources Development Corporation CMS Online Version 4.11 December 2018 Copyright 2018 International Human Resources Development Corporation Introducing New and Improved CMS Online Product Features Cloud-based User-friendly interface SQA

More information

Darshan Institute of Engineering & Technology for Diploma Studies

Darshan Institute of Engineering & Technology for Diploma Studies RESPONSIBILITY OF SOFTWARE PROJECT MANAGER Job responsibility Software project managers take the overall responsibility of project to success. The job responsibility of a project manager ranges from invisible

More information

Improving Process Utilization with Tools

Improving Process Utilization with Tools NDIA 11 th Annual Systems Engineering Conference Improving Process Utilization with Tools October 22, 2008 Frank Salvatore High Performance Technologies, inc. 3159 Schrader Road Dover NJ, 07801 (973) 442-6436

More information

Managing Software Quality with the Team Software Process

Managing Software Quality with the Team Software Process Managing Software Quality with the Team Software Process James W. Over April 13, 2010 Key Message Society depends on software. As software professionals we have an obligation to produce reliable, secure

More information

Software Processes. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 4 Slide 1

Software Processes. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 4 Slide 1 Objectives To introduce software process models To describe three generic process models and when they may be

More information

ALM Tools. Obtaining ROI from an ALM Tool. SmartBear White Papers

ALM Tools. Obtaining ROI from an ALM Tool. SmartBear White Papers ALM Tools This document discusses how an Application Lifecycle Management (ALM) tool can quick obtain a return on investment (ROI) for companies that develop and maintain software. 1 Narrative Companies

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

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

ISTQB Certified Tester. Foundation Level. Sample Exam 1

ISTQB Certified Tester. Foundation Level. Sample Exam 1 ISTQB Certified Tester Foundation Level Version 2015 American Software Testing Qualifications Board Copyright Notice This document may be copied in its entirety, or extracts made, if the source is acknowledged.

More information

BELDEN QUALITY SYSTEM OVERVIEW

BELDEN QUALITY SYSTEM OVERVIEW BELDEN QUALITY SYSTEM OVERVIEW Table of Contents 1.0 Introduction 2.0 Quality Management System 3.0 Resource Management 4.0 Product Realization 5.0 Measurement, Analysis, and Improvement 1.0 Introduction

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

ExamsLabs. Latest Study Materials, Valid Dumps - ExamsLabs

ExamsLabs.   Latest Study Materials, Valid Dumps - ExamsLabs ExamsLabs http://www.examslabs.com/ Latest Study Materials, Valid Dumps - ExamsLabs Exam : ISEB-SWT2 Title : ISTQB-BCS Certified Tester Foundation Level Vendor : ISEB Version : DEMO Get Latest & Valid

More information

PMP Course Content. Chapter 1. Introduction to PMP Objectives of PMP Requirements for PMP Exam About PMP Exam PMP Exam Syllabus.

PMP Course Content. Chapter 1. Introduction to PMP Objectives of PMP Requirements for PMP Exam About PMP Exam PMP Exam Syllabus. PMP Course Content Chapter 1 Introduction to PMP Objectives of PMP Requirements for PMP Exam About PMP Exam PMP Exam Syllabus Chapter 2 Objectives of Project Management Framework What is Project What are

More information

Project Remedies Solution Set s Ability to Transform your IT Organization. A Selection of Use Cases from Project Remedies Inc.

Project Remedies Solution Set s Ability to Transform your IT Organization. A Selection of Use Cases from Project Remedies Inc. Project Remedies Solution Set s Ability to Transform your IT Organization A Selection of Use Cases from Project Remedies Inc. August 2016 Project Remedies Solution Set s Ability to Transform an IT Organization

More information

Index. Adjourning stage, 107

Index. Adjourning stage, 107 I A Adjourning stage, 107 B Brooks Corollary, 69 Brooks Law, 69 Budgets cash flow analysis, 132 costs and benefits, 131 direct and indirect costs and benefits, 132 estimating costs, 128 ethics, 133 finance

More information

Analysis of Software Artifacts

Analysis of Software Artifacts Analysis of Software Artifacts Inspection Inspection Jonathan Aldrich Analysis of Software Artifacts Portions 2007 by William L Scherlis. Used by permission. 1 The Computer s Perspective http://www.xkcd.com/371/

More information

KPIs improve when you measure them.

KPIs improve when you measure them. KPIs improve when you measure them. Scoreboard tracks your key performance indicators with dashboards, reports, and alerts. TRACK KPIs BUILD DASHBOARDS Scoreboard makes it easy to set goals for your key

More information

Tassc:Estimator technical briefing

Tassc:Estimator technical briefing Tassc:Estimator technical briefing Gillian Adens Tassc Limited www.tassc-solutions.com First Published: November 2002 Last Updated: April 2004 Tassc:Estimator arrives ready loaded with metric data to assist

More information

Jochen(Joe)Krebs

Jochen(Joe)Krebs What s Up RUP? Agile Portfolio Management Jochen(Joe)Krebs www.incrementor.com Speaker Jochen (Joe) Krebs www.jochenkrebs.com Author of Agile Portfolio Management (Microsoft Press 2008) Co author of IBM

More information

Software Processes. Objectives. Topics covered. The software process. Waterfall model. Generic software process models

Software Processes. Objectives. Topics covered. The software process. Waterfall model. Generic software process models Objectives Software Processes To introduce software process models To describe three generic process models and when they may be used To describe outline process models for requirements engineering, software

More information

Project vs Operation. Project Constraints. Pankaj Sharma, Pankaj Sharma,

Project vs Operation. Project Constraints. Pankaj Sharma, Pankaj Sharma, Project vs Operation PROJECTS OPERATIONS Temporary Ongoing Unique Repetitive Closes after attaining the objectives Objective is to sustain business Prototyping the new car model Assembly line production

More information

Objectives. The software process. Topics covered. Waterfall model. Generic software process models. Software Processes

Objectives. The software process. Topics covered. Waterfall model. Generic software process models. Software Processes Objectives Software Processes To introduce software process models To describe three generic process models and when they may be used To describe outline process models for requirements engineering, software

More information

CMMI for Technical Staff

CMMI for Technical Staff CMMI for Technical Staff SES CMMI Training Series April 7, 2009 Audio Conference #: Dial - 1-877-760-2042 Pass code - 147272 SM SEI and CMM Integration are service marks of Carnegie Mellon University CMM

More information

Topics covered. Software process models Process iteration Process activities The Rational Unified Process Computer-aided software engineering

Topics covered. Software process models Process iteration Process activities The Rational Unified Process Computer-aided software engineering Software Processes Objectives To introduce software process models To describe three generic process models and when they may be used To describe outline process models for requirements engineering, software

More information

mywbut.com Software Reliability and Quality Management

mywbut.com Software Reliability and Quality Management Software Reliability and Quality Management 1 Software Reliability Issues 2 Specific Instructional Objectives At the end of this lesson the student would be able to: Differentiate between a repeatable

More information

SAMPLE REQUEST FOR PROPOSAL

SAMPLE REQUEST FOR PROPOSAL PROCUREMENTS SOLUTIONS FOR FINANCIAL MANAGERS 1 BPMS BUYER S TOOL KIT SAMPLE REQUEST FOR PROPOSAL The typical RFP for a Business Process Management Suite (BPMS) contains a long list of checklist items

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : ISEB-ITILF Title : The Foundation Examination - ITIL Vendor : ISEB Version : DEMO Get Latest & Valid

More information

SAFE REPORTING GUIDELINES for CLM 6.0.3

SAFE REPORTING GUIDELINES for CLM 6.0.3 SAFE REPORTING GUIDELINES for CLM 6.0.3 Deploying the SAFe reports in your CLM JRS 6.0.3 environment Abstract This document describes how to import the SAFe reports delivered via archive files published

More information

Teaching Software Quality Assurance in an Undergraduate Software Engineering Program

Teaching Software Quality Assurance in an Undergraduate Software Engineering Program Teaching Software Quality Assurance in an Undergraduate Software Engineering Program Claude Y Laporte, Alain April, Khaled Bencherif Presented by Claude Y Laporte Professor École de technologie supérieure,

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

Testing strategies for stakeholders in Component Based Software Development

Testing strategies for stakeholders in Component Based Software Development Testing strategies for stakeholders in Component Based Software Development Khalid Mahmood * Bashir Ahmad Institute of Computing and Information Technology, Gomal University D.I.Khan, Pakistan * Email

More information

Time-to-market for new products. Warranty expenses. Product development costs

Time-to-market for new products. Warranty expenses. Product development costs Case Studies, M. Light Research Note 5 March 2003 HP Program to Reinvent Product Development Management Hewlett-Packard's Imaging and Printing Group has standardized its tools, processes, procedures and

More information

MCGILL UNIVERSITY Montreal, Quebec September 20 21, A DMAIC Framework for Improving Software Quality in Organizations: Case Study at RK Company

MCGILL UNIVERSITY Montreal, Quebec September 20 21, A DMAIC Framework for Improving Software Quality in Organizations: Case Study at RK Company MCGILL UNIVERSITY Montreal, Quebec September 20 21, 2016 A DMAIC Framework for Improving Software Quality in Organizations: Case Study at RK Company Team Composition Racha Karout Anjali Awasthi Outline

More information

Challenges of Managing a Testing Project: (A White Paper)

Challenges of Managing a Testing Project: (A White Paper) Challenges of Managing a Testing Project: () Page 1 of 20 Vinod Kumar Suvarna Introduction Testing is expected to consume 30 50 % of the Project Effort, Still properly managing testing project is not considered

More information

Practical Stories of ITIL Quick Wins

Practical Stories of ITIL Quick Wins Practical Stories of ITIL Quick Wins Presented by Thought Rock Co-Founder John Towsley and Thought Rock Senior Consultant Graham Furnis. Success builds on success. Targeting quick wins at the onset and

More information