Scrum and Kanban Compare and Contrast

Size: px
Start display at page:

Download "Scrum and Kanban Compare and Contrast"

Transcription

1 Scrum and Kanban Compare and Contrast CollabNet Webinar Series Presentation Victor Szalvay Sr. Director, ScrumWorks Engineering Wednesday - June 27, ENTERPRISE CLOUD DEVELOPMENT Copyright 2012 CollabNet, Inc. All Rights Reserved.

2 Who is Victor? Co-founder of Danube (2000), acquired by CollabNet (2010) Certified Scrum Trainer - early Agile adopter (2003) and evangelist Product Owner of ScrumWorks Pro Scrum (and now Kanban) project management software Insight into hundreds of organizations doing Scrum/Agile/Kanban 2 Copyright 2012 CollabNet, Inc. All Rights Reserved.

3 New to Scrum? Today s webinar focused on Kanban I recommend CollabNet s Scrum Training video series: 3 Copyright 2012 CollabNet, Inc. All Rights Reserved.

4 Kanban origins are Japanese manufacturing kan means signal ban means board or card Used by lean Japanese manufacturers like Toyota to build high quality products Taiichi Ohno inventor of Toyota Production System Kanban is everywhere, even at Starbucks. The coffee cup with the order written on the side is a Kanban! 4 Copyright 2012 CollabNet, Inc. All Rights Reserved.

5 It needs to be rooted in principles and culture Jeffrey Liker s Toyota Way book Distinguishes TPS (practices) from Toyota Way (principles) Conclusion: practices without principles are only mildly effective Liker writes: The problem, I believe, is that U.S. companies have embraced lean tools but do not understand what makes them work together in a system. Typically management adopts a few of the technical tools But they do not understand the power behind true TPS: the continuous improvement culture needed to sustain the principles of the Toyota Way. 5 Copyright 2012 CollabNet, Inc. All Rights Reserved.

6 Caution: Software is not manufacturing! Software industry is attempting to apply lean But software is not a Taylor-style, assembly line endeavor Rather there s high uncertainty and complexity with software development We cannot simply apply traditional kanban/lean practices straight from the TPS or other manufacturers We can, however, understand the principles and derive appropriate practices in our industry and individual companies It s a set of principles, not a strictly repeatable process 6 Copyright 2012 CollabNet, Inc. All Rights Reserved.

7 Kanban/Lean principles in software development Limit Work in Process (WIP) Pull system (via WIP limits) Make it visible (Visual Control) Theory of Constraints (optimize on overall throughput) Quality is built in from the beginning (small batches, stop the line) 7 Copyright 2012 CollabNet, Inc. All Rights Reserved.

8 One Kanban example WIP limit 8 Copyright 2012 CollabNet, Inc. All Rights Reserved.

9 How is this different from Scrum? Kanban is a continuous system with no iterations, and ideally no major releases (since value is streamed), no estimation Scrum is more prescriptive than Kanban Kanban has no prescribed roles, like Product Owner Kanban and Scrum both require teams to work together in a cross-functional manner 9 Copyright 2012 CollabNet, Inc. All Rights Reserved.

10 When Kanban? Kanban is more appropriate than Scrum for certain types of software dev where iterations have little value: A reactive group (e.g., Customer Emergency Response) Maintenance projects reacting to defect reports SaaS companies may benefit from Kanban because they can deploy to production frequently (value streaming) Teams willing to collaborate across roles in real time 10 Copyright 2012 CollabNet, Inc. All Rights Reserved.

11 Scrum is hard so we re trying kanban next True, kanban will probably result in fewer meetings Kanban still requires deep imprinting of principles/values on culture it s still a disruptive change I still recommend XP style engineering practices, Scrum or not Continuous Integration, Refactoring, test-oriented dev, pairing, etc. My preference: if Scrum is appropriate, I prefer it. Feedback loops are important for good product design 11 Copyright 2012 CollabNet, Inc. All Rights Reserved.

12 WIP Limits Cross-functional teams working together on small batches (e.g., user stories) from analysis to done. Kanban systems involve series of gated steps in the development process Example steps: analysis, code & dev testing, exploratory testing, performance testing, deployment Put limits on how many work items can exist in any one step Termed Work-In-Progress (WIP) Limits At any given step, you may not start on new work until the current WIP is finished If any one step is clogged, you are immediately aware of a bottleneck Short-term: the team is expected to take on other roles to get through the bottleneck Long-term bottlenecks: solve by staffing appropriately 12 Copyright 2012 CollabNet, Inc. All Rights Reserved.

13 Kanban is a pull system Step A WIP 2 Step B WIP 3 Doing Done Doing Done WIP WIP The downstream steps pull work from the upstream steps For instance, coders (step b) pull from work that s been analyzed (step a). Note, people can work on multiple steps. If work starts piling up you have a problem 13 Copyright 2012 CollabNet, Inc. All Rights Reserved.

14 Theory of Constraints Coding Step Testing Step Doing Done Doing Done WIP WIP Illustrated scenario: Testers cannot keep up with the Coders This creates a Queue of untested code The overall throughput of this system is limited by testing step Testing is under pressure and will likely cut corners 14 Copyright 2012 CollabNet, Inc. All Rights Reserved.

15 Quality is built in Do not send defective products to the next step/process Stop the line - Limiting WIP forces teams to deal with impediments and tackle root causes Testing is not an after-thought but a necessary, and limited, part of the value stream Smooth flow and throughput of value become the focus 15 Copyright 2012 CollabNet, Inc. All Rights Reserved.

16 One Piece Flow Individual work requests are pulled through a sequence of value adding activities as opposed to: Moving large batches of work between stages in a workflow Team is consciously working on fewer items simultaneously to make sure they get them done (completely) as opposed to: multi-threading to optimize role-level efficiency which piles up inventory downstream 16 Copyright 2012 CollabNet, Inc. All Rights Reserved.

17 A Stream of Value is the goal Includes all the steps to make and deploy a desired feature/product Stream implies there is a smooth, unbroken flow between steps Ideal goal: a continuous smooth flow of valuable new features into deployment (rather than chunked releases) The value stream involves everyone including the customers, ops, support, etc. not just development 17 Copyright 2012 CollabNet, Inc. All Rights Reserved.

18 Kanban in ScrumWorks Pro 6.0 Let s see it in action 18 Copyright 2012 CollabNet, Inc. All Rights Reserved.

19 Kanban features in ScrumWorks Pro 6.0 (available now) Custom artifact statuses These are your work states or steps Multi-lane view, one lane per status Addresses visibility Customizable WIP limits per status Addresses WIP per step Iteration-free team Addresses basic Kanban structure 19 Copyright 2012 CollabNet, Inc. All Rights Reserved.

20 Kanban metrics Cycle and Lead time Lead time: from requirement discovery to start of work Cycle time: from start of work to completion Goal: make lead and cycle times as low and predictable as possible 20 Copyright 2012 CollabNet, Inc. All Rights Reserved.

21 Feature enhancements in 6.0 My Tasks view (web) enhanced to allow full editing of tasks. Planning view (web) enhanced look and feel for better contrast and usability. Standalone backlog item editor (web) enhanced to display all tasks. Tasks may be edited and added from the standalone editor directly. Timesheets (desktop) enhanced to filter by date (rather than sprint) for both Sprint and Kanban style teams allowing greater flexibility in report generation. Timesheets (desktop) moved to the Product window s Team pane for greater accessibility. 21 Copyright 2012 CollabNet, Inc. All Rights Reserved.

22 Further reading Henrik Kniberg - Scrum and Kanban (free ebook) David Anderson Google books Jeffrey Liker Toyota Way Mary Poppendieck Google books, TOC page Blog on Cycle Time 22 Copyright 2012 CollabNet, Inc. All Rights Reserved.

23 Questions 23 Copyright 2012 CollabNet, Inc. All Rights Reserved.

24 Thank you Next Steps Collab.Net/AgileTraining Try ScrumWorks Pro: Monthly Agile Guru webinar 24 Copyright 2012 CollabNet, Inc. All Rights Reserved.

Kanban, Flow and Cadence

Kanban, Flow and Cadence Kanban, Flow and Cadence Karl Scotland 1 KFC Development Kanban Controlled Work Flow Effective Work Cadence Reliable Work 2 Kanban Controlling the Workflow 3 Definition Kanban (in kanji 看板 also in katakana

More information

Kanban In a Nutshell. Bob Galen President & Principal Consultant RGCG, LLC

Kanban In a Nutshell. Bob Galen President & Principal Consultant RGCG, LLC Kanban In a Nutshell Bob Galen President & Principal Consultant RGCG, LLC bob@rgalen.com Copyright 2015 RGCG, LLC 2 About Velocity Partners Better business through better software HQ in Seattle Nearshore

More information

Crystal Methodologies, Lean & Kanban

Crystal Methodologies, Lean & Kanban Crystal Methodologies, Lean & Kanban Robert Feldt Agile Dev Processes Course, 2011-05-16 Division of Software Engineering HOSE Lab (Human-fOcused SE) Different methodologies for different projects Cockburn

More information

Kanban One-Day Workshop

Kanban One-Day Workshop Kanban One-Day Workshop Copyright Net Objectives, Inc. All Rights Reserved 2 Copyright Net Objectives, Inc. All Rights Reserved 3 Lean for Executives Product Portfolio Management Business Product Owner

More information

This Thing Called Kanban

This Thing Called Kanban This Thing Called Kanban A presentation for Agile Richmond Slide 1 Announcing Innovate Virginia! Accelerate Delivery with Lean and Agile! Friday Sept 16, 2011 Lewis Ginter Botanical Gardens Leading experts

More information

THE SCRUM FRAMEWORK 1

THE SCRUM FRAMEWORK 1 THE SCRUM FRAMEWORK 1 ROLES (1) Product Owner Represents the interests of all the stakeholders ROI objectives Prioritizes the product backlog Team Crossfunctional Self-managing Self-organizing 2 ROLES

More information

AGILE MARKETING WITH KANBAN BOARDS. Created by Femi Olajiga - Agile Marketing Coach and Team Effectiveness Trainer

AGILE MARKETING WITH KANBAN BOARDS. Created by Femi Olajiga - Agile Marketing Coach and Team Effectiveness Trainer AGILE MARKETING WITH KANBAN BOARDS Created by Femi Olajiga - Agile Marketing Coach and Team Effectiveness Trainer 1 WHAT IS KANBAN? A BRIEF HISTORY Agile way of working is not restricted to software development

More information

Lean-Thinking. Re-Defined. Going Beyond Toyota. Alan Shalloway.

Lean-Thinking. Re-Defined. Going Beyond Toyota. Alan Shalloway. 1 Copyright 2007 Net Objectives. All Rights Reserved. 20 May 2009 Lean-Thinking info@netobjectives.com www.netobjectives.com Re-Defined Going Beyond Toyota Alan Shalloway 2 Copyright 2008 Net Objectives.

More information

l e a n Lean Software Development software development Faster Better Cheaper

l e a n Lean Software Development software development Faster Better Cheaper software development Lean Software Development Faster Better Cheaper mary@poppendieck.com Mary Poppendieck www.poppendieck.com Characteristics of Lean Companies: 1. They don t call themselves Lean The

More information

MTAT Software Engineering Management

MTAT Software Engineering Management MTAT.03.243 Software Engineering Management Lecture 11: Flow-based (KANBAN) Principles and Processes Dietmar Pfahl Spring 2014 email: dietmar.pfahl@ut.ee Structure of Lecture 11 Flow-based agile development

More information

UBT Kanban System Whitepaper V1.02

UBT Kanban System Whitepaper V1.02 UBT Kanban System Whitepaper V1.02 This whitepaper has been written to give you an overview of the Kanban system. Page 1 of 6 INTRODUCTION KANBAN SYSTEM WHITEPAPER In the late 1940s, Toyota discovered

More information

The Kanban Applied Guide

The Kanban Applied Guide The Kanban Applied Guide Official Guide to Applying Kanban as a Process Framework May 2018 2018 Kanban Mentor P a g e 1 Table of Contents Purpose of the Kanban Applied Guide... 3 Kanban Applied Principles...

More information

How Can Testing Teams Play a Key Role in DevOps Adoption?

How Can Testing Teams Play a Key Role in DevOps Adoption? June 3, 2016 How Can Testing Teams Play a Key Role in DevOps Adoption? Sujay Honnamane QA Director @sujayh Rameshkumar Bar Sr. Automation Architect @rameshbar 2016 Cognizant Session take away DevOps Overview

More information

Which one? It all comes down to complexity. Scrum - Kanban Cage Match. Kanban. Scrum Ben Day. The Tale of the Tape. Scrum and Kanban Cage Match

Which one? It all comes down to complexity. Scrum - Kanban Cage Match. Kanban. Scrum Ben Day. The Tale of the Tape. Scrum and Kanban Cage Match - Kanban Cage Match The Tale of the Tape and Kanban Cage Match Ben Day Benjamin Day Consulting, Inc. David Starr Pluralsight Ben Day benday@benday.com @benday Blog: blog.benday.com 175 lbs. 5 8 Kanban

More information

Driving a Kaizen Culture

Driving a Kaizen Culture David J. Anderson GOTO Copenhagen May 2011 Driving a Kaizen Culture using regular Operations Reviews Agile Management Book What brought us to Kanban is described in this first book And New Kanban Book

More information

SAFe Atlassian Style (Updated version with SAFe 4.5) Whitepapers & Handouts

SAFe Atlassian Style (Updated version with SAFe 4.5) Whitepapers & Handouts SAFe Atlassian Style (Updated version with SAFe 4.5) Whitepapers & Handouts Exported on 09/12/2017 1 Table of Contents 1 Table of Contents...2 2 Abstract...4 3 Who uses SAFe and Why?...5 4 Understanding

More information

Software Engineering I (02161)

Software Engineering I (02161) Software Engineering I (02161) Week 8 Assoc. Prof. Hubert Baumeister DTU Compute Technical University of Denmark Spring 2016 Last Week State machines Layered Architecture: GUI Layered Architecture: Persistency

More information

FROM VSTS TO AZURE DEVOPS

FROM VSTS TO AZURE DEVOPS #DOH18 FROM VSTS TO AZURE DEVOPS People. Process. Products. Gaetano Paternò @tanopaterno info@gaetanopaterno.it 2 VSTS #DOH18 3 Azure DevOps Azure Boards (ex Work) Deliver value to your users faster using

More information

Ready for Scrum? Steve Hutchison DISA T&E

Ready for Scrum? Steve Hutchison DISA T&E Ready for Scrum? Steve Hutchison DISA T&E Presentation Tasks Backlog In Progress Done Scrum Overview Role of Testing in Scrum Agile Testing Summary 2 Scrum Overview Software development framework focused

More information

Enterprise Architect. User Guide Series. Project Management. Author: Sparx Systems. Date: 19/03/2018. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Project Management. Author: Sparx Systems. Date: 19/03/2018. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Project Management Author: Sparx Systems Date: 19/03/2018 Version: 1.0 CREATED WITH Table of Contents Project Management Kanban Features MDG Technology for Kanban

More information

Business Driven Software Development

Business Driven Software Development Business Driven Software Development A Lean-Agile Approach to Software Development copyright 2010. Net Objectives, Inc. Times Have Changed Big companies used to be king Now it s the smaller guys How can

More information

Enterprise Architect. User Guide Series. Kanban Features

Enterprise Architect. User Guide Series. Kanban Features Enterprise Architect User Guide Series Kanban Features Use the highly flexible Kanban facility in Sparx Systems Enterprise Architect for dynamic, easy-to-view project management of, for example, strategic

More information

Enterprise Architect. User Guide Series. Kanban Features. Author: Sparx Systems. Date: 19/03/2018. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Kanban Features. Author: Sparx Systems. Date: 19/03/2018. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Kanban Features Author: Sparx Systems Date: 19/03/2018 Version: 1.0 CREATED WITH Table of Contents Kanban Features MDG Technology for Kanban Kanban Tasks Kanban Diagram

More information

About Us. Services CONSULTING OUTSOURCING TRAINING MENTORING STAFF AUGMENTATION 9/9/2016

About Us. Services CONSULTING OUTSOURCING TRAINING MENTORING STAFF AUGMENTATION 9/9/2016 About Us Incorporated in January, 2003 QA and QC in expertise focused on functional, performance and application security validation HPE Software Gold Partner, HPE Authorized Software Support Partner &

More information

Kanban & Making Your Production Scream

Kanban & Making Your Production Scream Kanban & Making Your Production Scream Presented by Clinton Keith Clinton Keith Takeaway Provide you with another set of tools for production Demonstrate how Kanban is being used successfully today in

More information

LESSONS LEARNED: BEING AGILE IN THE WATERFALL SANDBOX

LESSONS LEARNED: BEING AGILE IN THE WATERFALL SANDBOX www.twitter.com/telerik www.facebook.com/telerik LESSONS LEARNED: BEING AGILE IN THE WATERFALL SANDBOX Philip Japikse (@skimedic) phil.japikse@telerik.com www.skimedic.com/blog MVP, MCSD.Net, MCDBA, CSM,

More information

Bob Galen. Bob began as a developer, then moved to Project Management and Leadership, then Testing.

Bob Galen. Bob began as a developer, then moved to Project Management and Leadership, then Testing. Bob Galen Mr. Galen has 30 years of experience with various lifecycles including waterfall variants, RUP, Agile, and Chaos! He has worked in industry domains including SaaS, Medical, Financial Services,

More information

Agile Accessibility. Presenters: Ensuring accessibility throughout the Agile development process

Agile Accessibility. Presenters: Ensuring accessibility throughout the Agile development process Agile Accessibility Ensuring accessibility throughout the Agile development process Presenters: Andrew Nielson, CSM, PMP, MPA Ann Marie Davis, CSM, PMP, M. Ed. Cammie Truesdell, M. Ed. Overview What is

More information

Enterprise Architect. User Guide Series. Kanban Features. Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Kanban Features. Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Kanban Features Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH Table of Contents Kanban Features 3 MDG Technology for Kanban 11 Kanban Tasks 14

More information

Continual Improvement Your Way!

Continual Improvement Your Way! Continual Improvement Your Way! Taking Your Team To New Heights With Kanban For the Project Management Institute Heartland Chapter It s Great To Meet You! @ Work 2 Continual Improvement Your Way! Taking

More information

02291: System Integration

02291: System Integration 02291: System Integration Week 10 Hubert Baumeister huba@dtu.dk DTU Compute Technical University of Denmark Spring 2018 Last Week Principles of good design: layered architecture Software Development Processes

More information

Getting Started with the Salesforce Agile Accelerator

Getting Started with the Salesforce Agile Accelerator Getting Started with the Salesforce Agile Accelerator Salesforce, Summer 16 @salesforcedocs Last updated: April 14, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

A Little Lean with Kanban

A Little Lean with Kanban A Little Lean with Kanban Introduction What is it? What Problem? Why Kanban? How Benefits Path To Agility Tim Wingfield Email: tim@timwingfield.com Blog: blog.timwingfield.com Twitter: timwingfield Hockey,

More information

Testing in the Agile World

Testing in the Agile World Testing in the Agile World John Fodeh Solution Architect, Global Testing Practice 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Outline

More information

Adopting Agile Practices

Adopting Agile Practices Adopting Agile Practices Ian Charlton Managing Consultant ReleasePoint Software Testing Solutions ANZTB SIGIST (Perth) 30 November 2010 Tonight s Agenda What is Agile? Why is Agile Important to Testers?

More information

SAFe AGILE TRAINING COURSES

SAFe AGILE TRAINING COURSES SAFe AGILE TRAINING COURSES INDEX INTRODUCTION COURSE Implementing SAfe Leading SAFe SAFe for Teams SAFe Scrum Master CERTIFICATION SAFe Program Consultant SAFe Agilist SAFe Practitioner SAFe Scrum Master

More information

[PDF] Agile Project Management With Kanban (Developer Best Practices)

[PDF] Agile Project Management With Kanban (Developer Best Practices) [PDF] Agile Project Management With Kanban (Developer Best Practices) Use Kanban to maximize efficiency, predictability, quality, and value With Kanban, every minute you spend on a software project can

More information

Bringing QA Into the Agile Process

Bringing QA Into the Agile Process Quality Assurance - SCQAA-OC 2/17/09 Bringing QA Into the Process SCQAA Meeting 2/17/09 Speaker: Paul Hodgetts, Logic, www.logic.com Rev 090217 Your Speaker: Paul Hodgetts Team coach, trainer, consultant,

More information

The Scaled Agile Framework

The Scaled Agile Framework The Scaled Agile Framework Foundations of the Scaled Agile Framework (SAFe) SDJug Oct. 15, 2013 2008-2013 Leffingwell, LLC, and Scaled Agile, Inc. All rights reserved. Armond Mehrabian Enterprise Agile

More information

Performance Engineering in Agile February 9, 2016

Performance Engineering in Agile February 9, 2016 Performance Engineering in Agile February 9, 2016 Brought to you by Vivit Performance Engineering SIG Leaders: Todd DeCapua, Petar Puskarich, Paul Shovlin and Chris Trimper http://bit.ly/vivitpe Hosted

More information

Follow

Follow Follow me: @lukaspman «Every company is a software company» Every company is a software company (7) years 43 years 73 years 8 years 20 years 89 years 71M 36M 13M 1500k 857k 697k $44Mrd $18Mrd $21Mrd $24Mrd

More information

Enterprise Architect. User Guide Series. Project Management. Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Project Management. Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Project Management Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH Table of Contents Project Management Kanban Features MDG Technology for Kanban

More information

Test Automation Strategies in Continuous Delivery. Nandan Shinde Test Automation Architect (Tech CoE) Cognizant Technology Solutions

Test Automation Strategies in Continuous Delivery. Nandan Shinde Test Automation Architect (Tech CoE) Cognizant Technology Solutions Test Automation Strategies in Continuous Delivery Nandan Shinde Test Automation Architect (Tech CoE) Cognizant Technology Solutions The world of application is going through a monumental shift.. Evolving

More information

Testing in an Agile Environment Understanding Testing role and techniques in an Agile development environment. Just enough, just in time!

Testing in an Agile Environment Understanding Testing role and techniques in an Agile development environment. Just enough, just in time! Testing in an Agile Environment Understanding Testing role and techniques in an Agile development environment. Just enough, just in time! Today s Topics How the Tester s Role Changes in Agile Testing in

More information

Team Foundation Consulting. Training. Team Member Training User training designed to cater for specific roles within your team. Developer TFVC / Git

Team Foundation Consulting. Training. Team Member Training User training designed to cater for specific roles within your team. Developer TFVC / Git Team Foundation Consulting Training Team Member Training User training designed to cater for specific roles within your team. Project Manager Developer TFVC / Git Tester DevOps End-to-End ALM Application

More information

Introduction to User Stories. CSCI 5828: Foundations of Software Engineering Lecture 05 09/09/2014

Introduction to User Stories. CSCI 5828: Foundations of Software Engineering Lecture 05 09/09/2014 Introduction to User Stories CSCI 5828: Foundations of Software Engineering Lecture 05 09/09/2014 1 Goals Present an introduction to the topic of user stories concepts and terminology benefits and limitations

More information

Barely Sufficient Project Management

Barely Sufficient Project Management Barely Sufficient Project Management A few techniques for improving your scientific software development efforts HPC Best Practices Webinar Series Michael A. Heroux Senior Scientist, Sandia National Laboratories

More information

Quick Start Guide. Application Lifecycle Management with CollabNet Enterprise Edition 4.5

Quick Start Guide. Application Lifecycle Management with CollabNet Enterprise Edition 4.5 Quick Start Guide Application Lifecycle Management with CollabNet Enterprise Edition 4.5 Table of Contents Application Lifecycle Management...1 Creating a project from a project template...5 Modifying

More information

Kanban Workshop 2 Days

Kanban Workshop 2 Days Kanban Workshop 2 Days Kanban methods have increased in popularity. Going beyond the manufacturing origins, more and more teams in information technology are adopting the practices. Kanban methods go beyond

More information

Struggling to Integrate Selenium into Your Ice Age Test Management Tools?

Struggling to Integrate Selenium into Your Ice Age Test Management Tools? WWW.PLUTORA.COM SOLUTION BRIEF Struggling to Integrate Selenium into Your Ice Age Test Management Tools? You want Selenium. Your team wants Selenium. But your outdated testing tools don t work with it.

More information

Collaboration at Scale: Prioritizing a Backlog. 13-Dec-2017

Collaboration at Scale: Prioritizing a Backlog. 13-Dec-2017 Collaboration at Scale: Prioritizing a Backlog 13-Dec-2017 Collaboration at Scale Designed for Scrum-centric organizations with more than 10 Scrum teams, the Collaboration at Scale webinar series provides

More information

Scrum & Kanban Better Together? Some Scrum/Kanban Myths & What Professional Scrum+Kanban can look like

Scrum & Kanban Better Together? Some Scrum/Kanban Myths & What Professional Scrum+Kanban can look like Scrum & Kanban Better Together? Some Scrum/Kanban Myths & What Professional Scrum+Kanban can look like Dave West Product Owner & CEO Scrum.org Dave.West@scrum.org @DavidJWest Yuval Yeret Enterprise Lean/Agile

More information

A CONFUSED TESTER IN AGILE WORLD

A CONFUSED TESTER IN AGILE WORLD A CONFUSED TESTER IN AGILE WORLD QA A LIABILITY OR AN ASSET THIS IS A WORK OF FACTS & FINDINGS BASED ON TRUE STORIES OF ONE & MANY TESTERS!! J Presented By Ashish Kumar, A STORY OF TESTING. WHAT S AHEAD

More information

Move Performance Testing to the Next Level with HP Performance Center September 11, Copyright 2013 Vivit Worldwide

Move Performance Testing to the Next Level with HP Performance Center September 11, Copyright 2013 Vivit Worldwide Move Performance Testing to the Next Level with HP Performance Center September 11, 2013 Copyright 2013 Vivit Worldwide Brought to you by Copyright 2013 Vivit Worldwide Hosted by Megan Shelton Vivit Performance

More information

DOWNLOAD OR READ : SUCCEEDING WITH AGILE SOFTWARE DEVELOPMENT USING SCRUM ADDISON WESLEY SIGNATURE PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : SUCCEEDING WITH AGILE SOFTWARE DEVELOPMENT USING SCRUM ADDISON WESLEY SIGNATURE PDF EBOOK EPUB MOBI DOWNLOAD OR READ : SUCCEEDING WITH AGILE SOFTWARE DEVELOPMENT USING SCRUM ADDISON WESLEY SIGNATURE PDF EBOOK EPUB MOBI Page 1 Page 2 succeeding with agile software development using scrum addison wesley

More information

Azure DevOps. Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region

Azure DevOps. Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region Azure DevOps Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region What is DevOps? People. Process. Products. Build & Test Deploy DevOps is the union of people, process, and products to

More information

Defining Done in User Stories

Defining Done in User Stories This article originally appeared on Artima Developer on Wednesday, January 6, 2010. To access it online, visit: http://www.artima.com/articl es/defining_done.html Defining Done in User Stories By Victor

More information

Certified Kanban Management Professional - KMPI. Certification-led

Certified Kanban Management Professional - KMPI. Certification-led Certified Kanban Management Professional - KMPI Vertical Type Sub-Category Technology Certification-led Kanban Welcome Note Hello there You've considered embarking on an exciting journey to strengthen

More information

The Kanban Playbook: A Step-by-Step Guideline For The Lean Practitioner (The LEAN Playbook Series) By Chris A. Ortiz

The Kanban Playbook: A Step-by-Step Guideline For The Lean Practitioner (The LEAN Playbook Series) By Chris A. Ortiz The Kanban Playbook: A Step-by-Step Guideline For The Lean Practitioner (The LEAN Playbook Series) By Chris A. Ortiz If you are searched for a ebook by Chris A. Ortiz The Kanban Playbook: A Step-by-Step

More information

(Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info

(Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info (Complete Package) WEB APP TESTING DB TESTING We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info START DATE : TIMINGS : DURATION : TYPE OF BATCH : FEE : FACULTY NAME

More information

Scaling Lean Agile Development

Scaling Lean Agile Development Scaling Lean Agile Development Myths and Ideologies Meet the Scaled Agile Framework Dean Leffingwell deanleffingwell@gmail.com DeanLeffingwell.com ScalingSoftwareAgilityblog.com 2009-2012 Leffingwell,

More information

Accelerate High-Quality App Delivery with the Micro Focus DevOps Suite March 28, 2018

Accelerate High-Quality App Delivery with the Micro Focus DevOps Suite March 28, 2018 Accelerate High-Quality App Delivery with the Micro Focus DevOps Suite March 28, 2018 Today s Speakers: David Landsberg Director of Product Management Micro Focus Ayal Cohen Chief Functional Architect

More information

Integrated Design & Development

Integrated Design & Development Integrated Design & Development Shawn Crowley 1 Atomic is a consultancy and handles many types of projects. Challenges we face may be different. agile and technical excellence, predictable delivery via

More information

Designed in collaboration with Infosys Limited

Designed in collaboration with Infosys Limited Proposal for Introduction of New Industry Course in Engineering Curriculum Agile Software Development - Deliver Software Better Everyday Designed in collaboration with Infosys Limited Version 1-2016 Contents

More information

should I Link, or should I sync? OSLC Webinar June-19, 11 am (ET)

should I Link, or should I sync? OSLC Webinar June-19, 11 am (ET) should I Link, or should I sync? OSLC Webinar June-19, 2013 @ 11 am (ET) Mats Berglund Enterprise Architect 20+ years experience in System and SW development tools for telecom R&D Setting the scene Project

More information

Inside JIRA scheme, everything can be configured, and it consists of. This section will guide you through JIRA Issue and it's types.

Inside JIRA scheme, everything can be configured, and it consists of. This section will guide you through JIRA Issue and it's types. JIRA Tutorial What is JIRA? JIRA is a tool developed by Australian Company Atlassian. It is used for bug tracking, issue tracking, and project management. The name "JIRA" is actually inherited from the

More information

ICAgile Learning Roadmap Agile Testing Track

ICAgile Learning Roadmap Agile Testing Track ICAgile Learning Roadmap Agile Testing Track The work in this document was facilitated by the International Consortium for Agile (ICAgile) and done by the contribution of various Agile Experts and Practitioners.

More information

Agile Software Development. Software Development Methodologies. Who am I? Waterfall. John York JOHN YORK EECS 441 FALL 2017 A BRIEF LOOK

Agile Software Development. Software Development Methodologies. Who am I? Waterfall. John York JOHN YORK EECS 441 FALL 2017 A BRIEF LOOK Who am I? John York Agile Software Development JOHN YORK Director of Engineering at ProQuest Dialog Chief Technologist SpellBound AR A Computer Engineer from the University of Michigan! An agile development

More information

Exam Questions

Exam Questions Exam Questions 70-498 Delivering Continuous Value with Visual Studio 2012 Application Lifecycle Management https://www.2passeasy.com/dumps/70-498/ 1. You are the application architect on your team. You

More information

Agile Software Development. Software Development Methodologies. Who am I? Waterfall. John York JOHN YORK EECS 441 WINTER 2018 A BRIEF LOOK

Agile Software Development. Software Development Methodologies. Who am I? Waterfall. John York JOHN YORK EECS 441 WINTER 2018 A BRIEF LOOK Agile Software Development JOHN YORK EECS 441 WINTER 2018 John York Director of Engineering at ProQuest Dialog Chief Technologist SpellBound AR A Computer Engineer from the University of Michigan! An agile

More information

Agile Software Development Agile UX Work. Kati Kuusinen TUT / Pervasive / IHTE

Agile Software Development Agile UX Work. Kati Kuusinen TUT / Pervasive / IHTE Agile Software Development Agile UX Work Kati Kuusinen Researcher @ TUT / Pervasive / IHTE kati.kuusinen@tut.fi Contents 1. Introduction / Motivation 2. Agile software development 3. User experience work

More information

Administering SQL Servers for Development Teams. Mike Acord & Tony Sebion Omni Resources

Administering SQL Servers for Development Teams. Mike Acord & Tony Sebion Omni Resources Administering SQL Servers for Development Teams Mike Acord & Tony Sebion Omni Resources Omni Resources Solutions Group Mike Acord Senior Architect Solutions Group, Omni Resources Tony Sebion Director Solutions

More information

Software Engineering I (02161)

Software Engineering I (02161) Software Engineering I (02161) Week 9: Layered Architecture Persistency Layer; Software Development Process Assoc. Prof. Hubert Baumeister DTU Compute Technical University of Denmark Spring 2017 Recap

More information

JIRA 5.x, first steps

JIRA 5.x, first steps JIRA 5.x, first steps Table of Contents: 1.) Change History:... 2 2.) URL:... 3 3.) Login:... 3 4.) Setting user profile:... 3 5.) Using filters:... 4 a) Changing existing filters... 5 6.) Configuring

More information

LEVERAGING VISUAL STUDIO TEAM SYSTEM 2008 Course LTS08: Five days; Instructor-Led Course Syllabus

LEVERAGING VISUAL STUDIO TEAM SYSTEM 2008 Course LTS08: Five days; Instructor-Led Course Syllabus LEVERAGING VISUAL STUDIO TEAM SYSTEM 2008 Course LTS08: Five days; Instructor-Led Course Syllabus INTRODUCTION This five-day, instructor-led course provides students with the knowledge and skills to effectively

More information

[PDF] Kanban: The Kanban Guide For The Business, Agile Project Manager, Scrum Master, Product Owner, And Development Support Team

[PDF] Kanban: The Kanban Guide For The Business, Agile Project Manager, Scrum Master, Product Owner, And Development Support Team [PDF] Kanban: The Kanban Guide For The Business, Agile Project Manager, Scrum Master, Product Owner, And Development Support Team Creating the most efficient system for your business, development team,

More information

Shift Left Testing: are you ready? Live Webinar, Sept 19

Shift Left Testing: are you ready? Live Webinar, Sept 19 Shift Left Testing: are you ready? Live Webinar, Sept 19 Guy Arieli CTO, Experitest 01 What exactly is Shift Left? Agenda 02 03 How Shift Left affects application development & testing organizational structures

More information

DevOps Agility in the Evolving Cloud Services Landscape

DevOps Agility in the Evolving Cloud Services Landscape DevOps Agility in the Evolving Cloud Services Landscape Kiran Chitturi CTO Architect, Sungard Availability Services @nkchitturi Kiran Chitturi Architect in the Office of the CTO Focus on DevOps and cloud

More information

CERTIFIED KANBAN FOUNDATION. Certification-led

CERTIFIED KANBAN FOUNDATION. Certification-led CERTIFIED KANBAN FOUNDATION Vertical Type Sub-Category Technology Certification-led Kanban Welcome Note Hello there You've considered embarking on an exciting journey to strengthen your professional status

More information

Certified Kanban Management Professional - KMPII. Certification-led

Certified Kanban Management Professional - KMPII. Certification-led Certified Kanban Management Professional - KMPII Vertical Type Sub-Category Technology Certification-led Kanban Welcome Note Hello there You've considered embarking on an exciting journey to strengthen

More information

David Bernstein Five Development Practices Essential for Scrum Teams

David Bernstein Five Development Practices Essential for Scrum Teams David Bernstein Five Development Practices Essential for Scrum Teams 1 Welcome! I m David Scott Bernstein Software developer since 1980 Trained 8,000 developers since 1990 Published author since 2015 Website:

More information

IT4IT - Semantische Integrationsarchitektur für die IT

IT4IT - Semantische Integrationsarchitektur für die IT IT-Governance und Strategisches Informationsmanagement im Öffentlichen Sektor IT4IT - Semantische Integrationsarchitektur für die IT OpenGroup Fachgruppe IT4IT Georg Bock, Senior Director of Strategy,

More information

By Camille Spruill SPC4, SA, CSM, PMP, CBAP. Raleigh Business Analysis Development Day (RBADD) October 18 th, 2016

By Camille Spruill SPC4, SA, CSM, PMP, CBAP. Raleigh Business Analysis Development Day (RBADD) October 18 th, 2016 By Camille Spruill SPC4, SA, CSM, PMP, CBAP Raleigh Business Analysis Development Day (RBADD) October 18 th, 2016 LLC 1 Presenter Camille Spruill, SPC4, SA, CSM, PMP, CBAP Founder of eztagile, LLC Chief

More information

<Insert Picture Here> CxP Design Sprint

<Insert Picture Here> CxP Design Sprint CxP Design Sprint Maria Fernandez Trevino Agenda Intro to Agile The design sprint Unified design board Daily schedule options Product Owner: Tim Scrum Master: Maria elopment

More information

Database Engineering. Percona Live, Amsterdam, September, 2015

Database Engineering. Percona Live, Amsterdam, September, 2015 Database Engineering Percona Live, Amsterdam, 2015 September, 2015 engineering, not administration 2 yesterday s DBA gatekeeper master builder superhero siloed specialized 3 engineering quantitative interdisciplinary

More information

Agile Load Testing using StormRunner Load September 15, Copyright 2016 Vivit Worldwide

Agile Load Testing using StormRunner Load September 15, Copyright 2016 Vivit Worldwide Agile Load Testing using StormRunner Load September 15, 2016 Copyright 2016 Vivit Worldwide Brought to you by Copyright 2016 Vivit Worldwide Hosted By Matt Angerer Sr. Solution Architect ResultsPositive

More information

Story Writing Basics

Story Writing Basics Jimi Fosdick, PMP, CST Agile Process Mentor jfosdick@collab.net 503.248.0800 Story Writing Basics [A user story is] a promise for a future conversation -Alistair Cockburn 1 Welcome Welcome to our ScrumCore

More information

Hands-On Lab. Agile Planning and Portfolio Management with Team Foundation Server Lab version: Last updated: 11/25/2013

Hands-On Lab. Agile Planning and Portfolio Management with Team Foundation Server Lab version: Last updated: 11/25/2013 Hands-On Lab Agile Planning and Portfolio Management with Team Foundation Server 2013 Lab version: 12.0.21005.1 Last updated: 11/25/2013 CONTENTS OVERVIEW... 3 EXERCISE 1: AGILE PROJECT MANAGEMENT... 4

More information

Microsoft 365 powered device webinar series Microsoft 365 powered device Assessment Kit. Alan Maddison, Architect Amit Bhatia, Architect

Microsoft 365 powered device webinar series Microsoft 365 powered device Assessment Kit. Alan Maddison, Architect Amit Bhatia, Architect Microsoft 365 powered device webinar series Microsoft 365 powered device Assessment Kit Alan Maddison, Architect Amit Bhatia, Architect Why did we create the Assessment kit? Assessment objectives Assess

More information

Responsive Redesign dispatch.com 10tv.com thisweeknews.com

Responsive Redesign dispatch.com 10tv.com thisweeknews.com Responsive Redesign 2014 dispatch.com 10tv.com thisweeknews.com Project Goals Establish a one web content strategy Share templates and interaction design patterns across brands Provide enough flexibility

More information

Scrums effects on software maintainability and usability

Scrums effects on software maintainability and usability Scrums effects on software maintainability and usability Gustav Ernberg guser350@student.liu.se January 19, 2015 Synposis I have been working as a web developer with advanced web applications on a number

More information

Better (Small) Software Teams. Michael A. Heroux

Better (Small) Software Teams. Michael A. Heroux Better (Small) Software Teams Michael A. Heroux Outline Small Team Models, Challenges. Agile workflow management for small teams Intro to terminology and approaches Overview of Kanban Free tools: Trello,

More information

Kanban Kickstart Geeknight. Jesper Boeg, Agile/Lean Coach, VP Trifork Agile Excellence Twitter: J_Boeg

Kanban Kickstart Geeknight. Jesper Boeg, Agile/Lean Coach, VP Trifork Agile Excellence Twitter: J_Boeg Kanban Kickstart Geeknight Jesper Boeg, Agile/Lean Coach, VP Trifork Agile Excellence jbo@trifork.com Twitter: J_Boeg Agenda Introduction + Advertisement (15 min.) A Couple of War Stories The 5 Principles

More information

Agile Portfolio Management (Developer Best Practices) PDF

Agile Portfolio Management (Developer Best Practices) PDF Agile Portfolio Management (Developer Best Practices) PDF Agile development processes foster better collaboration, innovation, and results. So why limit their use to software projectsâ when you can transform

More information

Cloudreach Data Center Migration Services

Cloudreach Data Center Migration Services Cloudreach Data Center Migration Services High Velocity Migration to Leverage Full Benefits of the Cloud The Cloud is Inevitable Cloudreach believe it is not about if, but when enterprises move their IT

More information

Testing Agile Projects Stuart Reid

Testing Agile Projects Stuart Reid ing Agile Projects Stuart Reid ing Solutions Group 117-119 Houndsditch London EC3A 7BT UK sreid@ing-solutions.com www.ing-solutions.com Stuart Reid, 2011 Scope Agile Manifesto and Principles An Agile Development

More information

Creating a Hybrid Gateway for API Traffic. Ed Julson API Platform Product Marketing TIBCO Software

Creating a Hybrid Gateway for API Traffic. Ed Julson API Platform Product Marketing TIBCO Software Creating a Hybrid Gateway for API Traffic Ed Julson API Platform Product Marketing TIBCO Software Housekeeping Webinar Recording Today s webinar is being recorded and a link to the recording will be emailed

More information

Scaling agile with Atlassian and SAFe

Scaling agile with Atlassian and SAFe + Scaling agile with Atlassian and SAFe Dan Radigan Senior Agile Coach Atlassian Brandon Huff VP Agile Software Solutions cprime Swati Jain VP Business Process Solutions cprime SCALING AGILE WITH ATLASSIAN

More information

Get Good at DevOps: Feature Flag Deployments with ASP.NET, WebAPI, & JavaScript

Get Good at DevOps: Feature Flag Deployments with ASP.NET, WebAPI, & JavaScript Visual Studio Live! Redmond 2016 Get Good at DevOps: Feature Flag Deployments with ASP.NET, WebAPI, & JavaScript Benjamin Day www.benday.com Benjamin Day Brookline, MA Consultant, Coach, & Trainer Microsoft

More information

Everything You Need to Know About Kanban Boards

Everything You Need to Know About Kanban Boards Everything You Need to Know About Kanban Boards smartsheet.com/visualize-your-do-list-using-kanban-boards-optimize-workflow August 12, 2016 With its roots in Japan, Kanban is an increasingly popular way

More information