SlideShare une entreprise Scribd logo
1  sur  40
Télécharger pour lire hors ligne
Best Practices for Effective DOORS
                                   Implementation

                                  Ashwini Patil, IBM India
                                    Advisory Manager



                                  Select View/Master/Slide Master to add Session Number Here



© 2009 IBM Corporation
IBM Rational Software Conference 2009


AGENDA

     Overview of DOORS
     Project Architecture in DOORS
           Database schema
           Module framework
           Setting linking schema
           Application of access rights
           Importing legacy data from Word
           Baselines/Baseline sets

     Summary
     Demo
     Questions

                                             2
IBM Rational Software Conference 2009




                      Overview Of DOORS
IBM Rational Software Conference 2009


What is DOORS?

       Rational DOORS is the market and technology leader for
       Requirements Management
       A requirements management tool with:
             Multi-user document access
             Extensive access controls
             Change control & tracking
             Requirement linking
             Filtering & sorting of data
             Traceability & impact analysis support
IBM Rational Software Conference 2009


Database Structure


 Database
   Root


                                                  Content
   Project



                                        Formal
   Folder                               Modules
                           Navigation
IBM Rational Software Conference 2009


Modules




                                        Module Explorer
IBM Rational Software Conference 2009


DOORS Item Entity Relationship

          Items                                  Users*                 Access Rights
     • Project                           • Individuals                • Read

     • Folder                            • Groups                     • Create
                            have                          with
     • Module                            • Everyone                   • Modify
     • Object                                                         • Delete
                                                                      • Admin

                                        are of
                                                                            Powers
                                         User Types *
                                                                     • Create Project
                                   • Standard                        • Archive Data
                                   • Project Manager
                                                          can have • Partition Data
                                   • Database Manager                • Create Groups
                                   • Custom                          • Create Users
                                                                     • Manage Database
IBM Rational Software Conference 2009


DOORS Data Exchange Options




      Other options include
      * Partition/Rejoin, RIF
      * Archive/Restore
      * DXL based data Exchange Tools
IBM Rational Software Conference 2009


DOORS Integrations - Current

                                            Focal Point


        Rational ClearCase                                       MS Team
          & ClearQuest                                          Foundation
                                                                  Server

                                                                             Change
                                                                       System Architect
                   Eclipse                    DOORS
                                                                              TAU
                                                                           Rhapsody
                                                                       Publishing Engine

            Rational Rose
                                                               Rational Quality Manager

                                          Rational Software
                                        Development Platform
IBM Rational Software Conference 2009




                  Project Architecture in DOORS
IBM Rational Software Conference 2009


Database Schema

     How to organize data?


     When use projects and folders?


     Naming convention?
IBM Rational Software Conference 2009


Database Schema contd.




                                        Example of Project Template
IBM Rational Software Conference 2009


Module framework
                                        Template Example
Create a new module or use an
archetype


Using archetypes enables re-use
of the consistent schema and the
best practices in the organization.
IBM Rational Software Conference 2009


Module framework

   Module considerations to optimize performance
      History/Baselines
      Shareable Edit
      Views (default) –Module explorer, Layout/Attribute DXL
      Deleted Non-Purged Objects
      OLEs
      Tables
IBM Rational Software Conference 2009


History/Baselines
IBM Rational Software Conference 2009


Shareable edit


                                        Setup for sharing the
                                        module at levels 1, 2 or 3.


                                        Open the module in
                                        exclusive edit mode and
                                        save on a periodic basis
IBM Rational Software Conference 2009


Views (default)
    Module Explorer/Layout/Attribute DXL
IBM Rational Software Conference 2009


Deleted Non-Purged Objects
IBM Rational Software Conference 2009


OLEs
IBM Rational Software Conference 2009


Tables

      Use OLE for tables if:


      The entire table represents a single requirement
      The table does not contain requirements, and the data can be easily displayed in an
        OLE object


      Convert the table to DOORS text objects if:


      Entire rows or columns represent single requirements
      You want to be able to display and modify attribute values in a separate column for
        each requirement in the table
IBM Rational Software Conference 2009




Setting linking schema

      Direction and Type of Links


      Use of DOORS Links


      Link Enforcement
IBM Rational Software Conference 2009


 Direction and Type of Links
 Direction of links

Architecture     System           Stakeholder
  design       requirements      requirements
                                                Type of Links


                                                 Satisfies links
                                                 Verification links
                                                 Recursive links
                                                 Confirms to links
IBM Rational Software Conference 2009


Use of DOORS Links

                                        “DOORS Links” is the default
IBM Rational Software Conference 2009


Link Enforcement




   Only allow outgoing links as specified in the above list
   Ensure every rule has a defined linkset
IBM Rational Software Conference 2009


Access Rights Application

  Database


  Items                                 Folder     or      Project



  Sub-items                      Folder     or   Project   or   Module
                                                                               Views



                                                  Attribute     Objects     Attribute
                                                 Definitions                 Types

                                                                Attribute
                                                                 Values
IBM Rational Software Conference 2009


Access Control Strategies
     Use strict controls at top levels
        Prevent accidental data moves and copies
     Use propagation to allow easier access
        Each project/level can have separate access
     Use groups rather than named users
     Use groups for common permissions
        Set project access to “None”
        Explicitly allocate rights through groups
     No one (except the Admin Groups) should have access to anything as a
     default.
        Users who are both Admins and Engineers should have two accounts to keep the work
        done separate.
IBM Rational Software Conference 2009


Access Control Strategies - Example


             Users:                          Project A
                                             Project A
             User1                                                                Objects
             User2                                                       Module
             User3
             User4
             User5
                            DB
             User6                           Project B
                                             Project B
                         Access:                                                   Objects
                         Everyone: R
                                                                         Module
                                                  Access :
                                                  Project B Group:RC         Access :
                                                  Everyone Else: None        Project B Group:RMDC
                                                  Propagate with C: MD       Everyone Else: None



   Group                Project A Group   Project B Group
                        User1             User2
  Definitions           User2             User4
                        User3             User5
                                          User6
IBM Rational Software Conference 2009


 Baselines

              changes                    changes                 changes

current 0.0                  current               current 1.0             current 1.1
                               0.1




     Baseline 0.1                  Baseline 1.0            Baseline 1.1

                 Module
                 history                                                                 Time


  Some basic guidelines :
  Minor baseline after initial import, after reformat , prior to purge of deleted objects
  Major baseline after Review, consensus, Build Definition.
IBM Rational Software Conference 2009


Baseline sets

                  Stakeholder
                 requirements

                                          System
                                        requirements    Test Cases




          Baseline 1.1                   Baseline 2.1        Baseline 1.3
          Stakeholder                      System
                                                              Test Cases    Baseline Set
         Requirements                    Requirements


                                  Release Candidate 1
IBM Rational Software Conference 2009




                     Importing Legacy data from Word
Level 1 DOORS Heading
IBM Rational Software Conference 2009
                                        Level 2 DOORS Text Object
                                        Level 2 DOORS Heading
Word Paragraph Styles                   Level 3 DOORS Text Object
IBM Rational Software Conference 2009


Checking Styles
IBM Rational Software Conference 2009


Export to DOORS
IBM Rational Software Conference 2009




                                  Summary
IBM Rational Software Conference 2009



Benefits


      Re-usability
      Performance optimization
      Traceability/Impact Analysis
      Effective word imports
      Effective Management of Access Controls
IBM Rational Software Conference 2009


What RM Best Practice Means to Stakeholders

                                            Engineers                       Middle Managers                              Executives
                                                                                                                                               Customer
                                                                                                                          Demonstrate         Satisfaction/
                                                                                                                          Regulatory /        Stakeholder
                                                                                                                          Contractual            Needs
                                                                                                             Manage Scope Compliance
Improvement in Requirements Quality




                                                                                                              & Impact of                 Conform with
                                                                                                                Change                     Standards
                                                                                                                                         (CMMI. SPICE,
                                                                                                         Handle                               ISO)
                                                                                                        Complexity     Deliver to Cost
                                                                                                                          & Schedule
                                                                                         Reqts
                                                                                                                          Constraints
                                                                                      Distribution
                                                                                                       Multi-level
                                                                                                         Visible
                                                                         Re-use                       Traceability
                                                                                                     between Reqts
                                                                                   Role-Based
                                                                                    Access
                                               Visible Context
                                                                   Tailorable RM
                                       Scalable
                                                                      Process
                                       Common
                                      Repository
                                                   Audit Trail


                                                                 Increased use of Requirements Management Good Practices
IBM Rational Software Conference 2009




Acknowledgement



  Ian Zimmermann, IBM Software Group


  Bob Parro, River North Solutions
IBM Rational Software Conference 2009




                                        38
IBM Rational Software Conference 2009




                                        39
IBM Rational Software Conference 2009




© Copyright IBM Corporation 2009. All rights reserved. The information contained in these materials is provided for informational purposes only, and is provided AS IS without warranty of any kind,
express or implied. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, these materials. Nothing contained in these materials is intended to, nor shall have
the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM
software. References in these materials to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product release dates and/or capabilities
referenced in these materials may change at any time at IBM’s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature
availability in any way. IBM, the IBM logo, Rational, the Rational logo, Telelogic, the Telelogic logo, and other IBM products and services are trademarks of the International Business Machines
Corporation, in the United States, other countries or both. Other company, product, or service names may be trademarks or service marks of others.


                                                                                                                                                                                                40

Contenu connexe

Tendances

Module 3: Working with Jazz Source Control
Module 3: Working with Jazz Source ControlModule 3: Working with Jazz Source Control
Module 3: Working with Jazz Source Control
IBM Rational software
 
Dynamic Object-Oriented Requirements System (DOORS)
Dynamic Object-Oriented Requirements System (DOORS)Dynamic Object-Oriented Requirements System (DOORS)
Dynamic Object-Oriented Requirements System (DOORS)
David Groff
 
Rhapsody Software
Rhapsody SoftwareRhapsody Software
Rhapsody Software
Bill Duncan
 

Tendances (20)

Basic concepts and terminology for the Requirements Management application
Basic concepts and terminology for the Requirements Management applicationBasic concepts and terminology for the Requirements Management application
Basic concepts and terminology for the Requirements Management application
 
Module 3: Working with Jazz Source Control
Module 3: Working with Jazz Source ControlModule 3: Working with Jazz Source Control
Module 3: Working with Jazz Source Control
 
Dynamic Object-Oriented Requirements System (DOORS)
Dynamic Object-Oriented Requirements System (DOORS)Dynamic Object-Oriented Requirements System (DOORS)
Dynamic Object-Oriented Requirements System (DOORS)
 
Requirements management and IBM Rational Jazz solutions
Requirements management and IBM Rational Jazz solutionsRequirements management and IBM Rational Jazz solutions
Requirements management and IBM Rational Jazz solutions
 
Microsoft Power BI: AI Powered Analytics
Microsoft Power BI: AI Powered AnalyticsMicrosoft Power BI: AI Powered Analytics
Microsoft Power BI: AI Powered Analytics
 
Power BI Overview
Power BI OverviewPower BI Overview
Power BI Overview
 
Rhapsody Software
Rhapsody SoftwareRhapsody Software
Rhapsody Software
 
Application Portfolio Rationalization
Application Portfolio RationalizationApplication Portfolio Rationalization
Application Portfolio Rationalization
 
Dell EMC OpenManage Enterprise 3.2 Server Firmware Updating Kickstart July 2019
Dell EMC OpenManage Enterprise 3.2 Server Firmware Updating Kickstart July 2019Dell EMC OpenManage Enterprise 3.2 Server Firmware Updating Kickstart July 2019
Dell EMC OpenManage Enterprise 3.2 Server Firmware Updating Kickstart July 2019
 
Cepta The Future of Data with Power BI
Cepta The Future of Data with Power BICepta The Future of Data with Power BI
Cepta The Future of Data with Power BI
 
Data Analytics Strategies & Solutions for SAP customers
Data Analytics Strategies & Solutions for SAP customersData Analytics Strategies & Solutions for SAP customers
Data Analytics Strategies & Solutions for SAP customers
 
Agile in MedTech: Essential Best Practices, and How to Support Them
Agile in MedTech: Essential Best Practices, and How to Support ThemAgile in MedTech: Essential Best Practices, and How to Support Them
Agile in MedTech: Essential Best Practices, and How to Support Them
 
Real Time Power BI
Real Time Power BIReal Time Power BI
Real Time Power BI
 
Can you trust your APIs - White Paper on API Testing
Can you trust your APIs - White Paper on API TestingCan you trust your APIs - White Paper on API Testing
Can you trust your APIs - White Paper on API Testing
 
Power bi overview
Power bi overview Power bi overview
Power bi overview
 
BABOK V3.0 - Requirements States Diagram
BABOK V3.0 - Requirements States DiagramBABOK V3.0 - Requirements States Diagram
BABOK V3.0 - Requirements States Diagram
 
Microsoft Power BI
Microsoft Power BIMicrosoft Power BI
Microsoft Power BI
 
Software architecture
Software architectureSoftware architecture
Software architecture
 
Power BI Charts Tutorial | Counter Strike Data Analysis using Power BI | Powe...
Power BI Charts Tutorial | Counter Strike Data Analysis using Power BI | Powe...Power BI Charts Tutorial | Counter Strike Data Analysis using Power BI | Powe...
Power BI Charts Tutorial | Counter Strike Data Analysis using Power BI | Powe...
 
Power BI Ecosystem
Power BI EcosystemPower BI Ecosystem
Power BI Ecosystem
 

En vedette

DOORS Tips and Tricks
DOORS Tips and TricksDOORS Tips and Tricks
DOORS Tips and Tricks
Manageware
 
Object oriented analysis
Object oriented analysisObject oriented analysis
Object oriented analysis
Mahesh Bhalerao
 
Interconnect Presentation
Interconnect PresentationInterconnect Presentation
Interconnect Presentation
Eric Deitrick
 
Integrate Rational DOORS and Rational Team Concert change management
Integrate Rational DOORS and Rational Team Concert change managementIntegrate Rational DOORS and Rational Team Concert change management
Integrate Rational DOORS and Rational Team Concert change management
Bill Duncan
 

En vedette (18)

DOORS Tips and Tricks
DOORS Tips and TricksDOORS Tips and Tricks
DOORS Tips and Tricks
 
Doors Getting Started
Doors Getting StartedDoors Getting Started
Doors Getting Started
 
Object oriented analysis
Object oriented analysisObject oriented analysis
Object oriented analysis
 
Requirements Mgmt Doors Demo
Requirements Mgmt   Doors DemoRequirements Mgmt   Doors Demo
Requirements Mgmt Doors Demo
 
Modules as requirement specifications
Modules as requirement specificationsModules as requirement specifications
Modules as requirement specifications
 
DMT-2467 Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
DMT-2467	Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...DMT-2467	Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
DMT-2467 Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
 
Containerzation with Docker
Containerzation with DockerContainerzation with Docker
Containerzation with Docker
 
Optimizing DOORS Implementation
Optimizing DOORS ImplementationOptimizing DOORS Implementation
Optimizing DOORS Implementation
 
Doors Analyst
Doors AnalystDoors Analyst
Doors Analyst
 
Interconnect Presentation
Interconnect PresentationInterconnect Presentation
Interconnect Presentation
 
Doors Web Access
Doors Web AccessDoors Web Access
Doors Web Access
 
IBM Rational Software Conference 2009: Requirements Definition & Management T...
IBM Rational Software Conference 2009: Requirements Definition & Management T...IBM Rational Software Conference 2009: Requirements Definition & Management T...
IBM Rational Software Conference 2009: Requirements Definition & Management T...
 
Integrate Rational DOORS and Rational Team Concert change management
Integrate Rational DOORS and Rational Team Concert change managementIntegrate Rational DOORS and Rational Team Concert change management
Integrate Rational DOORS and Rational Team Concert change management
 
Requirements' Quality Improvement: A Successful Case Study
Requirements' Quality Improvement: A Successful Case StudyRequirements' Quality Improvement: A Successful Case Study
Requirements' Quality Improvement: A Successful Case Study
 
What is Nagios XI and how is it different from Nagios Core
What is Nagios XI and how is it different from Nagios CoreWhat is Nagios XI and how is it different from Nagios Core
What is Nagios XI and how is it different from Nagios Core
 
Validation and Verification using Rational DOORS for Aerospace
Validation and Verification using Rational DOORS for AerospaceValidation and Verification using Rational DOORS for Aerospace
Validation and Verification using Rational DOORS for Aerospace
 
Reporting on requirements
Reporting on requirementsReporting on requirements
Reporting on requirements
 
Course summary
Course summaryCourse summary
Course summary
 

Similaire à Best practices for effective doors implementation-Ashwini Patil

Aras PLM Viewing Markup and Secure Social
Aras PLM Viewing Markup and Secure SocialAras PLM Viewing Markup and Secure Social
Aras PLM Viewing Markup and Secure Social
Aras
 
2012 ukdc shared services value prop growth day newbury
2012 ukdc shared services value prop growth day newbury2012 ukdc shared services value prop growth day newbury
2012 ukdc shared services value prop growth day newbury
bara2cls
 
M3 Modernization Case Study
M3 Modernization Case StudyM3 Modernization Case Study
M3 Modernization Case Study
ADC Austin Tech
 
Aras PLM Software Visualization
Aras PLM Software VisualizationAras PLM Software Visualization
Aras PLM Software Visualization
Aras
 
Aras PLM Roadmap
Aras PLM RoadmapAras PLM Roadmap
Aras PLM Roadmap
Aras
 
Aras Vision and Roadmap with Aras Innovator PLM Software
Aras Vision and Roadmap with Aras Innovator PLM SoftwareAras Vision and Roadmap with Aras Innovator PLM Software
Aras Vision and Roadmap with Aras Innovator PLM Software
Aras
 
Aras ALM Workshop for PLM Configuration Management
Aras ALM Workshop for PLM Configuration ManagementAras ALM Workshop for PLM Configuration Management
Aras ALM Workshop for PLM Configuration Management
Aras
 
Design Management with RSA 8.5: Effective Collaboration for Better Design
Design Management with RSA 8.5: Effective Collaboration for Better DesignDesign Management with RSA 8.5: Effective Collaboration for Better Design
Design Management with RSA 8.5: Effective Collaboration for Better Design
Roger Snook
 

Similaire à Best practices for effective doors implementation-Ashwini Patil (20)

Aras PLM Viewing Markup and Secure Social
Aras PLM Viewing Markup and Secure SocialAras PLM Viewing Markup and Secure Social
Aras PLM Viewing Markup and Secure Social
 
2012 ukdc shared services value prop growth day newbury
2012 ukdc shared services value prop growth day newbury2012 ukdc shared services value prop growth day newbury
2012 ukdc shared services value prop growth day newbury
 
IBM Cognos - IBM informations-integration för IBM Cognos användare
IBM Cognos - IBM informations-integration för IBM Cognos användareIBM Cognos - IBM informations-integration för IBM Cognos användare
IBM Cognos - IBM informations-integration för IBM Cognos användare
 
M3 Modernization Case Study
M3 Modernization Case StudyM3 Modernization Case Study
M3 Modernization Case Study
 
ALM Integration in a Web 2.0 World
ALM Integration in a Web 2.0 WorldALM Integration in a Web 2.0 World
ALM Integration in a Web 2.0 World
 
Aras PLM Software Visualization
Aras PLM Software VisualizationAras PLM Software Visualization
Aras PLM Software Visualization
 
Oracle Warehouse
Oracle WarehouseOracle Warehouse
Oracle Warehouse
 
Oracle Data Warehouse
Oracle Data WarehouseOracle Data Warehouse
Oracle Data Warehouse
 
Aras PLM Roadmap
Aras PLM RoadmapAras PLM Roadmap
Aras PLM Roadmap
 
Intro to Advanced PLM Capabilities in Aras Innovator
Intro to Advanced PLM Capabilities in Aras InnovatorIntro to Advanced PLM Capabilities in Aras Innovator
Intro to Advanced PLM Capabilities in Aras Innovator
 
Bynet2.3 Adobe Flex builder 4
Bynet2.3 Adobe Flex builder 4Bynet2.3 Adobe Flex builder 4
Bynet2.3 Adobe Flex builder 4
 
Aras Vision and Roadmap with Aras Innovator PLM Software
Aras Vision and Roadmap with Aras Innovator PLM SoftwareAras Vision and Roadmap with Aras Innovator PLM Software
Aras Vision and Roadmap with Aras Innovator PLM Software
 
SharePoint 2010 as a Development Platform
SharePoint 2010 as a Development PlatformSharePoint 2010 as a Development Platform
SharePoint 2010 as a Development Platform
 
21st Century Service Oriented Architecture
21st Century Service Oriented Architecture21st Century Service Oriented Architecture
21st Century Service Oriented Architecture
 
Aras ALM Workshop for PLM Configuration Management
Aras ALM Workshop for PLM Configuration ManagementAras ALM Workshop for PLM Configuration Management
Aras ALM Workshop for PLM Configuration Management
 
Design Management with RSA 8.5: Effective Collaboration for Better Design
Design Management with RSA 8.5: Effective Collaboration for Better DesignDesign Management with RSA 8.5: Effective Collaboration for Better Design
Design Management with RSA 8.5: Effective Collaboration for Better Design
 
Simplified, Robust and Speedy Novell Identity Manager Implementation with Des...
Simplified, Robust and Speedy Novell Identity Manager Implementation with Des...Simplified, Robust and Speedy Novell Identity Manager Implementation with Des...
Simplified, Robust and Speedy Novell Identity Manager Implementation with Des...
 
PIM4Cloud
PIM4CloudPIM4Cloud
PIM4Cloud
 
Automated BI Modernizations
Automated BI ModernizationsAutomated BI Modernizations
Automated BI Modernizations
 
RSA and RAD 8.5 Top New Value Features
RSA and RAD 8.5 Top New Value FeaturesRSA and RAD 8.5 Top New Value Features
RSA and RAD 8.5 Top New Value Features
 

Plus de Roopa Nadkarni

New integrations for synergy and change - Sean Innes
New integrations for synergy and change - Sean InnesNew integrations for synergy and change - Sean Innes
New integrations for synergy and change - Sean Innes
Roopa Nadkarni
 
Accelerated test case - Anish bhanu
Accelerated test case - Anish bhanuAccelerated test case - Anish bhanu
Accelerated test case - Anish bhanu
Roopa Nadkarni
 
web 2. 0 performance testing - Dave chadwick
web 2. 0 performance testing - Dave chadwickweb 2. 0 performance testing - Dave chadwick
web 2. 0 performance testing - Dave chadwick
Roopa Nadkarni
 
Solving the enterprise security challenge - Derek holt
Solving the enterprise security challenge - Derek holtSolving the enterprise security challenge - Derek holt
Solving the enterprise security challenge - Derek holt
Roopa Nadkarni
 
RQM in scrum agile testing - Raj kumar
RQM in scrum agile testing - Raj kumarRQM in scrum agile testing - Raj kumar
RQM in scrum agile testing - Raj kumar
Roopa Nadkarni
 
Req Pro - Andreas gschwind
Req Pro - Andreas gschwindReq Pro - Andreas gschwind
Req Pro - Andreas gschwind
Roopa Nadkarni
 
Extending Rhapsody -Rick boldt
Extending Rhapsody -Rick boldtExtending Rhapsody -Rick boldt
Extending Rhapsody -Rick boldt
Roopa Nadkarni
 
EM overview- - Hayden lindsey
EM overview- - Hayden lindseyEM overview- - Hayden lindsey
EM overview- - Hayden lindsey
Roopa Nadkarni
 
Application security vision - John b
Application security vision - John bApplication security vision - John b
Application security vision - John b
Roopa Nadkarni
 
Smarter Products For A Smarter PLanet - Neeraj Chandra
Smarter Products For A Smarter PLanet - Neeraj ChandraSmarter Products For A Smarter PLanet - Neeraj Chandra
Smarter Products For A Smarter PLanet - Neeraj Chandra
Roopa Nadkarni
 
Real Insights Real Results - Steve Robinson
Real Insights Real Results - Steve RobinsonReal Insights Real Results - Steve Robinson
Real Insights Real Results - Steve Robinson
Roopa Nadkarni
 
Overcoming Contradictions - Mike O Rourke
Overcoming Contradictions - Mike O RourkeOvercoming Contradictions - Mike O Rourke
Overcoming Contradictions - Mike O Rourke
Roopa Nadkarni
 
Opportunities In Challenging Times - Steve Robinson
Opportunities In Challenging Times - Steve RobinsonOpportunities In Challenging Times - Steve Robinson
Opportunities In Challenging Times - Steve Robinson
Roopa Nadkarni
 
How To Make It Real - Hayden Lindsey
How To Make It Real - Hayden LindseyHow To Make It Real - Hayden Lindsey
How To Make It Real - Hayden Lindsey
Roopa Nadkarni
 
Achieving Agility At Scale - Martin Nally
Achieving Agility At Scale - Martin NallyAchieving Agility At Scale - Martin Nally
Achieving Agility At Scale - Martin Nally
Roopa Nadkarni
 
RPT Oracle Plugin - Anitha Krishnamurthy
RPT Oracle Plugin - Anitha KrishnamurthyRPT Oracle Plugin - Anitha Krishnamurthy
RPT Oracle Plugin - Anitha Krishnamurthy
Roopa Nadkarni
 

Plus de Roopa Nadkarni (20)

Agile - Monojit basu
Agile - Monojit basuAgile - Monojit basu
Agile - Monojit basu
 
New integrations for synergy and change - Sean Innes
New integrations for synergy and change - Sean InnesNew integrations for synergy and change - Sean Innes
New integrations for synergy and change - Sean Innes
 
Agile - Monojit Basu
Agile - Monojit BasuAgile - Monojit Basu
Agile - Monojit Basu
 
Accelerated test case - Anish bhanu
Accelerated test case - Anish bhanuAccelerated test case - Anish bhanu
Accelerated test case - Anish bhanu
 
web 2. 0 performance testing - Dave chadwick
web 2. 0 performance testing - Dave chadwickweb 2. 0 performance testing - Dave chadwick
web 2. 0 performance testing - Dave chadwick
 
Solving the enterprise security challenge - Derek holt
Solving the enterprise security challenge - Derek holtSolving the enterprise security challenge - Derek holt
Solving the enterprise security challenge - Derek holt
 
RTF - Prasad bhatt
RTF - Prasad bhattRTF - Prasad bhatt
RTF - Prasad bhatt
 
RQM in scrum agile testing - Raj kumar
RQM in scrum agile testing - Raj kumarRQM in scrum agile testing - Raj kumar
RQM in scrum agile testing - Raj kumar
 
Req Pro - Andreas gschwind
Req Pro - Andreas gschwindReq Pro - Andreas gschwind
Req Pro - Andreas gschwind
 
RFT - Ashish Mathur
RFT - Ashish MathurRFT - Ashish Mathur
RFT - Ashish Mathur
 
Extending Rhapsody -Rick boldt
Extending Rhapsody -Rick boldtExtending Rhapsody -Rick boldt
Extending Rhapsody -Rick boldt
 
EM overview- - Hayden lindsey
EM overview- - Hayden lindseyEM overview- - Hayden lindsey
EM overview- - Hayden lindsey
 
Application security vision - John b
Application security vision - John bApplication security vision - John b
Application security vision - John b
 
Smarter Products For A Smarter PLanet - Neeraj Chandra
Smarter Products For A Smarter PLanet - Neeraj ChandraSmarter Products For A Smarter PLanet - Neeraj Chandra
Smarter Products For A Smarter PLanet - Neeraj Chandra
 
Real Insights Real Results - Steve Robinson
Real Insights Real Results - Steve RobinsonReal Insights Real Results - Steve Robinson
Real Insights Real Results - Steve Robinson
 
Overcoming Contradictions - Mike O Rourke
Overcoming Contradictions - Mike O RourkeOvercoming Contradictions - Mike O Rourke
Overcoming Contradictions - Mike O Rourke
 
Opportunities In Challenging Times - Steve Robinson
Opportunities In Challenging Times - Steve RobinsonOpportunities In Challenging Times - Steve Robinson
Opportunities In Challenging Times - Steve Robinson
 
How To Make It Real - Hayden Lindsey
How To Make It Real - Hayden LindseyHow To Make It Real - Hayden Lindsey
How To Make It Real - Hayden Lindsey
 
Achieving Agility At Scale - Martin Nally
Achieving Agility At Scale - Martin NallyAchieving Agility At Scale - Martin Nally
Achieving Agility At Scale - Martin Nally
 
RPT Oracle Plugin - Anitha Krishnamurthy
RPT Oracle Plugin - Anitha KrishnamurthyRPT Oracle Plugin - Anitha Krishnamurthy
RPT Oracle Plugin - Anitha Krishnamurthy
 

Dernier

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 

Dernier (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 

Best practices for effective doors implementation-Ashwini Patil

  • 1. Best Practices for Effective DOORS Implementation Ashwini Patil, IBM India Advisory Manager Select View/Master/Slide Master to add Session Number Here © 2009 IBM Corporation
  • 2. IBM Rational Software Conference 2009 AGENDA Overview of DOORS Project Architecture in DOORS Database schema Module framework Setting linking schema Application of access rights Importing legacy data from Word Baselines/Baseline sets Summary Demo Questions 2
  • 3. IBM Rational Software Conference 2009 Overview Of DOORS
  • 4. IBM Rational Software Conference 2009 What is DOORS? Rational DOORS is the market and technology leader for Requirements Management A requirements management tool with: Multi-user document access Extensive access controls Change control & tracking Requirement linking Filtering & sorting of data Traceability & impact analysis support
  • 5. IBM Rational Software Conference 2009 Database Structure Database Root Content Project Formal Folder Modules Navigation
  • 6. IBM Rational Software Conference 2009 Modules Module Explorer
  • 7. IBM Rational Software Conference 2009 DOORS Item Entity Relationship Items Users* Access Rights • Project • Individuals • Read • Folder • Groups • Create have with • Module • Everyone • Modify • Object • Delete • Admin are of Powers User Types * • Create Project • Standard • Archive Data • Project Manager can have • Partition Data • Database Manager • Create Groups • Custom • Create Users • Manage Database
  • 8. IBM Rational Software Conference 2009 DOORS Data Exchange Options Other options include * Partition/Rejoin, RIF * Archive/Restore * DXL based data Exchange Tools
  • 9. IBM Rational Software Conference 2009 DOORS Integrations - Current Focal Point Rational ClearCase MS Team & ClearQuest Foundation Server Change System Architect Eclipse DOORS TAU Rhapsody Publishing Engine Rational Rose Rational Quality Manager Rational Software Development Platform
  • 10. IBM Rational Software Conference 2009 Project Architecture in DOORS
  • 11. IBM Rational Software Conference 2009 Database Schema How to organize data? When use projects and folders? Naming convention?
  • 12. IBM Rational Software Conference 2009 Database Schema contd. Example of Project Template
  • 13. IBM Rational Software Conference 2009 Module framework Template Example Create a new module or use an archetype Using archetypes enables re-use of the consistent schema and the best practices in the organization.
  • 14. IBM Rational Software Conference 2009 Module framework Module considerations to optimize performance History/Baselines Shareable Edit Views (default) –Module explorer, Layout/Attribute DXL Deleted Non-Purged Objects OLEs Tables
  • 15. IBM Rational Software Conference 2009 History/Baselines
  • 16. IBM Rational Software Conference 2009 Shareable edit Setup for sharing the module at levels 1, 2 or 3. Open the module in exclusive edit mode and save on a periodic basis
  • 17. IBM Rational Software Conference 2009 Views (default) Module Explorer/Layout/Attribute DXL
  • 18. IBM Rational Software Conference 2009 Deleted Non-Purged Objects
  • 19. IBM Rational Software Conference 2009 OLEs
  • 20. IBM Rational Software Conference 2009 Tables Use OLE for tables if: The entire table represents a single requirement The table does not contain requirements, and the data can be easily displayed in an OLE object Convert the table to DOORS text objects if: Entire rows or columns represent single requirements You want to be able to display and modify attribute values in a separate column for each requirement in the table
  • 21. IBM Rational Software Conference 2009 Setting linking schema Direction and Type of Links Use of DOORS Links Link Enforcement
  • 22. IBM Rational Software Conference 2009 Direction and Type of Links Direction of links Architecture System Stakeholder design requirements requirements Type of Links Satisfies links Verification links Recursive links Confirms to links
  • 23. IBM Rational Software Conference 2009 Use of DOORS Links “DOORS Links” is the default
  • 24. IBM Rational Software Conference 2009 Link Enforcement Only allow outgoing links as specified in the above list Ensure every rule has a defined linkset
  • 25. IBM Rational Software Conference 2009 Access Rights Application Database Items Folder or Project Sub-items Folder or Project or Module Views Attribute Objects Attribute Definitions Types Attribute Values
  • 26. IBM Rational Software Conference 2009 Access Control Strategies Use strict controls at top levels Prevent accidental data moves and copies Use propagation to allow easier access Each project/level can have separate access Use groups rather than named users Use groups for common permissions Set project access to “None” Explicitly allocate rights through groups No one (except the Admin Groups) should have access to anything as a default. Users who are both Admins and Engineers should have two accounts to keep the work done separate.
  • 27. IBM Rational Software Conference 2009 Access Control Strategies - Example Users: Project A Project A User1 Objects User2 Module User3 User4 User5 DB User6 Project B Project B Access: Objects Everyone: R Module Access : Project B Group:RC Access : Everyone Else: None Project B Group:RMDC Propagate with C: MD Everyone Else: None Group Project A Group Project B Group User1 User2 Definitions User2 User4 User3 User5 User6
  • 28. IBM Rational Software Conference 2009 Baselines changes changes changes current 0.0 current current 1.0 current 1.1 0.1 Baseline 0.1 Baseline 1.0 Baseline 1.1 Module history Time Some basic guidelines : Minor baseline after initial import, after reformat , prior to purge of deleted objects Major baseline after Review, consensus, Build Definition.
  • 29. IBM Rational Software Conference 2009 Baseline sets Stakeholder requirements System requirements Test Cases Baseline 1.1 Baseline 2.1 Baseline 1.3 Stakeholder System Test Cases Baseline Set Requirements Requirements Release Candidate 1
  • 30. IBM Rational Software Conference 2009 Importing Legacy data from Word
  • 31. Level 1 DOORS Heading IBM Rational Software Conference 2009 Level 2 DOORS Text Object Level 2 DOORS Heading Word Paragraph Styles Level 3 DOORS Text Object
  • 32. IBM Rational Software Conference 2009 Checking Styles
  • 33. IBM Rational Software Conference 2009 Export to DOORS
  • 34. IBM Rational Software Conference 2009 Summary
  • 35. IBM Rational Software Conference 2009 Benefits Re-usability Performance optimization Traceability/Impact Analysis Effective word imports Effective Management of Access Controls
  • 36. IBM Rational Software Conference 2009 What RM Best Practice Means to Stakeholders Engineers Middle Managers Executives Customer Demonstrate Satisfaction/ Regulatory / Stakeholder Contractual Needs Manage Scope Compliance Improvement in Requirements Quality & Impact of Conform with Change Standards (CMMI. SPICE, Handle ISO) Complexity Deliver to Cost & Schedule Reqts Constraints Distribution Multi-level Visible Re-use Traceability between Reqts Role-Based Access Visible Context Tailorable RM Scalable Process Common Repository Audit Trail Increased use of Requirements Management Good Practices
  • 37. IBM Rational Software Conference 2009 Acknowledgement Ian Zimmermann, IBM Software Group Bob Parro, River North Solutions
  • 38. IBM Rational Software Conference 2009 38
  • 39. IBM Rational Software Conference 2009 39
  • 40. IBM Rational Software Conference 2009 © Copyright IBM Corporation 2009. All rights reserved. The information contained in these materials is provided for informational purposes only, and is provided AS IS without warranty of any kind, express or implied. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, these materials. Nothing contained in these materials is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software. References in these materials to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product release dates and/or capabilities referenced in these materials may change at any time at IBM’s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature availability in any way. IBM, the IBM logo, Rational, the Rational logo, Telelogic, the Telelogic logo, and other IBM products and services are trademarks of the International Business Machines Corporation, in the United States, other countries or both. Other company, product, or service names may be trademarks or service marks of others. 40