Presentation is loading. Please wait.

Presentation is loading. Please wait.

Rational Unified Process

Similar presentations


Presentation on theme: "Rational Unified Process"— Presentation transcript:

1 Rational Unified Process
by Amir Ranjbar

2 Rational Unified Process (RUP)
Introduction Phases Core Workflows Best Practices Tools The Rational Unified Process™ (RUP) is a Web-enabled software engineering process that enhances team productivity and delivers software best practices to all team members. This e-coach makes process practical by providing prescriptive guidelines, templates and examples for all critical e-development activities. RUP is a customizable framework, which can easily be adapted to work the way you work. It is tightly integrated with Rational tools, allowing development teams to gain the full benefits of the Unified Modeling Language™ (UML), software automation, and other industry best practices. TOOL MENTORS:Oddly enough, they’re all Rational software products...

3 Team-Unifying Approach
The RUP unifies a software team by providing a common view of the development process and a shared vision of a common goal Increased Team Productivity knowledge base of all processes view of how to develop software modeling language Rational provides many tools Designer / Developer Analyst Tester Architect Tool Specialist Release Engineer Project Management The RUP offers: A Team-Unifying Approach The Rational Unified Process unifies the entire software development team and enhances team communication by providing each team member with one knowledge base, one modeling language and one view of how to develop software. Everybody is involved; their roles and activities are well documented and are publishable over an intranet… Re-iterate the HHGTTG and the Tower of Babel...

4 Rational Unified Process (RUP)
time content Preliminary Iteration(s) Iter. #1 Phases Iterations Iter. #2 Iter. #n Iter. #n+1 Iter. #n+2 Iter. #m Iter. #m+1 Elaboration Transition Inception Construction Business Modeling Implementation Test Analysis & Design Process Workflows Deployment Requirements Inception Defines the scope of the project. A business plan is often created to determine whether resources should be committed or not. The model is 20% complete. Elaboration Plan project, specify features, baseline architecture. Requirements are firmed up, we’re now 80% complete. A detailed cost/resource estimation can be drawn up. Construction Build the product. Several iterations. Transition Move the product into and end user environment. Training, installation and support. An iteration is a distinct sequence of activities based on an established plan and evaluation criteria, resulting in an executable release (internal or external) A workflow shows all the activities you might go through to produce a particular set of artifacts – more later. Supporting Workflows Configuration & Change Mgmt Project Management Environment

5 Rational Unified Process (RUP)
Introduction Phases Core Workflows Best Practices Tools The Rational Unified Process™ (RUP) is a Web-enabled software engineering process that enhances team productivity and delivers software best practices to all team members. This e-coach makes process practical by providing prescriptive guidelines, templates and examples for all critical e-development activities. RUP is a customizable framework, which can easily be adapted to work the way you work. It is tightly integrated with Rational tools, allowing development teams to gain the full benefits of the Unified Modeling Language™ (UML), software automation, and other industry best practices. TOOL MENTORS:Oddly enough, they’re all Rational software products...

6 Phases in the Process The Rational Unified Process has four phases:
Major Milestones Inception Elaboration Construction Transition time The Rational Unified Process has four phases: Inception - Define the scope of project Elaboration - Plan project, specify features, baseline architecture Construction - Build the product Transition - Transition the product into end user community

7 Inception phase Establishing the project's software scope and boundary conditions, including an operational vision, acceptance criteria and what is intended to be in the product and what is not. Discriminating the critical use cases of the system, the primary scenarios of operation that will drive the major design tradeoffs. Exhibiting, and maybe demonstrating, at least one candidate architecture against some of the primary scenarios. Estimating the overall cost and schedule for the entire project (and more detailed estimates for the elaboration phase that will immediately follow). Estimating potential risks (the sources of unpredictability) Preparing the supporting environment for the project.

8 Elaboration phase Defining, validating and baselining the architecture as rapidly as practical. Refining the Vision, based on new information obtained during the phase, establishing a solid understanding of the most critical use cases that drive the architectural and planning decisions. Creating and baselining detailed iteration plans for the construction phase. Refining the development case and putting in place the development environment, including the process, tools and automation support required to support the construction team. Refining the architecture and selecting components. Potential components are evaluated and the make/buy/reuse decisions sufficiently understood to determine the construction phase cost and schedule with confidence. The selected architectural components are integrated and assessed against the primary scenarios.

9 Construction phase Resource management, control and process optimization Complete component development and testing against the defined evaluation criteria Assessment of product releases against acceptance criteria for the vision.

10 Transition phase Executing deployment plans.
Finalizing end-user support material. Testing the deliverable product at the development site. Creating a product release. Getting user feedback. Fine-tuning the product based on feedback. Making the product available to end users.

11 Rational Unified Process (RUP)
Introduction Phases Core Workflows Best Practices Tools The Rational Unified Process™ (RUP) is a Web-enabled software engineering process that enhances team productivity and delivers software best practices to all team members. This e-coach makes process practical by providing prescriptive guidelines, templates and examples for all critical e-development activities. RUP is a customizable framework, which can easily be adapted to work the way you work. It is tightly integrated with Rational tools, allowing development teams to gain the full benefits of the Unified Modeling Language™ (UML), software automation, and other industry best practices. TOOL MENTORS:Oddly enough, they’re all Rational software products...

12 What is a workflow? A set of activities that is performed by the various roles in a project Describes a meaningful sequence of activities that produce a useful result (an artifact) Shows interaction between roles

13 Workflow Detail: Prepare Environment for Project

14 Workflows - 3 key elements
Three key elements of each workflows: Artifacts Roles Activities

15 Artifacts A piece of information that:
Is produced, modified, or used by a process Defines an area of responsibility Is subject to version control. An artifact can be a model, a model element, or a document. A document can enclose other documents.

16 Roles Represent a role that an individual may play on the project
Responsible for producing artifacts Distinct from actors

17 Activities Tasks performed by people representing particular roles in order to produce artifacts

18 Brief summary of process workflows
Business Modelling Requirements Analysis & Design Implementation Test Deployment

19 Business Modelling Understand structure & dynamics of organization in which system is to be deployed Understand current problems in the target organization & identify improvement potential Ensure customers, end users & developers have common understanding of target organisation Derive system requirements to support target organisation

20 Analysis & Design Transform requirements into a design of the system
Evolve a robust architecture for the system Adapt design to match the implementation environment, designing it for performance

21 Implementation Define organization of the code, in terms of implementation subsystems organized in layers Implement classes & objects in terms of components Test developed components as units Integrate results into an executable system

22 Test Verify interaction between objects
Verify proper integration of all components of the software Verify that all requirements have been correctly implemented Identify & ensure defects are addressed prior to deployment

23 Deployment Provide custom installation
Provide shrink wrap product offering Provide software over internet

24 Brief summary of supporting workflows
Configuration & Change Management Project Management Environment

25 Configuration & Change Management
Supports development methods Maintains product integrity Ensures completeness & correctness of configured product Provides stable environment within which to develop product Restricts changes to artifacts based on project policies Provides an audit trail on why, when & by whom any artifact was changed

26 Project Management A framework for managing software-intensive projects Practical guidelines for planning, staffing, executing & monitoring projects A framework for managing risk

27 Environment Design, implement and manage the project’s required technical environments Define the technical architectures for the development, system validation, testing & staging/release management environments When possible, standard architectural models for given types of platforms should be utilized when defining the production environment

28 Bringing It All Together...
In an iteration, you walk through all workflows Phases Process Workflows Inception Elaboration Construction Transition Business Modeling Requirements Analysis & Design Implementation Test Deployment Supporting Workflows Configuration & Change Mgmt Project Management Environment Preliminary Iteration(s) Iter. #1 Iter. #2 Iter. #n Iter. #n+1 Iter. #n+2 Iter. #m Iter. #m+1 Iterations

29 Rational Unified Process (RUP)
Introduction Phases Core Workflows Best Practices Tools The Rational Unified Process™ (RUP) is a Web-enabled software engineering process that enhances team productivity and delivers software best practices to all team members. This e-coach makes process practical by providing prescriptive guidelines, templates and examples for all critical e-development activities. RUP is a customizable framework, which can easily be adapted to work the way you work. It is tightly integrated with Rational tools, allowing development teams to gain the full benefits of the Unified Modeling Language™ (UML), software automation, and other industry best practices. TOOL MENTORS:Oddly enough, they’re all Rational software products...

30 Rational Unified Process
Describes the effective implementation of key “Best Practices” Manage Requirements Use Component Architectures Develop Iteratively Verify Quality Model Visually Control Changes

31 1. Manage Your Requirements
Elicit, organize, and document required functionality and constraints Track and document tradeoffs and decisions Business requirements are easily captured and communicated through use cases Use cases are important planning instruments Use-Case Model Implementation Model Test Model verifies realization influenced by Design Model

32 2. Develop Software Iteratively
An initial design will likely be flawed with respect to its key requirements Late-phase discovery of design defects results in costly over-runs and/or project cancellation Initial Planning Requirements Analysis & Design Implementation Test Deployment Evaluation Management Environment

33 Waterfall Development
Subsystem Testing System Testing Code & Unit Design Requirements Analysis T I M E

34 Waterfall Development: Risk vs. Time
Subsystem Testing System Code & Unit Design Requirements Analysis

35 Risk Profile of an Iterative Development
Waterfall Inception Elaboration Risk Construction Transition Preliminary Iteration Architect. Iteration Architect. Iteration Devel. Iteration Devel. Iteration Devel. Iteration Transition Iteration Transition Iteration Post- deployment Time

36 Iterative Development Characteristics
Critical risks are resolved before making large investments Initial iterations enable early user feedback Testing and integration are continuous Objective milestones provide short-term focus Progress is measured by assessing implementations Partial implementations can be deployed

37 3. Employ Component-based Architecture
Design, implement and test your architecture up-front! A systematic approach to define a “good” architecture Resilient to change by using well-defined interfaces By using and reverse engineering components Derived from top rank use cases System- software Middleware Business- specific Application- Component-based Architecture with layers

38 4. Model Software Visually
Aiding understanding of complex systems Exploring and comparing design alternatives at a low cost Forming a foundation for implementation Capturing requirements precisely Communicating decisions unambiguously Code Classes Sub Systems Visual Modeling raises the level of abstraction

39 5. Verify Software Quality
Create tests for each key scenario to ensure that all requirements are properly implemented Unacceptable application performance hurts as much as unacceptable reliability Verify software reliability - memory leaks, bottle necks Test every iteration - automate test! Development Deployment Cost Software problems are 100 to 1000 times more costly to find and repair after deployment

40 6. Control Changes to Software
Control, track and monitor changes to enable iterative development Establish secure workspaces for each developer Provide isolation from changes made in other workspaces Control all software artifacts - models, code, docs, etc. Automate integration and build management ALERT REPORT Parallel Development Workspace Management CM is more than just check-in and check-out Process Integration Build Management

41 Summary: Best Practices of Software Engineering
The result is software that is On Time On Budget Meets Users Needs Analyst Performance Engineer Best Practices Develop Iteratively Manage Requirements Model Visually Use Component Architectures Verify Quality Control Change Developer Tester Project Manager Release Engineer

42 Rational Unified Process (RUP)
Introduction Phases Core Workflows Best Practices Tools The Rational Unified Process™ (RUP) is a Web-enabled software engineering process that enhances team productivity and delivers software best practices to all team members. This e-coach makes process practical by providing prescriptive guidelines, templates and examples for all critical e-development activities. RUP is a customizable framework, which can easily be adapted to work the way you work. It is tightly integrated with Rational tools, allowing development teams to gain the full benefits of the Unified Modeling Language™ (UML), software automation, and other industry best practices. TOOL MENTORS:Oddly enough, they’re all Rational software products...

43 Tools The success of process adoption is significantly improved by the use of appropriate supporting tools. Tool Mentors provide detailed descriptions of how to perform specific process activities or steps, or produce a particular artifact or report, using one or more tools.

44 Tools Rational Unified Process RUP Builder Rational Process Workbench
Rational Administrator Rational Suite AnalystStudio Rational ClearCase Rational ClearQuest Rational ProjectConsole Rational PurifyPlus Rational QualityArchitect

45 Tools Rational RequisitePro Rational Robot Rational Rose
Rational Rose RealTime Rational SoDA Rational TestManager Rational Test RealTime Rational TestFactory Rational XDE Developer - Java Platform Edition Rational XDE Developer - .NET Edition


Download ppt "Rational Unified Process"

Similar presentations


Ads by Google