SlideShare ist ein Scribd-Unternehmen logo
1 von 32
Requirements Management
The Foundation of the Business Analyst’s
               Practice
Do Formal Requirements still matter?
• What does the Agile development world mean to
  Business Analysts?
• Myths concerning “Agile” and requirements
  management
   – “Working code is all that is needed”
   – “All we need are stories?”
   – “Small self organizing team can manage architecture”
   – “Small self organizing team can manage non functional
     requirements”
   – “Agile processes have built-in governance”
Requirements matter now more then ever!




  % of Projects
  that are
  Successful
Requirements Maturity = Strong Foundation
Without Requirements we can’t prove completion

• Requirements are the contract between business
  customer and development/IT
• Requirements are only as good as their management
• Requirements management key components:
  –   Requirements definition
  –   Requirements organization and process
  –   Requirements traceability
  –   Requirements change management
  –   Requirement re-use
Requirements Definition Best Practices - Types
• Not all requirements are created equal
• Requirements must have types and attributes
• “FURPS+” is a good guide
  – Functionality - What the customer wants! Note that this includes security-related
    needs.
  – Usability - How effective is the product from the standpoint of the person who must
    use it? Is it aesthetically acceptable? Is the documentation accurate and complete?
  – Reliability - What is the maximum acceptable system downtime? Are failures
    predictable? Can we demonstrate the accuracy of results? How is the system
    recovered?
  – Performance - How fast must it be? What's the maximum response time? What's
    the throughput? What's the memory consumption?
  – Supportability - Is it testable, extensible, serviceable, installable, and configurable?
    Can it be monitored?
  – + - addresses design constraints, physical systems needs, interfaces, design rules
Requirements Definition Abstraction
• Four example requirements for an insurance claims processing
  application:
   – “We must be able to reduce our backlog of claims”
   – “The system must be able to automatically check claim forms for eligibility
     issues”
   – “The system shall determine whether a claimant is already a registered
     user, based on his/her social security number”
   – “The system shall support the simultaneous processing of up to 100 claims ”
• Requirements have type and abstraction level
   –   Business needs
   –   Features
   –   Functional software requirements
   –   Non-functional software requirements
What is Agile Development
• The Manifesto for Agile Software Development
  –   Individuals and interactions over processes and tools
  –   Working software over comprehensive documentation
  –   Customer collaboration over contract negotiation
  –   Responding to change over following a plan
SCRUM – An Agile Development Process
The SCRUM Roles
•   The Product Owner represents the stakeholders, ensuring that the team
    delivers value to the business. The Product Owner writes customer-centric
    items user stories, prioritizes them, and adds them to the product backlog

•   The Development Team is responsible for delivering potentially shippable
    product increments at the end of each Sprint. A Development Team is made up
    of 3–9 people with cross-functional skills who do the actual work (analyse,
    design, develop, test, technical communication, document, etc.)

•   Scrum Master - Scrum is facilitated by a Scrum Master who is accountable for
    removing impediments to the ability of the team to deliver the sprint
    goal/deliverables

•   Stakeholders are the customers, vendors. They are people who enable the
    project and for whom the project produces the agreed-upon benefits that
    justify its production. They are only directly involved in the process during the
    sprint reviews
SCRUM - Business Analysts as Product Owners
 • Product owners are the interface between business
   and technology implementers.
 • User Stories are Agile Requirements
 • (User) Story
    – A feature that is added to the backlog is commonly referred to as a
      story and has a specific suggested structure. The structure of a story
      is: "As a <user type> I want to <do some action> so that <desired
      result>" This is done so that the development team can identify the
      user, action and required result in a request and is a simple way of
      writing requests that anyone can understand
    – Example: “As a mobile banking customer I want to take a
      picture of check from smart phone so I can see deposit
      instantly”
Are stories enough?
• A story - “As a mobile banking customer I want to take
  picture of check from smart phone so I can see deposit
  instantly.”

• Stories often lead to other requirements that need to be typed
  and organized
   – “mobile check deposit” leads to architectural requirements of persistence,
     storage, image support
   – “mobile check deposit” leads to non functional requirements such as image
     throughput bandwidth, response time, security
   – “mobile check deposit” likely needs function requirements decomposition
     for imaging components, for image quality analysis, user verification etc.
Stories Detailed
• Stories can be elaborated using traditional methods!

                      User Story




                                         … ..
      UI mock ups
                                                          Others
                    Use Cases




                                                      … ..
                           Architecture Diagrams
                                                   BPMN
Requirements Structure in an Agile world
      Level       Requirements Backlog Owner   Requirement Types

                                                     Themes
      Portfolio



  1                  Portfolio Manager
                                                  Business Vision
                                                      Epics




                                                                    Traceability
  *
                  Program Manager                  Architectural
      Program




                                                   Requirements
  1                       Release Manager
                                                     Features



                  Product Owners
                                                      Stories
      Project




  *
                       Scrum Master
                                                      Spikes
                         Agile Team Members
Requirements Organizational Constructs

•   Hierarchy
•   Modules
•   Links          User          Systems         Test
                Requirements   Requirements   Requirements
•   Baselines                                      TREQ1
                    UREQ1           SREQ1
                    UREQ2           SREQ2          TREQ2
                    UREQ3           SREQ3          TREQ3
                    UREQ4           SREQ4          TREQ4
                    UREQ5           SREQ5          TREQ5
                    UREQ6           SREQ6          TREQ6
                    UREQ7           SREQ7          TREQ7
                    UREQ8           SREQ8          TREQ8
                    UREQ9           SREQ9          TREQ9
                    UREQ10         SREQ10         TREQ10



                Version 2.0
Requirements Definition Best Practices - Traceability

• Traceability is a dependency relationship between
  artifacts.
• It is a methodical approach to managing process and
  relationship between artifacts
• Wikipedia:
   – Requirements traceability refers to the ability to describe and
     follow the life of a requirement, in both forwards and
     backwards direction
   – Requirements traceability refers to the ability to define,
     capture and follow the traces left by requirements on other
     elements of the software development environment and the
     trace left by those elements on requirements
Why Traceability is important?
 • Determine the origin of any requirement
 • Ensure quality
    – You can verify that the software fulfills all requirements
    – You can verify that the software does only what was requested
 • Help with requirement change management
 • Analyze impact of a change to a requirement. For example, if
   a feature is modified, traceability enables you to determine:
    – Which use cases need to be modified
    – Which supplementary requirements are affected
 • Auditiblity/Regulatory certification (DO178B, Sarbanes-
   Oxley…)
        • “Every line of code should be directly traceable to a requirement, no
          extraneous code outside of this process should be included in the build” –
          DO178B
Simple link vs. Traceability

Simple link e.g. hyperlink      Traceability
• Unbounded, and unstructured   • Bounded
• Implicit semantics            • Explicit well defined semantics
• Unidirectional                • Bi-directional
• Ad-hoc                        • Often process governed
Traceability Anti-pattern

- Requirements in MS Word
  Documents
- Tests in Excel
- Link by a common ID
Requirements – Standard Models

• Common Model




• More detailed requirement
  model
Requirements – Sanitize, Clarify and Consolidate

•   Usage: to collate together requirements (possibly from several sources) into an
    agreed specification.
•   Link Type: “Satisifies".
•   When Appropriate
     – When there is a need to clarify and standardize terminology.
     – When there is a need to reconcile conflicting requirements from different sources.
Requirements – Dependency
 • Usage: when requirements are dependent on other
   requirements being satisfied. Structure is
 • Link Type: "depends on".
Requirements – Test Case Coverage

• Usage: Show that specific tests are to be carried out
  proving application meets requirement.
• Link type: “Qualifies” (or “Verify”)
Requirements – Architecture as a constraint
 • Usage: when architecture is predetermined, rather
   than derived from the requirements.
 • Link type: “Constrains”
Traceability – Impact Analysis
Traceability and Change
The Consequences of Change
The Consequences of Change
Requirements Change Management Best Practice
• Requirements can be managed like any other form
  of work item (task)
  – Managed with a lifecycle
  – Assigned, reviewed, approved by appropriate roles based
    stakeholders
  – Important in high compliance or governed environments (audit
    history)
  – A mechanism to document impact analysis exercise
Requirement Re-use Best Practices
                • Module can embed            Call Center
     Mobile
    Application   requirements from others    Application
   Requirements                              Requirements
      MREQ1     • Requirements can             TREQ1
      MREQ2                                    CREQ1
      CREQ1       extended or specialized      TREQ2
      MREQ3                                    TREQ3
      CREQ2                                    CREQ3
      CREQ4                 Core               TREQ4
      MREQ4              Application           TREQ5
      MREQ5             Requirements           TREQ6
      CREQ5                                    CREQ5
      CREQ6                                    CREQ6
                           CREQ1
                           CREQ2
                           CREQ3
                           CREQ4
                           CREQ5
                           CREQ6
Summary - Applications are only as good as
their Requirements
• Requirements are the contract between business
  customer and development/IT
• Requirements are only as good as their management
• Requirements management key components:
  –   Requirements definition
  –   Requirements organization and process
  –   Requirements traceability
  –   Requirements change management
  –   Requirement re-use
Bibliography

• Writing good requirements is a lot like writing good code
  Jim Heumann, IBM, Software Group, 14 Jul 2004
• IIBA BABOK Guide V2.0, 2009
• Six Things Your CIO Needs to Know About Requirements
  Maturity, IAG Consulting, 2012
• Agile Software Requirements, Dean Leffingwell, 2011
• The Benefits of Well Managed Traceability, Ed Genrty,
  Innovate 2012

Weitere ähnliche Inhalte

Was ist angesagt?

Business requirements gathering and analysis
Business requirements gathering and analysisBusiness requirements gathering and analysis
Business requirements gathering and analysisMena M. Eissa
 
Requirements Gathering Best Practice Pack
Requirements Gathering Best Practice PackRequirements Gathering Best Practice Pack
Requirements Gathering Best Practice PackAmy Slater
 
Concepts Of business analyst Practices - Part 1
Concepts Of business analyst Practices - Part 1Concepts Of business analyst Practices - Part 1
Concepts Of business analyst Practices - Part 1Moutasm Tamimi
 
Integrating agile into sdlc presentation pmi v2
Integrating agile into sdlc presentation   pmi v2Integrating agile into sdlc presentation   pmi v2
Integrating agile into sdlc presentation pmi v2pmimkecomm
 
The Business Analyst And The Sdlc
The Business Analyst And The SdlcThe Business Analyst And The Sdlc
The Business Analyst And The SdlcCraig Brown
 
Requirements Engineering @ Agile
Requirements Engineering @ AgileRequirements Engineering @ Agile
Requirements Engineering @ AgileGirish Khemani
 
Primer on performance_requirements_gathering_v0.3
Primer on performance_requirements_gathering_v0.3Primer on performance_requirements_gathering_v0.3
Primer on performance_requirements_gathering_v0.3Trevor Warren
 
Software engineering lecture notes
Software engineering lecture notesSoftware engineering lecture notes
Software engineering lecture notesSiva Ayyakutti
 
Software requirement
Software requirementSoftware requirement
Software requirementsetalk
 
Software Project Management (lecture 3)
Software Project Management (lecture 3)Software Project Management (lecture 3)
Software Project Management (lecture 3)Syed Muhammad Hammad
 
Business Analysis Study Notes
Business Analysis Study NotesBusiness Analysis Study Notes
Business Analysis Study NotesGeet Sehgal
 
Business requirements template
Business requirements templateBusiness requirements template
Business requirements templateNageswaraRao k
 
Other requirements, requirement specification and map
Other requirements, requirement specification and mapOther requirements, requirement specification and map
Other requirements, requirement specification and mapcsk selva
 

Was ist angesagt? (16)

Business requirements gathering and analysis
Business requirements gathering and analysisBusiness requirements gathering and analysis
Business requirements gathering and analysis
 
Requirements Gathering Best Practice Pack
Requirements Gathering Best Practice PackRequirements Gathering Best Practice Pack
Requirements Gathering Best Practice Pack
 
What is in your Business Analysis Toolkit?
What is in your Business Analysis Toolkit?What is in your Business Analysis Toolkit?
What is in your Business Analysis Toolkit?
 
Concepts Of business analyst Practices - Part 1
Concepts Of business analyst Practices - Part 1Concepts Of business analyst Practices - Part 1
Concepts Of business analyst Practices - Part 1
 
Integrating agile into sdlc presentation pmi v2
Integrating agile into sdlc presentation   pmi v2Integrating agile into sdlc presentation   pmi v2
Integrating agile into sdlc presentation pmi v2
 
Red7 Developing Product Requirements: Tools and Process
Red7 Developing Product Requirements: Tools and ProcessRed7 Developing Product Requirements: Tools and Process
Red7 Developing Product Requirements: Tools and Process
 
The Business Analyst And The Sdlc
The Business Analyst And The SdlcThe Business Analyst And The Sdlc
The Business Analyst And The Sdlc
 
Requirements Engineering @ Agile
Requirements Engineering @ AgileRequirements Engineering @ Agile
Requirements Engineering @ Agile
 
Primer on performance_requirements_gathering_v0.3
Primer on performance_requirements_gathering_v0.3Primer on performance_requirements_gathering_v0.3
Primer on performance_requirements_gathering_v0.3
 
Software engineering lecture notes
Software engineering lecture notesSoftware engineering lecture notes
Software engineering lecture notes
 
Software requirement
Software requirementSoftware requirement
Software requirement
 
Software Project Management (lecture 3)
Software Project Management (lecture 3)Software Project Management (lecture 3)
Software Project Management (lecture 3)
 
requirement documentation
requirement documentation requirement documentation
requirement documentation
 
Business Analysis Study Notes
Business Analysis Study NotesBusiness Analysis Study Notes
Business Analysis Study Notes
 
Business requirements template
Business requirements templateBusiness requirements template
Business requirements template
 
Other requirements, requirement specification and map
Other requirements, requirement specification and mapOther requirements, requirement specification and map
Other requirements, requirement specification and map
 

Andere mochten auch

Simple Yet Powerful Software and System Requirements Management
Simple Yet Powerful Software and System Requirements ManagementSimple Yet Powerful Software and System Requirements Management
Simple Yet Powerful Software and System Requirements ManagementEccam
 
Requirement change management
Requirement change managementRequirement change management
Requirement change managementAbdul Basit
 
Story mapping and sketching - humanising the requirements process
Story mapping and sketching - humanising the requirements processStory mapping and sketching - humanising the requirements process
Story mapping and sketching - humanising the requirements processTechExeter
 
Social Networking and Staffing
Social Networking and StaffingSocial Networking and Staffing
Social Networking and StaffingRamon Thomas
 
The Requirements Process Workshop Presentation
The Requirements Process Workshop PresentationThe Requirements Process Workshop Presentation
The Requirements Process Workshop PresentationIvarsLenss
 
Requirements Management Office - Strata
Requirements Management Office - Strata Requirements Management Office - Strata
Requirements Management Office - Strata IIBA UK Chapter
 
Requirements Traceability Links
Requirements Traceability LinksRequirements Traceability Links
Requirements Traceability LinksEccam
 
Software Requirements Workshop Presentation
Software Requirements Workshop PresentationSoftware Requirements Workshop Presentation
Software Requirements Workshop PresentationIvarsLenss
 
BABOK Chapter 2 - Business Analysis Planning and Monitoring
BABOK Chapter 2 - Business Analysis Planning and MonitoringBABOK Chapter 2 - Business Analysis Planning and Monitoring
BABOK Chapter 2 - Business Analysis Planning and MonitoringKathy Vezina
 
Software requirements specification
Software  requirements specificationSoftware  requirements specification
Software requirements specificationKrishnasai Gudavalli
 
3 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 20173 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 2017Drift
 

Andere mochten auch (12)

Simple Yet Powerful Software and System Requirements Management
Simple Yet Powerful Software and System Requirements ManagementSimple Yet Powerful Software and System Requirements Management
Simple Yet Powerful Software and System Requirements Management
 
Requirement change management
Requirement change managementRequirement change management
Requirement change management
 
Story mapping and sketching - humanising the requirements process
Story mapping and sketching - humanising the requirements processStory mapping and sketching - humanising the requirements process
Story mapping and sketching - humanising the requirements process
 
Social Networking and Staffing
Social Networking and StaffingSocial Networking and Staffing
Social Networking and Staffing
 
The Requirements Process Workshop Presentation
The Requirements Process Workshop PresentationThe Requirements Process Workshop Presentation
The Requirements Process Workshop Presentation
 
Requirements Management Office - Strata
Requirements Management Office - Strata Requirements Management Office - Strata
Requirements Management Office - Strata
 
Requirements Traceability Links
Requirements Traceability LinksRequirements Traceability Links
Requirements Traceability Links
 
Software Requirements Workshop Presentation
Software Requirements Workshop PresentationSoftware Requirements Workshop Presentation
Software Requirements Workshop Presentation
 
BABOK Chapter 2 - Business Analysis Planning and Monitoring
BABOK Chapter 2 - Business Analysis Planning and MonitoringBABOK Chapter 2 - Business Analysis Planning and Monitoring
BABOK Chapter 2 - Business Analysis Planning and Monitoring
 
Software requirements specification
Software  requirements specificationSoftware  requirements specification
Software requirements specification
 
3 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 20173 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 2017
 
Build Features, Not Apps
Build Features, Not AppsBuild Features, Not Apps
Build Features, Not Apps
 

Ähnlich wie Business Analyst Requirements Management

Requirements engineering vii
Requirements engineering viiRequirements engineering vii
Requirements engineering viiindrisrozas
 
Se lect11 btech
Se lect11 btechSe lect11 btech
Se lect11 btechIIITA
 
Non functional requirements. do we really care…?
Non functional requirements. do we really care…?Non functional requirements. do we really care…?
Non functional requirements. do we really care…?OSSCube
 
Software development life cycle
Software development life cycleSoftware development life cycle
Software development life cycleGurban Daniel
 
2nd MODULE Software Requirements _ SW ENGG 22CSE141.pdf
2nd MODULE  Software Requirements   _ SW ENGG  22CSE141.pdf2nd MODULE  Software Requirements   _ SW ENGG  22CSE141.pdf
2nd MODULE Software Requirements _ SW ENGG 22CSE141.pdfJayanthi Kannan MK
 
Software Development Life Cycle
Software Development Life CycleSoftware Development Life Cycle
Software Development Life CycleSlideshare
 
INTRODUCTION TO SOFTWARE ENGINEERING
INTRODUCTION TO SOFTWARE ENGINEERINGINTRODUCTION TO SOFTWARE ENGINEERING
INTRODUCTION TO SOFTWARE ENGINEERINGPreeti Mishra
 
Un it 2-se-mod-staff
Un it 2-se-mod-staffUn it 2-se-mod-staff
Un it 2-se-mod-staffvijisvs2012
 
ppt_se.bdfhrfykjyftiktgdukhydiyiuoyu8otrfu
ppt_se.bdfhrfykjyftiktgdukhydiyiuoyu8otrfuppt_se.bdfhrfykjyftiktgdukhydiyiuoyu8otrfu
ppt_se.bdfhrfykjyftiktgdukhydiyiuoyu8otrfutubashaikh26
 
Agile Development – Why requirements matter by Fariz Saracevic
Agile Development – Why requirements matter by Fariz SaracevicAgile Development – Why requirements matter by Fariz Saracevic
Agile Development – Why requirements matter by Fariz SaracevicAgile ME
 

Ähnlich wie Business Analyst Requirements Management (20)

Requirements engineering vii
Requirements engineering viiRequirements engineering vii
Requirements engineering vii
 
Se lect11 btech
Se lect11 btechSe lect11 btech
Se lect11 btech
 
Non functional requirements. do we really care…?
Non functional requirements. do we really care…?Non functional requirements. do we really care…?
Non functional requirements. do we really care…?
 
Sdlc models
Sdlc modelsSdlc models
Sdlc models
 
Software development life cycle
Software development life cycleSoftware development life cycle
Software development life cycle
 
Sdlc
SdlcSdlc
Sdlc
 
Requirement Analysis - Software Enigneering
Requirement Analysis - Software EnigneeringRequirement Analysis - Software Enigneering
Requirement Analysis - Software Enigneering
 
2nd MODULE Software Requirements _ SW ENGG 22CSE141.pdf
2nd MODULE  Software Requirements   _ SW ENGG  22CSE141.pdf2nd MODULE  Software Requirements   _ SW ENGG  22CSE141.pdf
2nd MODULE Software Requirements _ SW ENGG 22CSE141.pdf
 
Session2
Session2Session2
Session2
 
SDLC
SDLCSDLC
SDLC
 
Software Development Life Cycle
Software Development Life CycleSoftware Development Life Cycle
Software Development Life Cycle
 
INTRODUCTION TO SOFTWARE ENGINEERING
INTRODUCTION TO SOFTWARE ENGINEERINGINTRODUCTION TO SOFTWARE ENGINEERING
INTRODUCTION TO SOFTWARE ENGINEERING
 
Sdlc
SdlcSdlc
Sdlc
 
Un it 2-se-mod-staff
Un it 2-se-mod-staffUn it 2-se-mod-staff
Un it 2-se-mod-staff
 
ppt_se.pdf
ppt_se.pdfppt_se.pdf
ppt_se.pdf
 
ppt_se.bdfhrfykjyftiktgdukhydiyiuoyu8otrfu
ppt_se.bdfhrfykjyftiktgdukhydiyiuoyu8otrfuppt_se.bdfhrfykjyftiktgdukhydiyiuoyu8otrfu
ppt_se.bdfhrfykjyftiktgdukhydiyiuoyu8otrfu
 
Soa 1 7.ppsx
Soa 1 7.ppsxSoa 1 7.ppsx
Soa 1 7.ppsx
 
Agile Development – Why requirements matter by Fariz Saracevic
Agile Development – Why requirements matter by Fariz SaracevicAgile Development – Why requirements matter by Fariz Saracevic
Agile Development – Why requirements matter by Fariz Saracevic
 
Ppt nardeep
Ppt nardeepPpt nardeep
Ppt nardeep
 
sdlc.pptx
sdlc.pptxsdlc.pptx
sdlc.pptx
 

Kürzlich hochgeladen

WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 

Kürzlich hochgeladen (20)

WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 

Business Analyst Requirements Management

  • 1. Requirements Management The Foundation of the Business Analyst’s Practice
  • 2. Do Formal Requirements still matter? • What does the Agile development world mean to Business Analysts? • Myths concerning “Agile” and requirements management – “Working code is all that is needed” – “All we need are stories?” – “Small self organizing team can manage architecture” – “Small self organizing team can manage non functional requirements” – “Agile processes have built-in governance”
  • 3. Requirements matter now more then ever! % of Projects that are Successful
  • 4. Requirements Maturity = Strong Foundation
  • 5. Without Requirements we can’t prove completion • Requirements are the contract between business customer and development/IT • Requirements are only as good as their management • Requirements management key components: – Requirements definition – Requirements organization and process – Requirements traceability – Requirements change management – Requirement re-use
  • 6. Requirements Definition Best Practices - Types • Not all requirements are created equal • Requirements must have types and attributes • “FURPS+” is a good guide – Functionality - What the customer wants! Note that this includes security-related needs. – Usability - How effective is the product from the standpoint of the person who must use it? Is it aesthetically acceptable? Is the documentation accurate and complete? – Reliability - What is the maximum acceptable system downtime? Are failures predictable? Can we demonstrate the accuracy of results? How is the system recovered? – Performance - How fast must it be? What's the maximum response time? What's the throughput? What's the memory consumption? – Supportability - Is it testable, extensible, serviceable, installable, and configurable? Can it be monitored? – + - addresses design constraints, physical systems needs, interfaces, design rules
  • 7. Requirements Definition Abstraction • Four example requirements for an insurance claims processing application: – “We must be able to reduce our backlog of claims” – “The system must be able to automatically check claim forms for eligibility issues” – “The system shall determine whether a claimant is already a registered user, based on his/her social security number” – “The system shall support the simultaneous processing of up to 100 claims ” • Requirements have type and abstraction level – Business needs – Features – Functional software requirements – Non-functional software requirements
  • 8. What is Agile Development • The Manifesto for Agile Software Development – Individuals and interactions over processes and tools – Working software over comprehensive documentation – Customer collaboration over contract negotiation – Responding to change over following a plan
  • 9. SCRUM – An Agile Development Process
  • 10. The SCRUM Roles • The Product Owner represents the stakeholders, ensuring that the team delivers value to the business. The Product Owner writes customer-centric items user stories, prioritizes them, and adds them to the product backlog • The Development Team is responsible for delivering potentially shippable product increments at the end of each Sprint. A Development Team is made up of 3–9 people with cross-functional skills who do the actual work (analyse, design, develop, test, technical communication, document, etc.) • Scrum Master - Scrum is facilitated by a Scrum Master who is accountable for removing impediments to the ability of the team to deliver the sprint goal/deliverables • Stakeholders are the customers, vendors. They are people who enable the project and for whom the project produces the agreed-upon benefits that justify its production. They are only directly involved in the process during the sprint reviews
  • 11. SCRUM - Business Analysts as Product Owners • Product owners are the interface between business and technology implementers. • User Stories are Agile Requirements • (User) Story – A feature that is added to the backlog is commonly referred to as a story and has a specific suggested structure. The structure of a story is: "As a <user type> I want to <do some action> so that <desired result>" This is done so that the development team can identify the user, action and required result in a request and is a simple way of writing requests that anyone can understand – Example: “As a mobile banking customer I want to take a picture of check from smart phone so I can see deposit instantly”
  • 12. Are stories enough? • A story - “As a mobile banking customer I want to take picture of check from smart phone so I can see deposit instantly.” • Stories often lead to other requirements that need to be typed and organized – “mobile check deposit” leads to architectural requirements of persistence, storage, image support – “mobile check deposit” leads to non functional requirements such as image throughput bandwidth, response time, security – “mobile check deposit” likely needs function requirements decomposition for imaging components, for image quality analysis, user verification etc.
  • 13. Stories Detailed • Stories can be elaborated using traditional methods! User Story … .. UI mock ups Others Use Cases … .. Architecture Diagrams BPMN
  • 14. Requirements Structure in an Agile world Level Requirements Backlog Owner Requirement Types Themes Portfolio 1 Portfolio Manager Business Vision Epics Traceability * Program Manager Architectural Program Requirements 1 Release Manager Features Product Owners Stories Project * Scrum Master Spikes Agile Team Members
  • 15. Requirements Organizational Constructs • Hierarchy • Modules • Links User Systems Test Requirements Requirements Requirements • Baselines TREQ1 UREQ1 SREQ1 UREQ2 SREQ2 TREQ2 UREQ3 SREQ3 TREQ3 UREQ4 SREQ4 TREQ4 UREQ5 SREQ5 TREQ5 UREQ6 SREQ6 TREQ6 UREQ7 SREQ7 TREQ7 UREQ8 SREQ8 TREQ8 UREQ9 SREQ9 TREQ9 UREQ10 SREQ10 TREQ10 Version 2.0
  • 16. Requirements Definition Best Practices - Traceability • Traceability is a dependency relationship between artifacts. • It is a methodical approach to managing process and relationship between artifacts • Wikipedia: – Requirements traceability refers to the ability to describe and follow the life of a requirement, in both forwards and backwards direction – Requirements traceability refers to the ability to define, capture and follow the traces left by requirements on other elements of the software development environment and the trace left by those elements on requirements
  • 17. Why Traceability is important? • Determine the origin of any requirement • Ensure quality – You can verify that the software fulfills all requirements – You can verify that the software does only what was requested • Help with requirement change management • Analyze impact of a change to a requirement. For example, if a feature is modified, traceability enables you to determine: – Which use cases need to be modified – Which supplementary requirements are affected • Auditiblity/Regulatory certification (DO178B, Sarbanes- Oxley…) • “Every line of code should be directly traceable to a requirement, no extraneous code outside of this process should be included in the build” – DO178B
  • 18. Simple link vs. Traceability Simple link e.g. hyperlink Traceability • Unbounded, and unstructured • Bounded • Implicit semantics • Explicit well defined semantics • Unidirectional • Bi-directional • Ad-hoc • Often process governed
  • 19. Traceability Anti-pattern - Requirements in MS Word Documents - Tests in Excel - Link by a common ID
  • 20. Requirements – Standard Models • Common Model • More detailed requirement model
  • 21. Requirements – Sanitize, Clarify and Consolidate • Usage: to collate together requirements (possibly from several sources) into an agreed specification. • Link Type: “Satisifies". • When Appropriate – When there is a need to clarify and standardize terminology. – When there is a need to reconcile conflicting requirements from different sources.
  • 22. Requirements – Dependency • Usage: when requirements are dependent on other requirements being satisfied. Structure is • Link Type: "depends on".
  • 23. Requirements – Test Case Coverage • Usage: Show that specific tests are to be carried out proving application meets requirement. • Link type: “Qualifies” (or “Verify”)
  • 24. Requirements – Architecture as a constraint • Usage: when architecture is predetermined, rather than derived from the requirements. • Link type: “Constrains”
  • 29. Requirements Change Management Best Practice • Requirements can be managed like any other form of work item (task) – Managed with a lifecycle – Assigned, reviewed, approved by appropriate roles based stakeholders – Important in high compliance or governed environments (audit history) – A mechanism to document impact analysis exercise
  • 30. Requirement Re-use Best Practices • Module can embed Call Center Mobile Application requirements from others Application Requirements Requirements MREQ1 • Requirements can TREQ1 MREQ2 CREQ1 CREQ1 extended or specialized TREQ2 MREQ3 TREQ3 CREQ2 CREQ3 CREQ4 Core TREQ4 MREQ4 Application TREQ5 MREQ5 Requirements TREQ6 CREQ5 CREQ5 CREQ6 CREQ6 CREQ1 CREQ2 CREQ3 CREQ4 CREQ5 CREQ6
  • 31. Summary - Applications are only as good as their Requirements • Requirements are the contract between business customer and development/IT • Requirements are only as good as their management • Requirements management key components: – Requirements definition – Requirements organization and process – Requirements traceability – Requirements change management – Requirement re-use
  • 32. Bibliography • Writing good requirements is a lot like writing good code Jim Heumann, IBM, Software Group, 14 Jul 2004 • IIBA BABOK Guide V2.0, 2009 • Six Things Your CIO Needs to Know About Requirements Maturity, IAG Consulting, 2012 • Agile Software Requirements, Dean Leffingwell, 2011 • The Benefits of Well Managed Traceability, Ed Genrty, Innovate 2012

Hinweis der Redaktion

  1. Requirements not defined until coding has started Requirements changing towards the end of development without an impact assessment Difficulty in determining whether or not the released product satisfies the customer needs because the customers needs weren’t specified Time spent coding, writing test cases or documentation to requirements that no longer exist Engineering blamed for “poor quality” when really there is a lack of requirements to build and to test against Requirements Driven Development Requirements not defined until coding has started. Requirements changing towards the end of development without an impact assessment. Difficulty in determining whether or not the released product satisfies the customer needs because the customers needs weren’t specified Time spent coding, writing test cases or documentation to requirements that no longer exist Engineering blamed for “poor quality” when really there is a lack of requirements to build and to test against
  2. Requirements not defined until coding has started Requirements changing towards the end of development without an impact assessment Difficulty in determining whether or not the released product satisfies the customer needs because the customers needs weren’t specified Time spent coding, writing test cases or documentation to requirements that no longer exist Engineering blamed for “poor quality” when really there is a lack of requirements to build and to test against Requirements Driven Development Requirements not defined until coding has started. Requirements changing towards the end of development without an impact assessment. Difficulty in determining whether or not the released product satisfies the customer needs because the customers needs weren’t specified Time spent coding, writing test cases or documentation to requirements that no longer exist Engineering blamed for “poor quality” when really there is a lack of requirements to build and to test against
  3. Requirements not defined until coding has started Requirements changing towards the end of development without an impact assessment Difficulty in determining whether or not the released product satisfies the customer needs because the customers needs weren’t specified Time spent coding, writing test cases or documentation to requirements that no longer exist Engineering blamed for “poor quality” when really there is a lack of requirements to build and to test against Requirements Driven Development Requirements not defined until coding has started. Requirements changing towards the end of development without an impact assessment. Difficulty in determining whether or not the released product satisfies the customer needs because the customers needs weren’t specified Time spent coding, writing test cases or documentation to requirements that no longer exist Engineering blamed for “poor quality” when really there is a lack of requirements to build and to test against
  4. Source Information modules contain information from any relevant sources. Each could contain collected notes from meetings, emails or entire documents. The Stakeholder Requirements module is the module wherein all the information in the source modules is collated. This collation process must include identification and resolution of conflicts, duplications, irrelevance, etc. The intent is that the module contains a well-written, well-structured requirements specification that can be agreed by all the relevant stakeholders.
  5. For example, there is no point in being able to bill customers if no records are kept of their expenditure. Two requirements at the same level and A depends on B being met.
  6. Although the pattern refers to &apos;Test Cases&quot;, in practice, the same could apply for any test or qualification information Need to add test points to a device. These points are not needed normally. Access coverers for mechanical
  7. The major aspects of this information model are as follows: Specification documents are shaded blue, and are related through “satisfies” links. The Architecture is related to the Specification documents through “constrained by” links. In other words, the Architecture is used to hold design constraints from the design philosophy, for example “use polling not interrupts”. This Link Module captures those relationships that demonstrate how a requirement is constrained by an element in the architecture.
  8. Requirements not defined until coding has started Requirements changing towards the end of development without an impact assessment Difficulty in determining whether or not the released product satisfies the customer needs because the customers needs weren’t specified Time spent coding, writing test cases or documentation to requirements that no longer exist Engineering blamed for “poor quality” when really there is a lack of requirements to build and to test against Requirements Driven Development Requirements not defined until coding has started. Requirements changing towards the end of development without an impact assessment. Difficulty in determining whether or not the released product satisfies the customer needs because the customers needs weren’t specified Time spent coding, writing test cases or documentation to requirements that no longer exist Engineering blamed for “poor quality” when really there is a lack of requirements to build and to test against
  9. Requirements not defined until coding has started Requirements changing towards the end of development without an impact assessment Difficulty in determining whether or not the released product satisfies the customer needs because the customers needs weren’t specified Time spent coding, writing test cases or documentation to requirements that no longer exist Engineering blamed for “poor quality” when really there is a lack of requirements to build and to test against Requirements Driven Development Requirements not defined until coding has started. Requirements changing towards the end of development without an impact assessment. Difficulty in determining whether or not the released product satisfies the customer needs because the customers needs weren’t specified Time spent coding, writing test cases or documentation to requirements that no longer exist Engineering blamed for “poor quality” when really there is a lack of requirements to build and to test against