Deliverable 10. Deliverable #10 Class Design and Implementation #1 due 9 April Executive Summary and Statement of Work Iteration Plan (Updated) for remaining.

Slides:



Advertisements
Similar presentations
Deliverable #8: Detailed Design - Overview due: Wednesday, 7 March All Deliverable materials are to be posted into Team Concert. Your to.
Advertisements

1 Software Testing and Quality Assurance Lecture 13 - Planning for Testing (Chapter 3, A Practical Guide to Testing Object- Oriented Software)
3-1 © Prentice Hall, 2004 Chapter 3: Managing the Object-Oriented Information Systems Project Object-Oriented Systems Analysis and Design Joey F. George,
Verification Planning and Compliance Matrices Brian Selvy Wednesday, August 13, :30 – 5:00 p.m. Phoenix West Conference Room.
Degree and Graduation Seminar Scope Management
© ABB AB, Corporate Research - 1 5/19/2015 abb Project Breakdown Structure Creation.
CSCI 639 Topics in Software Engineering Assignment #5 Fall 2008.
Recall The Team Skills 1. Analyzing the Problem (with 5 steps) 2. Understanding User and Stakeholder Needs 3. Defining the System 4. Managing Scope 5.
SwE 313 Introduction to Rational Unified Process (RUP)
Chapter 3: The Project Management Process Groups
CSCI 639 Topics in Software Engineering Assignment #4 Fall 2006.
02 Apr 2010Saleh Eid, KAU, EMBA, PMP Course2 Introduction: Do you feel that work in this project never ends? Are the people in your team unsure of what.
Introduction to Software Design Chapter 1. Chapter 1: Introduction to Software Design2 Chapter Objectives To become familiar with the software challenge.
Chapter 7 Structuring System Process Requirements
The Project AH Computing. Functional Requirements  What the product must do!  Examples attractive welcome screen all options available as clickable.
Developing Enterprise Architecture
UML - Development Process 1 Software Development Process Using UML (2)
1 IBM Software Group ® PRJ270: Essentials of Rational Unified Process Module 4: RUP Content.
Typical Software Documents with an emphasis on writing proposals.
RUP Fundamentals - Instructor Notes
Copyright by Dr. Clarence Lau, IVE(TY)
Implementation Yaodong Bi. Introduction to Implementation Purposes of Implementation – Plan the system integrations required in each iteration – Distribute.
RUP Implementation and Testing
Rational Unified Process Fundamentals Module 4: Disciplines II.
Team Skill 6: Building the Right System From Use Cases to Implementation (25)
Project Deliverables CEN Engineering of Software 2.
ISM 5316 Week 3 Learning Objectives You should be able to: u Define and list issues and steps in Project Integration u List and describe the components.
Project Deliverables CIS 4328 – Senior Project 2 And CEN Engineering of Software 2.
Apply Project Scope Management Techniques Project Scope Processes – Part 2 Certificate IV in Project Management Qualification Code BSB41507 Unit.
Facility Integration Project Update Chelsea Smith – Project Manager Lake Shore Solutions.
Ch 4 - Learning Objectives Scope Management You should be able to: n Discuss the relationship between scope and project failure n Describe how strategic.
U.S. Department of Agriculture eGovernment Program Prototype Weekly Status Meeting July 1, 2003.
Deliverable #9 – Detail Design Subsystem Design and Realization ALL of your design class model elements must have the package or subsystem they are associated.
Develop Project Charter
Project Deliverables CIS 4328 – Senior Project 2 And CEN Engineering of Software 2.
Rational Unified Process Fundamentals Module 3: Disciplines I.
Project Deliverables CIS 4328 – Senior Project 2 And CEN Engineering of Software 2.
Requirements Management with Use Cases Module 10: Requirements Across the Product Lifecycle Requirements Management with Use Cases Module 10: Requirements.
Project Deliverables CEN Engineering of Software 2.
A PPARC funded project Architecture Appeal Guy Rixon AstroGrid Consortium meeting April 2004.
Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Project Deliverables CIS 4328 – Senior Project 2 And CEN Engineering of Software 2.
Reviews mae, fall 11. Review What: – Have skilled people assess your work –Requires that you have work product that is reviewable Why: – Find problems.
Rational Unified Process Fundamentals Module 4: Core Workflows II - Concepts Rational Unified Process Fundamentals Module 4: Core Workflows II - Concepts.
Software Engineering II - CEN 6017 Project Deliverables for Spring
Condor Technology Solutions, Inc. Grace Performance Chemicals HRIS Intranet Project.
310414IMPLEMENTATION1 IMPLEMENTATIONIMPLEMENTATION SOFTWARE ENGINEERING SOFTWARE ENGINEERING.
Team-Based Development ISYS321 Managing the Information Systems Project.
Project Deliverables CIS 4328 – Senior Project 2 And CEN Engineering of Software 2.
Project Management Processes for a Project Chapter 3 PMBOK® Fourth Edition.
© 2005 by Prentice Hall Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George.
C++ for Engineers and Scientists, Second Edition 1 Problem Solution and Software Development Software development procedure: method for solving problems.
BSBPMG501A Manage Project Integrative Processes Manage Project Integrative Processes Project Integration Processes – Part 2 Diploma of Project Management.
Project Deliverables Version 9: 04/03/06 Note: This document contains the deliverables for a two semester course. It is a living document and changes every.
Enterprise Architectures Course Code : CPIS-352 King Abdul Aziz University, Jeddah Saudi Arabia.
BSBPMG502A Manage Project Scope Manage Project Scope Project Scope Processes Part 2 Diploma of Project Management Qualification Code BSB51507 Unit.
Business System Development
Module nine PMP® Mastery 2016 APMG Create WBS
WORK BREAKDOWN STRUCTURE
CIS 339 master Perfect Education/cis339master.com
Think What will be the output?
FORMAL SYSTEM DEVELOPMENT METHODOLOGIES
Recall The Team Skills Analyzing the Problem (with 5 steps)
Request for Proposal (RFP)
Software Quality Engineering
DOD’S PHASED SYSTEM DEVELOPMENT PROCESS
CIS 4328 – Senior Project 2 And CEN Engineering of Software 2
PROJECT FINANCIAL MANAGEMENT BEST PRACTICES RICHARD MAGU
Software Development Process Using UML Recap
Implementation Plan system integration required for each iteration
Presentation transcript:

Deliverable 10

Deliverable #10 Class Design and Implementation #1 due 9 April Executive Summary and Statement of Work Iteration Plan (Updated) for remaining iterations based on your assessment of the previous iterations. Iteration Plan Assessments - Present your assessment of each of your iterations to date Class diagrams - Ensure all methods in your Use Case Realizations have full signatures in their calling sequences. Traceability - Extend your Traceability to cover your current detail design Testing: Document your test suites: catalog these via number, purpose, scope, results, and assessment of each test. This is the major component of this deliverable

Deliverable #10 Class Design and Implementation #1 Source Code: Your deliverable is to include your source- level components. organized ‘by design unit’ (that is, package, subsystem), ‘by component’ (within these higher level components). Please note: Your source code absolutely must be internally documented with meaningful, guiding comments. These will be reviewed very carefully!!! So, your organization should be Component View, Implementation Model, Package or Subsystem, and specific component within the owning package or subsystem.

Deliverable #10 Class Design and Implementation #1 Presentation 11 April during class Demonstrate, discuss, and show your application code level concerns. In detail, show some code snippets (fully documented, of course), starting with an organizational perspective (top down) Present your test suites to include test case design, projected inputs, outputs, issues, expectations, and results. Talk about the ‘good, bad, and ugly’ of your development, tests, etc. Map these back to your use cases for traceability.