SlideShare a Scribd company logo
TOP DEVOPS BOTTLENECKS,
CONSTRAINTS AND BEST
PRACTICES
Speakers:
JP Morgenthal, CSC (@jpmorgenthal)
Mike Kavis, Cloud Technology Partners (@madgreek65)
1
Agenda
• DevOps Perspective
• Top 5 Bottlenecks
• 1) Inconsistent environments (Mike)
• 2) Long provisioning times (Mike)
• 3) Doing more with less (Mike)
• 4) Manual gates
• 5) Organization silos
• Top 5 Constraints
• 1) Auditing & Compliance
• 2) Technical debt
• 3) Misaligned incentives (Mike)
• 4) ITIL / Change Control (Mike)
• 5) Lack of metrics (Mike)
• Top 5 Best Practices
• 1) Governance / Security (Mike)
• 2) Continuously Deploy into UAT
• 3) Reduce Work-in-Progress / Deliver more frequently with less features
• 4) Fail Fast
• 5) Testing Center of Excellence
• Top 5 Things You Can Do Starting Today
2
DevOps Perspective
• Why DevOps?
• How do we become a High Performing Culture?
• Leads to…
• Better products and services
• Increased customer satisfaction
• Improved profitability
• DevOps is not…
• A person, role, or team
• A fix for IT
3
Definitions
• Bottleneck
• Something that hinders flow and progress of activities, but does not
limit completion. Bottlenecks can be eliminated or work-arounds
can be instituted
• Constraint
• An activity or rule that must be adhered to in order for progress to
continue in an approved manner
• Best Practice
• An activity or guideline that has demonstrated to foster
improvement in continuous delivery activities
4
Bottleneck: Inconsistent Environments
• Creates unnecessary defects, rework, lowers quality and
reliability, and increases risks of missing commitments
• .Reasons for inconsistency
• Manual intervention
• Lack of asset tracking
• Poor patching process
• Mitigation
• Automation
• Configuration management
• Immutable infrastructure
• Infrastructure as code
5
Bottleneck: Long Provisioning Times
• Creates stoppage of WIP for long periods of time
• Impacts of wait time
• Work stoppage between dev, test, and stage activities
• Inconsistent environments
• Sub optimal infrastructure
• Project delays
• Mitigation
• Automation
• Immutable infrastructure
• Modernize request management services
6
Bottleneck: Doing More With Less
• Technology teams are under intense pressure to deliver
more features with greater agility and smaller budgets
• Common mistakes
• Increase WIP
• Sacrifice architecture, take shortcuts
• Endless hot fix mentality
• Mitigation
• Value stream mapping to identify bottlenecks
• Prioritize technical debt (“waste management”)
• Change mentality of the meaning of “Done”
7
Bottleneck: Manual Gates
• Manual gates introduces latency into release and delivery
processes
• Manual gates are represented by the need for human
intervention to move artifacts from one stage to the next
• Types of gates
• Approvals
• Environments
• Tools
• Mitigation
• Automation
• Testing
• Culture
8
Bottleneck: Organization Silos
• Silos are not inherently good or bad
• Silos isolate capabilities from each other
• Silos act to limit and/or filter communications
• Silos tend to have unique or inwardly-focused incentives and
leadership
• Silos are not easy to dispel
• Mitigation
• Cross-functional leadership
• Consolidation
• Communications & management tools
• Shared accountability
9
Constraint: Auditing & Compliance
• Compliance requirements are derived both internally and
externally
• External compliance often impacts ability to enact business
• Internal compliance more pliable but still difficult to change in large-
scale enterprises
• Auditing ensures compliance is adhered to and can add
overhead to development, logging, deployment and operations
• Mitigation
• Meet with auditors to identify acceptable methods of meeting
compliance
• Drive auditing left along with other DevOps initiatives
• Approval of design may just require automated means to ensure design was
adhered to in delivery
• Metadata capture and management is critical to regulated
environments
10
Constraint: Technical Debt
• Technical debt are decisions that were made to meet the
needs of a task at specific point in time that acts to limit
future change
• Some technical debt will inhibit removing latency,
automating, and incorporating into continuous delivery
process
• Mitigation
• Containment / Abstraction
• Service Virtualization
• Address the Debt
11
Constraint: Misaligned Incentives
• If incentives don’t change, behavior won’t either
• Incentives need to be shared across boundaries
• Everybody owns quality, security, reliability
• Moving to SaaS - Services model vs Product model
• Product owners must own product/service end to end
• - What would happened if automobile product owners were not
accountable for safety?
• Mitigation
• Evaluate business model and map incentives
• Assign ownership at the right place but incent appropriately to
share goals
• Tear down silos when they inhibit progress
12
Constraint: ITIL/Change Control
• Processes must be agile too
• What good is continuous integration and delivery when we have to
wait for a CAB review every 7 days to deploy?
• ITIL still works, but it needs to be modernized
• Built during the waterfall era
• Gates replace trust, often rubberstamp
• Different apps have different risk profiles, don’t put a web app
through the same rigor as a payment system
• Mitigation
• Value stream mapping across service catalog
• Remove waste, auto approve where possible
• Use metrics and log data to automate decisions
13
Constraint: Lack of Metrics
• Big part of DevOps is continuous improvement
• Measure what matters
• Be transparent with metrics so people can contribute
• Move from reactive to proactive
• Establish baselines and raise alerts when deltas occur
• Allows for fixing issues before customers notice
• Measure processes to, they often get in the way
• Mitigation
• Define KPIs for different actors within the system
• Product, Finance, Security, Dev, QA, Ops, Sales, Customer, etc.
• Design logging and monitoring framework with single pane of glass
• Customer views, publish/suscribe
14
Best Practice: Continuously Deploy into
UAT
• For many businesses it is not feasible to continually be
releasing to production
• The cornerstone of Continuous Delivery is always being in
a state that is ready to release
• Establish a User Acceptance Test (UAT) area that is
continually being updated with the most recent released
software
• UAT should closely model production as much as possible
• Upon release to UAT business users should be notified of
availability of a new release and which features are included
• Releases do not overwrite one another, but should exist in tandem
15
Best Practice: Governance/Security
• Design in security and regulatory controls up front
• Enforce controls through automation, self-service
capabilities, risk profiling, continuous inspection
• Non-App specific rules, policies, controls should be
abstracted from development (as a Service)
• Centrally stored and managed
• Configurable
• Auditable
• Visible
16
Best Practice: Reduce Work-in-Progress
• Too much Work-in-Progress (WIP) affects quality and
predictability of completion
• Reducing WIP produces greater predictability for average lead time
• Focus on a single task until completion increases quality of output
• Only start new work once existing work is complete
• Agile methods facilitate shorter durations for tasks
• Bottlenecks more likely to be addressed if they result in
resources sitting idle than if they can switch to other tasks
• Leverage tools like Kanban to visualize WIP and manage
backlog effectively
• Capture and analyze metrics regarding velocity
17
Best Practice: Fail Fast
• Leverage Minimal Viable Product (MVP)
• Qualify that work effort will lead to a usable output
• Increase success velocity by quickly eliminating efforts that do not satisfy
stated outcomes
• Design for limited release
• Test new features in production among subset of entire consumer base
• Leverage Continuous Delivery to limit latency in release
• Long feedback loops impair “fail fast”
• Leverage cloud for speed and economics
• Investments in infrastructure and software enforces “must make it work”
mentality
• Cloud keeps costs down and eliminates capital investments necessary to test
innovations simplifying the decision to terminate
18
Best Practice: Testing Center of
Excellence
• QA and Testing are not synonymous
• QA qualifies release meets stated goals for release capabilities and
features
• Testing occurs throughout the SDLC
• Embrace failure as inevitable
• Too much time and money spent attempting to avoid failure
• Focus on Mean-Time-to-Repair (MTTR)
• Center of Excellence (CoE) responsibilities
• Practice Management
• Governance
• Organization
• Environment
19
Top 5 Things To Go Do Today
1. Find a Problem Area
• Achievable scope
2. Identify Bottlenecks
• Value stream mapping
3. Gather Metrics
• Establish baselines
• Set targets
4. Reduce WIP
• Improve flow
5. Deliver Small/Quick wins w/Business Impact
• Increase trust & transparency
• Create value
20
21

More Related Content

PPTX
No you are not a DevOps engineer (revisted)
Mike Kavis
 
PPTX
The Many Faces of PaaS
Mike Kavis
 
PDF
Who's Who in Container Land
Mike Kavis
 
PPTX
No you are not a DevOps engineer
Mike Kavis
 
PPTX
Choosing the Right Clouds for your Business
Mike Kavis
 
PPTX
Driving Enterprise Architecture Redesign: Cloud-Native Platforms, APIs, and D...
Chris Haddad
 
PPTX
Continuous Delivery and DevOps at Rabobank
XebiaLabs
 
PPTX
Accelerate your dev ops transformation with continuous automation
Mike Kavis
 
No you are not a DevOps engineer (revisted)
Mike Kavis
 
The Many Faces of PaaS
Mike Kavis
 
Who's Who in Container Land
Mike Kavis
 
No you are not a DevOps engineer
Mike Kavis
 
Choosing the Right Clouds for your Business
Mike Kavis
 
Driving Enterprise Architecture Redesign: Cloud-Native Platforms, APIs, and D...
Chris Haddad
 
Continuous Delivery and DevOps at Rabobank
XebiaLabs
 
Accelerate your dev ops transformation with continuous automation
Mike Kavis
 

What's hot (20)

PDF
Metrics That Matter: How to Measure Digital Transformation Success
XebiaLabs
 
PDF
Cloud Native Operations
Michael Mueller
 
PDF
Microservices
AxEdge Consulting
 
PDF
Monitoring at the Speed of DevOps
DevOps.com
 
PDF
XL Deploy Demo Slides
XebiaLabs
 
PPTX
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
RightScale
 
PPTX
TopConf : DevOps Monitoring: Feedback Loops in Enterprise Environments
Jonah Kowall
 
PPTX
How to consolidate Citrix Monitoring in a Single Pane of Glass
eG Innovations
 
PDF
Deliver More Customer Value with Value Stream Management
XebiaLabs
 
PDF
BACK FROM THE EDGE: INFRASTRUCTURE PROTECTION THROUGH PLATESPIN
Micro Focus
 
PPTX
How to Assure Performance in Hybrid Cloud Ecosystems
eG Innovations
 
PPTX
V mware advanced cloud proof of concept (poc)
solarisyougood
 
PPTX
Customer Presentation: Digital Globe's road to Continuous Delivery
XebiaLabs
 
PPTX
Intro to dev ops and cloud services
hardwyrd
 
PPTX
Performance Testing of Large-scale Systems- Impetus Webinar
Impetus Technologies
 
PDF
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015
Vimal Suba
 
PDF
Infrastructure as Code in Large Scale Organizations
XebiaLabs
 
PPTX
The State of IoT
Mike Kavis
 
PDF
Achieving a Serverless Development Experience
Ivan Dwyer
 
PDF
Succeeding with DevOps Transformation - Rafal Gancarz
OpenCredo
 
Metrics That Matter: How to Measure Digital Transformation Success
XebiaLabs
 
Cloud Native Operations
Michael Mueller
 
Microservices
AxEdge Consulting
 
Monitoring at the Speed of DevOps
DevOps.com
 
XL Deploy Demo Slides
XebiaLabs
 
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
RightScale
 
TopConf : DevOps Monitoring: Feedback Loops in Enterprise Environments
Jonah Kowall
 
How to consolidate Citrix Monitoring in a Single Pane of Glass
eG Innovations
 
Deliver More Customer Value with Value Stream Management
XebiaLabs
 
BACK FROM THE EDGE: INFRASTRUCTURE PROTECTION THROUGH PLATESPIN
Micro Focus
 
How to Assure Performance in Hybrid Cloud Ecosystems
eG Innovations
 
V mware advanced cloud proof of concept (poc)
solarisyougood
 
Customer Presentation: Digital Globe's road to Continuous Delivery
XebiaLabs
 
Intro to dev ops and cloud services
hardwyrd
 
Performance Testing of Large-scale Systems- Impetus Webinar
Impetus Technologies
 
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015
Vimal Suba
 
Infrastructure as Code in Large Scale Organizations
XebiaLabs
 
The State of IoT
Mike Kavis
 
Achieving a Serverless Development Experience
Ivan Dwyer
 
Succeeding with DevOps Transformation - Rafal Gancarz
OpenCredo
 
Ad

Similar to Top Devops bottlenecks, constraints and best practices (20)

PPTX
Devops for business : Efficiency & Innovation
Satish Bhatia
 
PDF
10 lessons learned in managing digital transformation
Victoria Livschitz
 
PDF
Stamp Out Agile and DevOps Bottlenecks
TechWell
 
PPTX
Make Continuous Delivery work for middle management
Matteo Emili
 
PDF
DevOps and End to End Visibility with Ed Gaile
AUGNYC
 
PDF
DevOps and End to End Visibility with Ed Gaile
AUGNYC
 
PPTX
A Blueprint for a Successful DevOps Metamorphosis
XebiaLabs
 
PPTX
Agile and Continuous Delivery for Audits and Exams - DC Continuous Delivery M...
Simon Storm
 
PPTX
DOES14 - John Kosco - Blue Agility - Discover How to Improve Productivity by ...
Gene Kim
 
PPTX
Eliminate Bottlenecks in Software Development & Delivery
Micro Focus
 
PDF
Sea spin5 2013
Jeff Smith
 
PPTX
DevOps, Lean and You
Angelo Simone Scotto
 
PDF
Using Lean Thinking to identify and address Delivery Pipeline bottlenecks
Sanjeev Sharma
 
PDF
DevOps - A catalyst to enterprise agility - Heidi Araya & Esteban Garcia
Heidi Araya
 
PDF
Next Gen Continuous Delivery: Connecting Business Initiatives to the IT Roadmap
Headspring
 
PDF
Using Lean Thinking to Identify and Address Delivery Pipeline Bottlenecks
IBM UrbanCode Products
 
PPTX
Dev ops != Dev+Ops
Shalu Ahuja
 
PDF
Continuous Delivery Patterns for Boring Releases @ DevOps Porto meetup - July...
Manuel Pais
 
PDF
Continuous Delivery & DevOps - IT Value Stream Improvements Roadmap Chapter 2 v8
Janusz Stankiewicz
 
PPTX
Pushing the Bottleneck: Predicting and Addressing the Next, Next Thing
IBM UrbanCode Products
 
Devops for business : Efficiency & Innovation
Satish Bhatia
 
10 lessons learned in managing digital transformation
Victoria Livschitz
 
Stamp Out Agile and DevOps Bottlenecks
TechWell
 
Make Continuous Delivery work for middle management
Matteo Emili
 
DevOps and End to End Visibility with Ed Gaile
AUGNYC
 
DevOps and End to End Visibility with Ed Gaile
AUGNYC
 
A Blueprint for a Successful DevOps Metamorphosis
XebiaLabs
 
Agile and Continuous Delivery for Audits and Exams - DC Continuous Delivery M...
Simon Storm
 
DOES14 - John Kosco - Blue Agility - Discover How to Improve Productivity by ...
Gene Kim
 
Eliminate Bottlenecks in Software Development & Delivery
Micro Focus
 
Sea spin5 2013
Jeff Smith
 
DevOps, Lean and You
Angelo Simone Scotto
 
Using Lean Thinking to identify and address Delivery Pipeline bottlenecks
Sanjeev Sharma
 
DevOps - A catalyst to enterprise agility - Heidi Araya & Esteban Garcia
Heidi Araya
 
Next Gen Continuous Delivery: Connecting Business Initiatives to the IT Roadmap
Headspring
 
Using Lean Thinking to Identify and Address Delivery Pipeline Bottlenecks
IBM UrbanCode Products
 
Dev ops != Dev+Ops
Shalu Ahuja
 
Continuous Delivery Patterns for Boring Releases @ DevOps Porto meetup - July...
Manuel Pais
 
Continuous Delivery & DevOps - IT Value Stream Improvements Roadmap Chapter 2 v8
Janusz Stankiewicz
 
Pushing the Bottleneck: Predicting and Addressing the Next, Next Thing
IBM UrbanCode Products
 
Ad

More from Mike Kavis (7)

PPTX
Extreme IoT Games
Mike Kavis
 
PDF
Value of Enterprise DevOps
Mike Kavis
 
PPTX
Monitoring in the DevOps Era
Mike Kavis
 
PPT
Outgrowing your-datacenter
Mike Kavis
 
PDF
Cloud 101
Mike Kavis
 
PDF
Cloud security design considerations
Mike Kavis
 
PPTX
Cloud Computing Design Considerations
Mike Kavis
 
Extreme IoT Games
Mike Kavis
 
Value of Enterprise DevOps
Mike Kavis
 
Monitoring in the DevOps Era
Mike Kavis
 
Outgrowing your-datacenter
Mike Kavis
 
Cloud 101
Mike Kavis
 
Cloud security design considerations
Mike Kavis
 
Cloud Computing Design Considerations
Mike Kavis
 

Top Devops bottlenecks, constraints and best practices

  • 1. TOP DEVOPS BOTTLENECKS, CONSTRAINTS AND BEST PRACTICES Speakers: JP Morgenthal, CSC (@jpmorgenthal) Mike Kavis, Cloud Technology Partners (@madgreek65) 1
  • 2. Agenda • DevOps Perspective • Top 5 Bottlenecks • 1) Inconsistent environments (Mike) • 2) Long provisioning times (Mike) • 3) Doing more with less (Mike) • 4) Manual gates • 5) Organization silos • Top 5 Constraints • 1) Auditing & Compliance • 2) Technical debt • 3) Misaligned incentives (Mike) • 4) ITIL / Change Control (Mike) • 5) Lack of metrics (Mike) • Top 5 Best Practices • 1) Governance / Security (Mike) • 2) Continuously Deploy into UAT • 3) Reduce Work-in-Progress / Deliver more frequently with less features • 4) Fail Fast • 5) Testing Center of Excellence • Top 5 Things You Can Do Starting Today 2
  • 3. DevOps Perspective • Why DevOps? • How do we become a High Performing Culture? • Leads to… • Better products and services • Increased customer satisfaction • Improved profitability • DevOps is not… • A person, role, or team • A fix for IT 3
  • 4. Definitions • Bottleneck • Something that hinders flow and progress of activities, but does not limit completion. Bottlenecks can be eliminated or work-arounds can be instituted • Constraint • An activity or rule that must be adhered to in order for progress to continue in an approved manner • Best Practice • An activity or guideline that has demonstrated to foster improvement in continuous delivery activities 4
  • 5. Bottleneck: Inconsistent Environments • Creates unnecessary defects, rework, lowers quality and reliability, and increases risks of missing commitments • .Reasons for inconsistency • Manual intervention • Lack of asset tracking • Poor patching process • Mitigation • Automation • Configuration management • Immutable infrastructure • Infrastructure as code 5
  • 6. Bottleneck: Long Provisioning Times • Creates stoppage of WIP for long periods of time • Impacts of wait time • Work stoppage between dev, test, and stage activities • Inconsistent environments • Sub optimal infrastructure • Project delays • Mitigation • Automation • Immutable infrastructure • Modernize request management services 6
  • 7. Bottleneck: Doing More With Less • Technology teams are under intense pressure to deliver more features with greater agility and smaller budgets • Common mistakes • Increase WIP • Sacrifice architecture, take shortcuts • Endless hot fix mentality • Mitigation • Value stream mapping to identify bottlenecks • Prioritize technical debt (“waste management”) • Change mentality of the meaning of “Done” 7
  • 8. Bottleneck: Manual Gates • Manual gates introduces latency into release and delivery processes • Manual gates are represented by the need for human intervention to move artifacts from one stage to the next • Types of gates • Approvals • Environments • Tools • Mitigation • Automation • Testing • Culture 8
  • 9. Bottleneck: Organization Silos • Silos are not inherently good or bad • Silos isolate capabilities from each other • Silos act to limit and/or filter communications • Silos tend to have unique or inwardly-focused incentives and leadership • Silos are not easy to dispel • Mitigation • Cross-functional leadership • Consolidation • Communications & management tools • Shared accountability 9
  • 10. Constraint: Auditing & Compliance • Compliance requirements are derived both internally and externally • External compliance often impacts ability to enact business • Internal compliance more pliable but still difficult to change in large- scale enterprises • Auditing ensures compliance is adhered to and can add overhead to development, logging, deployment and operations • Mitigation • Meet with auditors to identify acceptable methods of meeting compliance • Drive auditing left along with other DevOps initiatives • Approval of design may just require automated means to ensure design was adhered to in delivery • Metadata capture and management is critical to regulated environments 10
  • 11. Constraint: Technical Debt • Technical debt are decisions that were made to meet the needs of a task at specific point in time that acts to limit future change • Some technical debt will inhibit removing latency, automating, and incorporating into continuous delivery process • Mitigation • Containment / Abstraction • Service Virtualization • Address the Debt 11
  • 12. Constraint: Misaligned Incentives • If incentives don’t change, behavior won’t either • Incentives need to be shared across boundaries • Everybody owns quality, security, reliability • Moving to SaaS - Services model vs Product model • Product owners must own product/service end to end • - What would happened if automobile product owners were not accountable for safety? • Mitigation • Evaluate business model and map incentives • Assign ownership at the right place but incent appropriately to share goals • Tear down silos when they inhibit progress 12
  • 13. Constraint: ITIL/Change Control • Processes must be agile too • What good is continuous integration and delivery when we have to wait for a CAB review every 7 days to deploy? • ITIL still works, but it needs to be modernized • Built during the waterfall era • Gates replace trust, often rubberstamp • Different apps have different risk profiles, don’t put a web app through the same rigor as a payment system • Mitigation • Value stream mapping across service catalog • Remove waste, auto approve where possible • Use metrics and log data to automate decisions 13
  • 14. Constraint: Lack of Metrics • Big part of DevOps is continuous improvement • Measure what matters • Be transparent with metrics so people can contribute • Move from reactive to proactive • Establish baselines and raise alerts when deltas occur • Allows for fixing issues before customers notice • Measure processes to, they often get in the way • Mitigation • Define KPIs for different actors within the system • Product, Finance, Security, Dev, QA, Ops, Sales, Customer, etc. • Design logging and monitoring framework with single pane of glass • Customer views, publish/suscribe 14
  • 15. Best Practice: Continuously Deploy into UAT • For many businesses it is not feasible to continually be releasing to production • The cornerstone of Continuous Delivery is always being in a state that is ready to release • Establish a User Acceptance Test (UAT) area that is continually being updated with the most recent released software • UAT should closely model production as much as possible • Upon release to UAT business users should be notified of availability of a new release and which features are included • Releases do not overwrite one another, but should exist in tandem 15
  • 16. Best Practice: Governance/Security • Design in security and regulatory controls up front • Enforce controls through automation, self-service capabilities, risk profiling, continuous inspection • Non-App specific rules, policies, controls should be abstracted from development (as a Service) • Centrally stored and managed • Configurable • Auditable • Visible 16
  • 17. Best Practice: Reduce Work-in-Progress • Too much Work-in-Progress (WIP) affects quality and predictability of completion • Reducing WIP produces greater predictability for average lead time • Focus on a single task until completion increases quality of output • Only start new work once existing work is complete • Agile methods facilitate shorter durations for tasks • Bottlenecks more likely to be addressed if they result in resources sitting idle than if they can switch to other tasks • Leverage tools like Kanban to visualize WIP and manage backlog effectively • Capture and analyze metrics regarding velocity 17
  • 18. Best Practice: Fail Fast • Leverage Minimal Viable Product (MVP) • Qualify that work effort will lead to a usable output • Increase success velocity by quickly eliminating efforts that do not satisfy stated outcomes • Design for limited release • Test new features in production among subset of entire consumer base • Leverage Continuous Delivery to limit latency in release • Long feedback loops impair “fail fast” • Leverage cloud for speed and economics • Investments in infrastructure and software enforces “must make it work” mentality • Cloud keeps costs down and eliminates capital investments necessary to test innovations simplifying the decision to terminate 18
  • 19. Best Practice: Testing Center of Excellence • QA and Testing are not synonymous • QA qualifies release meets stated goals for release capabilities and features • Testing occurs throughout the SDLC • Embrace failure as inevitable • Too much time and money spent attempting to avoid failure • Focus on Mean-Time-to-Repair (MTTR) • Center of Excellence (CoE) responsibilities • Practice Management • Governance • Organization • Environment 19
  • 20. Top 5 Things To Go Do Today 1. Find a Problem Area • Achievable scope 2. Identify Bottlenecks • Value stream mapping 3. Gather Metrics • Establish baselines • Set targets 4. Reduce WIP • Improve flow 5. Deliver Small/Quick wins w/Business Impact • Increase trust & transparency • Create value 20
  • 21. 21

Editor's Notes

  • #20: • Practice Management – The CoE manages the workflow for testing as it crosses group boundaries. They ensure that releases are not moved forward to the next stage until it meets established levels of acceptance criteria. They also work with the various teams to schedule resources, which is key in environments where there is resource contention for testing environments. • Governance – The CoE is responsible for defining the testing goals and practices for any IT production deployment. It starts from the point of ideation, then moves to capturing and defining requirements, then to feature validation through quality assurance, user acceptance testing, and finally operational burn-in. • Organization – The CoE defines the roles and responsibilities for those involved in testing. Each business has varying levels of experienced personnel and budget that can be applied to testing, so this group leverages matrix management techniques to define a testing organization. • Environment – The CoE defines the configuration of the testing environment(s) for each project. Since one of the biggest issues plaguing continuous deployment and release management is configuration drift and inconsistent testing practices, the CoE works to ensure that testing is enacted on an environment that consistently moves closer to production the further along