SlideShare une entreprise Scribd logo
1  sur  18
1
RUP-Based Projects –
Understanding and Managing
Through a Use Cases Realization
Process
Terry Startzel, M.S., PMP
Visa Project Management Symposium
M1 5HRD/ Meeting Place
06 December, 2007
RUP-Based Projects – Understanding and Managing Through a Use
Cases Realization Process
2
Agenda
• Rational Unified Process
• Requirements Management
• Use Cases
• Use Case Patterns
• Use Case Realization
• Use Case Realization and
Project Management
• Software Architecture - RUP
• 4+1 View of Software Architecture
• Software Architecture Document
and Architectural Governance for
Projects
• From Use Cases to Test Cases
• Integration with PMM, DMM, and
TMM
RUP-Based Projects – Understanding and Managing Through a Use
Cases Realization Process
3
Rational Unified Process (RUP)
• Software Engineering Process /
Customizable Process Framework
• Use Case Driven
• Architecture-Centric
• Iterative and Incremental
• Core Best Practices
– Develop Iteratively
– Manage Requirements
– Use Component Architectures
– Model Visually
– Verify Quality
– Manage Change
Rational Unified Process
The Rational Unified Process: An Introduction by Philippe Kruchten
RUP-Based Projects – Understanding and Managing Through a Use
Cases Realization Process
4
Requirements Management
Key Concepts
• Problem Domain
• Stakeholder Needs
• Solution Domain
• Software Features
• Software Requirements
– Functional
– Non-Functional
– Design Constraints
• Traceability
“A systematic approach to eliciting,
organizing, and documenting the
requirements of the system, and a
process that establishes and
maintains agreement between
customer and the project team on
the changing requirement of the
system.”
Managing Software Requirements: A Use Case Approach (2nd
Edition) by Dean Leffingwell and Don Widrig
RUP-Based Projects – Understanding and Managing Through a Use
Cases Realization Process
5
Requirements Management
Needs
Features
Software Requirements
Analysis & Design
Implementation
Verification & Validation
User Documentation
Problem Domain
Solution Domain
Traceability
Software
Solution
Problem /
Opportunity
Managing Software Requirements: A Use Case Approach (2nd
Edition) by Dean Leffingwell and Don Widrig
RUP-Based Projects – Understanding and Managing Through a Use
Cases Realization Process
6
Requirements Management
Software
Requirements
Functional
Requirements
Design
Constraints
Non-Functional
Requirements
• Usability
• Reliability
• Performance
• Supportability
• Security
Restrictions on the design of a system, or the
process by which a system is developed, that do
not affect external behavior of the system but that
must be fulfilled to meet technical, business, or
contractual obligations.
• Expresses required system behavior
• Inputs, behavior, outputs
• Action oriented
• Simple declarative statements
• Use Cases
Managing Software Requirements: A Use Case Approach (2nd
Edition) by Dean Leffingwell and Don Widrig
RUP-Based Projects – Understanding and Managing Through a Use
Cases Realization Process
7
Use Cases
Key Concepts
• Ideal for functionally oriented
systems
• Requirements in context
• Communicates required
system behavior
• Identifies who or what
interacts with the system
• Achieve specific goals
• Graphically depicted using
Unified Modeling Language
“A description of system behavior,
in terms of sequences of actions.
A use case should yield an
observable result of value to an
actor. A use case contains all
flows of events related to
producing the "observable result
of value", including alternate and
exception flows. More formally, a
use case defines a set of use-case
instances or scenarios.”
Rational Unified Process
RUP-Based Projects – Understanding and Managing Through a Use
Cases Realization Process
8
Use Cases
• Defines a sequence of actions
Flows of events related to producing
the "observable result of value",
including alternate, warning, and
exception flows
• Performed by the system
The actions performed by the system;
its functional requirements
• That yields an observable result of
value
Primary flow produces the
“observable result of value”; a useful
heuristic for scoping use cases
• For the actor who initiated the use
case
Use Case Diagram in Rational Rose
VTSC Application Re-Architecture Project
Use Case Modeling by Kurt Bittner and Ian Spence
RUP-Based Projects – Understanding and Managing Through a Use
Cases Realization Process
9
Use Case Patterns
• Business Process Workflow
Supports the execution of a business process or
operation to achieve a business objective; business
rules; state transitions
• Analytical Process
Supports analytical processes and persists any
decisions made as a result of analysis
• Maintain
Supports the maintenance of system information
• View
Supports searching and viewing of information
• Generate
Supports the generation of data files
• Reporting
Supports the defining and formatting of reports
“Design patterns form a cohesive
language that can be used to
describe classic solutions to
common object oriented design
problems… By using design
patterns to solve programming
problems, the proper
perspective on the design process
can be maintained.”
Design Patterns by Gamma, Helm, Johnson and Vlissides
RUP-Based Projects – Understanding and Managing Through a Use
Cases Realization Process
10
Use Case Realization
Key Concepts
• A technique or process
• For designing, implementing,
and validating the proposed
software system
• Based upon the use cases
that comprise the use case
model
“A use-case realization describes
how a particular use case is
realized within the design model,
in terms of collaborating objects.”
Rational Unified Process
Through this approach, the seemingly orthogonal relationship between the
functional requirements of the system and its design, implementation, and
validation is eliminated thus increasing the opportunities for project success.
RUP-Based Projects – Understanding and Managing Through a Use
Cases Realization Process
11
Use Case Realization
RUP-Based Projects – Understanding and Managing Through a Use
Cases Realization Process
12
Use Case Realization and Project
Management
Facilitates project management by
providing a basis for:
• Planning
Rolling wave project planning by phase
and iteration
• Estimating
Estimates provided for each use case
realization artifact
• Resource assignment
Resources assigned to produce each
use case realization artifact
• Execution (mini-milestones)
Status reported for the implementation of
each use case realization
• Controlling
VTSC Application Re-Architecture Project
Extract from the VTSC-R Project Work Plan
RUP-Based Projects – Understanding and Managing Through a Use
Cases Realization Process
13
Software Architecture - RUP
Software architecture encompasses:
– Significant decisions about the
organization of a software system,
– Selection of the structural
elements and their interfaces by
which the system is composed
together with their behavior as
specified in the collaboration
among those elements, and
– Composition of the structural and
behavioral elements into
progressively larger subsystems
– Architectural style that guides this
organization, these elements and
their interfaces, their
collaborations, and their
composition.
“Software architecture is not only
concerned with structure and
behavior, but also with usage,
functionality, performance,
resilience, reuse,
comprehensibility, economic and
technology constraints and
tradeoffs, and aesthetic
concerns.”
Rational Unified Process
RUP-Based Projects – Understanding and Managing Through a Use
Cases Realization Process
14
4+1 View of Software Architecture
Architectural Blueprints—The 4+1” View Model of Software Architecture by Philippe Kruchten
Paper published in IEEE Software 12 (6) November 1995, pp. 42-50.
The Rational Unified Process Made Easy: A Practitioner’s Guide to the RUP by Per Kroll and Philippe Kruchten
RUP-Based Projects – Understanding and Managing Through a Use
Cases Realization Process
15
4+1 View of Software Architecture
• Use Case View
Architecturally significant use cases
• Logical View
Software elements and structure:
classes, packages, interfaces, etc.
• Process View
Distributed & concurrent systems:
parallelism, communication, and
synchronization
• Implementation View
Organization of implementation elements
(source code, etc.) in IDE
• Deployment View
Physical runtime deployment and
communication
Rational Rose – RUP Template
RUP-Based Projects – Understanding and Managing Through a Use
Cases Realization Process
16
Software Architecture Document and
Architectural Governance for Projects
• Major RUP artifact
• Describes software architecture
of the proposed software system
• Driven by architecturally
significant use cases
• Includes appropriate views from
the 4+1 View of Software
Architecture
• Elaboration Phase deliverable
• Input LAM Review Gate
• Subject to the Technology
Office’s Architectural Governance
for Projects
VTSC-R Project’s SAD Cover Page
RUP-Based Projects – Understanding and Managing Through a Use
Cases Realization Process
17
From Use Case to Test Cases
Use Case Flow of Events - Scenarios
Key Concepts
• Use Case Scenarios
– An instance of a use case just as an
object is an instance of a class
– A complete path through a use case’s
flow of events possibly including nested
alternate flows
• Test Case Matrix
– At least one test case for each scenario
– May need both positive and negative
test cases
• Test Case Matrix with Values
• Test Cases and Procedures
Generating Test Cases from Use Cases by Jim Heumann
RUP-Based Projects – Understanding and Managing Through a Use
Cases Realization Process
18
Integration with PMM, DMM, and TMM
• PMM
– Initiate Phase (e.g., SOW)
– Plan Phase (e.g., Project Plan, Schedule, PPR Gate)
– Execute Phase (e.g., Iteration Plans, SAD, LAM Gate, IOCM Gate)
– Launch Phase (e.g., PIR Gate)
– RUP PMM Compliance Controls
• DMM
– Plan Development Activities – Inovant RUP Development Project
– Key Deliverables (e.g., System Requirements, Architecture, User
Interface Design, Design Specification)
• TMM
– Test Activities - Plan Test Activities
– Key Deliverables (e.g., Test Design)

Contenu connexe

Tendances (14)

Software Project Management lecture 9
Software Project Management lecture 9Software Project Management lecture 9
Software Project Management lecture 9
 
Sadchap3
Sadchap3Sadchap3
Sadchap3
 
Software Project Management lecture 8
Software Project Management lecture 8Software Project Management lecture 8
Software Project Management lecture 8
 
Sadchap04
Sadchap04Sadchap04
Sadchap04
 
Transition from Systems Analysis to Systems Designs
Transition from Systems Analysis to Systems DesignsTransition from Systems Analysis to Systems Designs
Transition from Systems Analysis to Systems Designs
 
Sysdev
SysdevSysdev
Sysdev
 
Object Oriented System Design
Object Oriented System DesignObject Oriented System Design
Object Oriented System Design
 
Sda 6
Sda   6Sda   6
Sda 6
 
Intoduction to software engineering part 1
Intoduction to software engineering part 1Intoduction to software engineering part 1
Intoduction to software engineering part 1
 
Chapter 2 analyzing the business case
Chapter 2 analyzing the business caseChapter 2 analyzing the business case
Chapter 2 analyzing the business case
 
Lect3
Lect3Lect3
Lect3
 
Software Project Mangmement (Lecture 5)
Software Project Mangmement (Lecture 5)Software Project Mangmement (Lecture 5)
Software Project Mangmement (Lecture 5)
 
Chapter 1 erp
Chapter 1 erpChapter 1 erp
Chapter 1 erp
 
The elusive root cause
The elusive root causeThe elusive root cause
The elusive root cause
 

En vedette

права дитини та обовязки
права дитини та обовязкиправа дитини та обовязки
права дитини та обовязки
pc3kab17ppt
 

En vedette (16)

Neil CV 2
Neil CV 2Neil CV 2
Neil CV 2
 
Pug - a compiler pipeline
Pug - a compiler pipelinePug - a compiler pipeline
Pug - a compiler pipeline
 
Dr Petrini philosophy student success 4LI
Dr Petrini philosophy student success 4LIDr Petrini philosophy student success 4LI
Dr Petrini philosophy student success 4LI
 
China manufacturer seamless and weld steel tube and pipe fittings for export
 China manufacturer seamless and weld steel tube and pipe fittings for export China manufacturer seamless and weld steel tube and pipe fittings for export
China manufacturer seamless and weld steel tube and pipe fittings for export
 
Sabrina ho chiu yeng
Sabrina ho chiu yengSabrina ho chiu yeng
Sabrina ho chiu yeng
 
INTERNET: ADICCIÓN O EVOLUCIÓN?
INTERNET: ADICCIÓN O EVOLUCIÓN?INTERNET: ADICCIÓN O EVOLUCIÓN?
INTERNET: ADICCIÓN O EVOLUCIÓN?
 
права дитини та обовязки
права дитини та обовязкиправа дитини та обовязки
права дитини та обовязки
 
Впровадження PROZORRO на Дніпропетровщині
Впровадження PROZORRO на Дніпропетровщині Впровадження PROZORRO на Дніпропетровщині
Впровадження PROZORRO на Дніпропетровщині
 
Vaishnavi bandlaguda
Vaishnavi bandlagudaVaishnavi bandlaguda
Vaishnavi bandlaguda
 
Proper Maintainance of Tyres
Proper Maintainance of TyresProper Maintainance of Tyres
Proper Maintainance of Tyres
 
Excel training
Excel trainingExcel training
Excel training
 
en ANTENNA FOUNDATION report 2015 s
en ANTENNA FOUNDATION report 2015 sen ANTENNA FOUNDATION report 2015 s
en ANTENNA FOUNDATION report 2015 s
 
Be going to desarrollado
Be going to desarrolladoBe going to desarrollado
Be going to desarrollado
 
Elastic @Deezer
Elastic @DeezerElastic @Deezer
Elastic @Deezer
 
India rubber-industry-forum-2016-f
India rubber-industry-forum-2016-fIndia rubber-industry-forum-2016-f
India rubber-industry-forum-2016-f
 
JORNAL DO MUNICÍPIO janeiro 2016
JORNAL DO MUNICÍPIO janeiro 2016JORNAL DO MUNICÍPIO janeiro 2016
JORNAL DO MUNICÍPIO janeiro 2016
 

Similaire à PM Symposium RUP UC Realization

Requirements engineering vii
Requirements engineering viiRequirements engineering vii
Requirements engineering vii
indrisrozas
 
process models- software engineering
process models- software engineeringprocess models- software engineering
process models- software engineering
Arun Nair
 
Lecture 3 software_engineering
Lecture 3 software_engineeringLecture 3 software_engineering
Lecture 3 software_engineering
moduledesign
 

Similaire à PM Symposium RUP UC Realization (20)

Rup
RupRup
Rup
 
Pressman ch-3-prescriptive-process-models
Pressman ch-3-prescriptive-process-modelsPressman ch-3-prescriptive-process-models
Pressman ch-3-prescriptive-process-models
 
RUP VS RAD Methodology
RUP VS RAD MethodologyRUP VS RAD Methodology
RUP VS RAD Methodology
 
Rational Unified Process
Rational Unified ProcessRational Unified Process
Rational Unified Process
 
Requirements engineering vii
Requirements engineering viiRequirements engineering vii
Requirements engineering vii
 
Soa 1 7.ppsx
Soa 1 7.ppsxSoa 1 7.ppsx
Soa 1 7.ppsx
 
RRC Requirements and Use Cases
RRC Requirements and Use CasesRRC Requirements and Use Cases
RRC Requirements and Use Cases
 
Ppt nardeep
Ppt nardeepPpt nardeep
Ppt nardeep
 
SE_Unit 2.pdf it is a process model of it student
SE_Unit 2.pdf it is a process model of it studentSE_Unit 2.pdf it is a process model of it student
SE_Unit 2.pdf it is a process model of it student
 
Rational unified process lecture-5
Rational unified process lecture-5Rational unified process lecture-5
Rational unified process lecture-5
 
Chap05
Chap05Chap05
Chap05
 
process models- software engineering
process models- software engineeringprocess models- software engineering
process models- software engineering
 
340_18CS35_se_mod1(secab).pdf
340_18CS35_se_mod1(secab).pdf340_18CS35_se_mod1(secab).pdf
340_18CS35_se_mod1(secab).pdf
 
Rup
RupRup
Rup
 
Introduction to RUP & SPEM
Introduction to RUP & SPEMIntroduction to RUP & SPEM
Introduction to RUP & SPEM
 
Lecture 3 software_engineering
Lecture 3 software_engineeringLecture 3 software_engineering
Lecture 3 software_engineering
 
Lect3 ch15-unit2
Lect3 ch15-unit2Lect3 ch15-unit2
Lect3 ch15-unit2
 
Manual Software testing - software development life cycle
Manual Software testing - software development life cycleManual Software testing - software development life cycle
Manual Software testing - software development life cycle
 
Software Engineering (Process Models)
Software Engineering (Process Models)Software Engineering (Process Models)
Software Engineering (Process Models)
 
Erp
ErpErp
Erp
 

Plus de Terry Startzel, MS, PMP, SCPM, CSM (7)

RRC Testing
RRC TestingRRC Testing
RRC Testing
 
RRC RUP
RRC RUPRRC RUP
RRC RUP
 
RRC CMM CMMI
RRC CMM CMMIRRC CMM CMMI
RRC CMM CMMI
 
RRC AD
RRC ADRRC AD
RRC AD
 
TEA Presentation
TEA PresentationTEA Presentation
TEA Presentation
 
TSU CMM CMMI
TSU CMM CMMITSU CMM CMMI
TSU CMM CMMI
 
PM Symposium 2009 Apply Risk Techniques on RAI Prj
PM Symposium 2009 Apply Risk Techniques on RAI PrjPM Symposium 2009 Apply Risk Techniques on RAI Prj
PM Symposium 2009 Apply Risk Techniques on RAI Prj
 

PM Symposium RUP UC Realization

  • 1. 1 RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process Terry Startzel, M.S., PMP Visa Project Management Symposium M1 5HRD/ Meeting Place 06 December, 2007
  • 2. RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process 2 Agenda • Rational Unified Process • Requirements Management • Use Cases • Use Case Patterns • Use Case Realization • Use Case Realization and Project Management • Software Architecture - RUP • 4+1 View of Software Architecture • Software Architecture Document and Architectural Governance for Projects • From Use Cases to Test Cases • Integration with PMM, DMM, and TMM
  • 3. RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process 3 Rational Unified Process (RUP) • Software Engineering Process / Customizable Process Framework • Use Case Driven • Architecture-Centric • Iterative and Incremental • Core Best Practices – Develop Iteratively – Manage Requirements – Use Component Architectures – Model Visually – Verify Quality – Manage Change Rational Unified Process The Rational Unified Process: An Introduction by Philippe Kruchten
  • 4. RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process 4 Requirements Management Key Concepts • Problem Domain • Stakeholder Needs • Solution Domain • Software Features • Software Requirements – Functional – Non-Functional – Design Constraints • Traceability “A systematic approach to eliciting, organizing, and documenting the requirements of the system, and a process that establishes and maintains agreement between customer and the project team on the changing requirement of the system.” Managing Software Requirements: A Use Case Approach (2nd Edition) by Dean Leffingwell and Don Widrig
  • 5. RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process 5 Requirements Management Needs Features Software Requirements Analysis & Design Implementation Verification & Validation User Documentation Problem Domain Solution Domain Traceability Software Solution Problem / Opportunity Managing Software Requirements: A Use Case Approach (2nd Edition) by Dean Leffingwell and Don Widrig
  • 6. RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process 6 Requirements Management Software Requirements Functional Requirements Design Constraints Non-Functional Requirements • Usability • Reliability • Performance • Supportability • Security Restrictions on the design of a system, or the process by which a system is developed, that do not affect external behavior of the system but that must be fulfilled to meet technical, business, or contractual obligations. • Expresses required system behavior • Inputs, behavior, outputs • Action oriented • Simple declarative statements • Use Cases Managing Software Requirements: A Use Case Approach (2nd Edition) by Dean Leffingwell and Don Widrig
  • 7. RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process 7 Use Cases Key Concepts • Ideal for functionally oriented systems • Requirements in context • Communicates required system behavior • Identifies who or what interacts with the system • Achieve specific goals • Graphically depicted using Unified Modeling Language “A description of system behavior, in terms of sequences of actions. A use case should yield an observable result of value to an actor. A use case contains all flows of events related to producing the "observable result of value", including alternate and exception flows. More formally, a use case defines a set of use-case instances or scenarios.” Rational Unified Process
  • 8. RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process 8 Use Cases • Defines a sequence of actions Flows of events related to producing the "observable result of value", including alternate, warning, and exception flows • Performed by the system The actions performed by the system; its functional requirements • That yields an observable result of value Primary flow produces the “observable result of value”; a useful heuristic for scoping use cases • For the actor who initiated the use case Use Case Diagram in Rational Rose VTSC Application Re-Architecture Project Use Case Modeling by Kurt Bittner and Ian Spence
  • 9. RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process 9 Use Case Patterns • Business Process Workflow Supports the execution of a business process or operation to achieve a business objective; business rules; state transitions • Analytical Process Supports analytical processes and persists any decisions made as a result of analysis • Maintain Supports the maintenance of system information • View Supports searching and viewing of information • Generate Supports the generation of data files • Reporting Supports the defining and formatting of reports “Design patterns form a cohesive language that can be used to describe classic solutions to common object oriented design problems… By using design patterns to solve programming problems, the proper perspective on the design process can be maintained.” Design Patterns by Gamma, Helm, Johnson and Vlissides
  • 10. RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process 10 Use Case Realization Key Concepts • A technique or process • For designing, implementing, and validating the proposed software system • Based upon the use cases that comprise the use case model “A use-case realization describes how a particular use case is realized within the design model, in terms of collaborating objects.” Rational Unified Process Through this approach, the seemingly orthogonal relationship between the functional requirements of the system and its design, implementation, and validation is eliminated thus increasing the opportunities for project success.
  • 11. RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process 11 Use Case Realization
  • 12. RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process 12 Use Case Realization and Project Management Facilitates project management by providing a basis for: • Planning Rolling wave project planning by phase and iteration • Estimating Estimates provided for each use case realization artifact • Resource assignment Resources assigned to produce each use case realization artifact • Execution (mini-milestones) Status reported for the implementation of each use case realization • Controlling VTSC Application Re-Architecture Project Extract from the VTSC-R Project Work Plan
  • 13. RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process 13 Software Architecture - RUP Software architecture encompasses: – Significant decisions about the organization of a software system, – Selection of the structural elements and their interfaces by which the system is composed together with their behavior as specified in the collaboration among those elements, and – Composition of the structural and behavioral elements into progressively larger subsystems – Architectural style that guides this organization, these elements and their interfaces, their collaborations, and their composition. “Software architecture is not only concerned with structure and behavior, but also with usage, functionality, performance, resilience, reuse, comprehensibility, economic and technology constraints and tradeoffs, and aesthetic concerns.” Rational Unified Process
  • 14. RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process 14 4+1 View of Software Architecture Architectural Blueprints—The 4+1” View Model of Software Architecture by Philippe Kruchten Paper published in IEEE Software 12 (6) November 1995, pp. 42-50. The Rational Unified Process Made Easy: A Practitioner’s Guide to the RUP by Per Kroll and Philippe Kruchten
  • 15. RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process 15 4+1 View of Software Architecture • Use Case View Architecturally significant use cases • Logical View Software elements and structure: classes, packages, interfaces, etc. • Process View Distributed & concurrent systems: parallelism, communication, and synchronization • Implementation View Organization of implementation elements (source code, etc.) in IDE • Deployment View Physical runtime deployment and communication Rational Rose – RUP Template
  • 16. RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process 16 Software Architecture Document and Architectural Governance for Projects • Major RUP artifact • Describes software architecture of the proposed software system • Driven by architecturally significant use cases • Includes appropriate views from the 4+1 View of Software Architecture • Elaboration Phase deliverable • Input LAM Review Gate • Subject to the Technology Office’s Architectural Governance for Projects VTSC-R Project’s SAD Cover Page
  • 17. RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process 17 From Use Case to Test Cases Use Case Flow of Events - Scenarios Key Concepts • Use Case Scenarios – An instance of a use case just as an object is an instance of a class – A complete path through a use case’s flow of events possibly including nested alternate flows • Test Case Matrix – At least one test case for each scenario – May need both positive and negative test cases • Test Case Matrix with Values • Test Cases and Procedures Generating Test Cases from Use Cases by Jim Heumann
  • 18. RUP-Based Projects – Understanding and Managing Through a Use Cases Realization Process 18 Integration with PMM, DMM, and TMM • PMM – Initiate Phase (e.g., SOW) – Plan Phase (e.g., Project Plan, Schedule, PPR Gate) – Execute Phase (e.g., Iteration Plans, SAD, LAM Gate, IOCM Gate) – Launch Phase (e.g., PIR Gate) – RUP PMM Compliance Controls • DMM – Plan Development Activities – Inovant RUP Development Project – Key Deliverables (e.g., System Requirements, Architecture, User Interface Design, Design Specification) • TMM – Test Activities - Plan Test Activities – Key Deliverables (e.g., Test Design)