A SDLC Software Development Lifecycle It s a set of tools, artifacts, and work practices an organization uses to create software.

Size: px
Start display at page:

Download "A SDLC Software Development Lifecycle It s a set of tools, artifacts, and work practices an organization uses to create software."

Transcription

1 1

2 A SDLC Software Development Lifecycle It s a set of tools, artifacts, and work practices an organization uses to create software. That SDLC is integrated into a workflow process within the organization to get the requirements gathered, the software built, the testing done, the bugs fixed. As an example I m going to talk about scrum 2

3 What is scrum: 3 roles 3 rituals 3 artifacts 3

4 It matters, because companies spend billions of dollars on software each year. The Standish Group (1995) reported that companies spent over $250 billion on application development of approximately 175 thousand projects. Certainly this has expanded greatly in the almost 20 years since. We get a better end product, a better development outcome, and a standardized process where scope expectations are clear, deliverables are clear, and team roles are clear. Organizations that have an intentional software development process have a much better chance of producing software with quality, that meets customers needs, on a repeating basis. Coordination of large teams -We can facilitate large teams working on a project together, but we can only do that if it s done in an organized and efficient manner. 4

5 Was the SDLC used by organizations for project creation the same as for project maintenance? Were the strengths of the SDLC used for project creation consistent with the needs of the team for software maintenance? 5

6 6

7 As I mentioned before, billions, maybe trillions of dollars are spent on software development yearly. Selecting the right methodology can have a significant impact on project cost and quality Picking any methodology reduces cost, risk, uncertainty, disorganization, poor requirements and poor quality 7

8 There are some companies that have no methodology. So they probably can t build repeatable software on larger scale. SDLCS support certifications like ISO9001, CMM Contracts with some governments or other institutions 8

9 AlisterCockburn in his paper Selecting a Project s Methodology talked about reducing the controversy over methodologies, by breaking it down to the dimensions along which they vary. He starts out with Staff size and system criticality. A larger group needs a larger methodology A larger project needs more rigor And more formal methods More defined roles for team members 9

10 A more critical system needs more publicly visible correctness the idea of transparency into the project His definition of criticality was pretty clear-cut. Loss of comfort Loss of discretionary money Loss of irreplaceable money Loss of Life From this principal the team can justify greater development expenses as the criticality increases. A relatively small increase in methodology size or density adds a relatively large amount of project cost For example adding daily standups to improve communication and reduce uncertainty costs 15minutes per day per employee in the project. (3% of the work day) More planning meetings to mitigate the risk of complexity / uncertainty also cost more time.. My favorite quote All methodology is based on fears (Kent Beck) Afraid designers will leave write extensive design doc Afraid programmers will make mistakes hold code reviews 10

11 Todd Little in 2005 wrote a paper titled Context-Adaptive Agility: Managing Complexity and Uncertainty. Using this matrix they categorized projects. Dogs simple projects, low uncertainty Colts simple projects, high uncertainty Cows complex projects, low uncertainty Bulls complex projects, high uncertainty Using this matrix they developed a core set of work practices that were used on every project. Then depending on complexity or uncertainty they added other practices. 11

12 Here you can see the drivers of a projects complexity 12

13 And here you can see the drivers of project uncertainty 13

14 In little s core practices he had Aggregate Product Plan target date, high level prioritized set features, product vision Feature List (must have, should have, could have) Quality agreement set the expectation Continuous integration Expert user involvement Project dashboard 14

15 To the core work practices they added: Colts Add short iterations Daily stand-up meetings Automated unit tests Cows Requirements management Functional specifications of interfaces Critical-Path identification Bulls Colts + Cows Seasoned Project manager Summary: Project SDLC didn t really change (they use Agile, but they add artifacts and rigor based upon complexity & uncertainty. 15

16 Avison& Fitzgerald in their 2005, 3 rd edition, textbook information systems development go into great detail about SDLCs, criteria for selection, and frameworks for doing the selection. You can see from this slide, they have a comprehensive list of criteria for comparing methodologies. 16

17 Grunnersuggests an algorithm that provides a way to compare various methodologies using a framework. He uses this algorithm along with the Avison& Fitzgerald framework to evaluate a sample project comparing 3 different SDLCs The important thing here is: the algorithm that starts with building the selection team, evaluating fameworks, evaluating SDLCs, and ends with presenting the findings. 17

18 Yusof, Shukar, and Abdullah created the CuQuPframework that gives a quantitative comparison of SDLCs for a given project taking into account complexity, uncertainty, and the project phase strengths of each SDLC. They integrated the complexity/uncertainty component from Little (2005) They integrated the phased based weighting from Avison and Fitzgerald (2005) The Cu factor of CuQuP is the weighting of complexity/uncertainty 18

19 Methodologies are weighted based upon their strengths in the 10 phases from Avison& Firzgerald Items that are bright green score a 3 because the methodology covers that phase in great detail. Light green a 2 because it covers that phase in some detail, etc. 19

20 I created and executed a development methodology survey I surveyed 6 development managers or development management consultants. They had a varying amount of experience and education. They were a cross section of companies that build software for internal systems, software for clients, and software to be sold to multiple clients. Using the survey tool below I asked the participants what SDLCs they used and why. What criteria they used to decide how to build their production and maintenance software. 5 of the 6 interviews were done in person. One was done on the telephone. During the interview process I learned additional and supporting information which deepened my understanding of the individuals and their organizations. 20

21 21

22 I got a great cross section of organizations Company A Produces Software as a Service (Saas) electronic medical record. Company B A nationwide retail store. Company C A nationwide transportation company. Company D A medium sized membership organization. Company E Produces regulatory compliance software they license to clients for Osha and like Company F A national airline 22

23 Most organizations do not use different SDLCs for production versus maintenance. This likely due to three factors: Their projects don t vary much. The organizations do not have projects that are significantly different from each other, so going through the selection process each time yields little value for the cost; They don t want to have 2 (or more) processes. Organizations build a process around a particular methodology and cannot easily modify the process to fit other methodologies Development managers are not intimately familiar with SDLC choices that are available to them and so continue to use the status quo methodology. Of the six companies surveyed, only one had different formal SDLCs for project development versus maintenance. That organization is using SCRUM for its project development and KANBAN for its project maintenance. 23

24 Here are the SDLCs being used by the various companies A Scrum B IE (Information Engineering) C Rupp D Waterfall E Scrum F Scrum / Kanban 24

25 Release Cycle: How often products or updates are released? (biweekly, quarterly, when ready, as soon as it can be fixed, etc.) Product type: Is the product a website where they can have several updates, or a machine EPROM where it is costly to have more than one update? Product/Project Risk: What is the risk to the business, users, others if the software doesn t work? Team location: Are the users, developers all in the same location? Team experience: Are the developers experienced in the business domain & software tools to be used? Team Size: How many analysts, testers, developers are on the team? Timeframe from development to release: How long from the time they start is the first deliverable due? It s interesting to see how these criteria compare to Avison& Fitzgerald s list. 25

26 Here you can see the recommended SDLCs for development and maintenance for each organization based upon the survey information. Company A-Using Scrum: recommends Scrum for development Kanban for maintenance Company B -Using proprietary IE: recommends IE for development, Scrum for maintenance Company C Using proprietary Rupp: recommends IE, Rad/Rupp for maintenance Company D- Using Waterfall: recommends Scrum for both Company E Using Scrum: recommends Scrum for both Company F using Scrum / Kanban: Recommends Scrum, Rad for maintenance 26

27 27

28 On Project Maintenance versus development Different SDLCs should be considered. Maintenance is less complex and less uncertain. So it seems logical; maintenance projects with smaller scopes and shorter durations could use a lighter-weight methodology. On SDLC Selection Project complexity and uncertainty are the main drivers for selection of an SDLC. But the quality components and delivery periodicity are also important. Companies selecting an Agile SDLC indicated the regular delivery periodicity was one of the main reasons they selected and use Agile Selecting ANY SLDC is better than not having one. (Even a bad one). Most organizations where using a SDLC methodology that fit them well even though they didn t do a formal SDLC evaluation. On Selection Frameworks Quantitative Evaluation -The selection frameworks make it easier to quantitatively demonstrate to a group that a particular SDLC fits an organization better than another. Best Fit for complexity/uncertainty & quality. Using a selection framework to evaluate the complexity, uncertainty and quality requirements gives you the best fit for an organization. 28

29 A SDLC methodology does not exist in a vacuum. It is surrounded by people, processes, and tools. The implementation an SDLC into an organization is challenging. The analysts, developers, and managers need to be trained to use the methodology. Organizational processes need to be created to handle things like support tickets, rework, requirements gathering, and other activities that support internal and external customers. The savings has to be there for 2 SDLCs to make sense. For an organization to select two SDLCs and implement them into their organization could be difficult. Although a lighter weight methodology might make sense, it has to be weighed against additional overhead incurred by having more processes surrounding the additional SDLC, additional training, and possibly additional capital outlays for more tools. The bottom line is it depends. The decision is not clear-cut. Organizations should thoughtfully evaluate the methodology they are using now and determine if it is meeting their needs. If the reduction in overhead, by using a different maintenance SDLC, outweighs the additional cost of having additional processes, then it probably makes sense to use the right tool for the job. 29

30 30

SOFTWARE DEVELOPMENT LIFE CYCLE METHODOLOGY SELECTION FOR DEVELOPMENT AND MAINTENANCE A THESIS SUBMITTED ON EIGTH OF JANUARY, 2012

SOFTWARE DEVELOPMENT LIFE CYCLE METHODOLOGY SELECTION FOR DEVELOPMENT AND MAINTENANCE A THESIS SUBMITTED ON EIGTH OF JANUARY, 2012 SOFTWARE DEVELOPMENT LIFE CYCLE METHODOLOGY SELECTION FOR DEVELOPMENT AND MAINTENANCE A THESIS SUBMITTED ON EIGTH OF JANUARY, 2012 TO THE DEPARTMENT OF SOFTWARE ENGINEERING OF THE SCHOOL OF COMPUTER &

More information

Watson Internet of Things. Agile Development Why requirements matter

Watson Internet of Things. Agile Development Why requirements matter Watson Internet of Things Agile Development Why requirements matter Executive summary The clear benefits of agile development better collaboration, incremental delivery, early error detection and the elimination

More information

Copyright Software Engineering Competence Center

Copyright Software Engineering Competence Center Copyright Software Engineering Competence Center 2012 1 Copyright Software Engineering Competence Center 2012 5 These are mapped categories to the waste categories of manufacturing. An excellent overview

More information

6/29/ Professor Lili Saghafi

6/29/ Professor Lili Saghafi 6/29/2014 1 Professor Lili Saghafi MANAGING INFORMATION TECHNOLOGY Lecture 9 METHODOLOGIES FOR CUSTOM SOFTWARE DEVELOPMENT By : Prof. Lili Saghafi 1-2 METHODOLOGIES FOR CUSTOM SOFTWARE DEVELOPMENT Large

More information

INTRODUCTION. Objectives. Unit 1: Introduction to Systems Analysis and Design. Key Ideas

INTRODUCTION. Objectives. Unit 1: Introduction to Systems Analysis and Design. Key Ideas Objectives Unit 1: Introduction to Systems Analysis and Design Understand the fundamental systems development life cycle and its four phases. Understand the evolution of systems development methodologies.

More information

Improving Agile Execution in the Federal Government

Improving Agile Execution in the Federal Government Improving Agile Execution in the Federal Government 1 Committed Partner. Creating Results. In December of 2010 the government introduced the 25 Point Implementation Plan to Reform Federal Information Technology

More information

BA Role or Skill: David Mantica ASPE Inc. IIBA Lexington, KY Wednesday, August 19 th

BA Role or Skill: David Mantica ASPE Inc. IIBA Lexington, KY Wednesday, August 19 th BA Role or Skill: David Mantica ASPE Inc. IIBA Lexington, KY Wednesday, August 19 th Agenda A look at the SDLC Crossing the Chasm Decisions in SDLC Overview and Roles in the SDLC The Challenge Model of

More information

Software Design COSC 4353/6353 D R. R A J S I N G H

Software Design COSC 4353/6353 D R. R A J S I N G H Software Design COSC 4353/6353 D R. R A J S I N G H Outline Week 2 Software Development Process Software Development Methodologies SDLC Agile Software Development Process A structure imposed on the development

More information

RESEARCH NOTE IMPROVING ANALYTICS DEPLOYMENTS WITH IBM PARTNERS

RESEARCH NOTE IMPROVING ANALYTICS DEPLOYMENTS WITH IBM PARTNERS Document L127 RESEARCH NOTE IMPROVING ANALYTICS DEPLOYMENTS WITH IBM PARTNERS THE BOTTOM LINE In analyzing deployments of IBM Business Analytics Software, Nucleus has found that midsize organizations adopting

More information

Kanban kick- start (v2)

Kanban kick- start (v2) Kanban kick- start (v2) By Tomas Björkholm at Crisp, October 2011 INTRODUCTION... 1 AN APPROACH TO GET STARTED WITH KANBAN... 2 STEP 1 GET TO KNOW YOUR SYSTEM... 2 STEP 2 IDENTIFY YOUR SOURCES AND PRIORITIZE...

More information

The Agile PMP Teaching an Old Dog New Tricks

The Agile PMP Teaching an Old Dog New Tricks The Agile PMP Teaching an Old Dog New Tricks Why are we here today? What is Project Management? When will the project be done? How much will it cost? Do we all agree on what done looks like? What are the

More information

Scale. Becoming a Lean Enterprise with IBM and SAFe

Scale. Becoming a Lean Enterprise with IBM and SAFe Agile @ Scale Becoming a Lean Enterprise with IBM and SAFe Amy Silberbauer Solution Architect, Enterprise Scaled Agile Watson IoT ALM Offering Management Team asilber@us.ibm.com 1 Watson / Presentation

More information

Agile Test Plan How to Construct an Agile Test Plan

Agile Test Plan How to Construct an Agile Test Plan Agile Test Plan How to Construct an Agile Test Plan XBOSoft White Paper How to Construct an Agile Test Plan www.xbosoft.com 2 Agile is changing not only the way we develop software but the way we work

More information

HOW WE WORK: OUR SYSTEM: OUR METHODOLOGY:

HOW WE WORK: OUR SYSTEM: OUR METHODOLOGY: HOW WE WORK: We are commonly asked about how our ticket system and workflows function, and this document addresses that in some detail. We hope the videos and text are helpful. If you d prefer a real-time

More information

Reducing Business Risk

Reducing Business Risk July 2005 Reducing Business Risk Through Agile Development Fred Tingey Head of Risk Systems BNP Paribas Introduction Context What is Agile Programming? Traditional vs Agile approach A New Way to do Things

More information

By: Ronny Trefftzs CSCI 5828: Foundations of Software Engineering Spring 2012 Professor: Kenneth Anderson

By: Ronny Trefftzs CSCI 5828: Foundations of Software Engineering Spring 2012 Professor: Kenneth Anderson By: Ronny Trefftzs CSCI 5828: Foundations of Software Engineering Spring 2012 Professor: Kenneth Anderson WATERFALL? XP? SCRUM? While there is really no standard solution, the following presentation will

More information

EMERGENCE OF SELF-HELP TOOLS is changing the entire landscape

EMERGENCE OF SELF-HELP TOOLS is changing the entire landscape COMPLEXITIES FACED BY HR s TODAY EMERGENCE OF SELF-HELP TOOLS is changing the entire landscape EXPLOSION of use of social media at workplace COMPLIANCE & REPORTING has increasingly becoming complex MULTIPLE

More information

Introduction to Agile Change Management

Introduction to Agile Change Management Introduction to Agile Change Management Author Melanie Franklin Director Agile Change Management Limited Introduction Agile change management is a term that is picking up momentum around the world. In

More information

What Every Manager Needs to Know About Project Management in 2018

What Every Manager Needs to Know About Project Management in 2018 What Every Manager Needs to Know About Project Management in 2018 Introduction Course Agenda Why is the PMBOK Guide-6th edition so different from previous versions? What Are Some Tools I Can Use Today

More information

From Theory to Data Product

From Theory to Data Product From Theory to Data Product Applying Data Science Methods to Effect Business Change KDD 2017 - August 13 Advanced Analytics Entry Points Strategy Organization Policies, Procedures & Standards Components

More information

Managing Risk in Agile Development: It Isn t Magic

Managing Risk in Agile Development: It Isn t Magic Managing Risk in Agile Development: It Isn t Magic North East Quality Council 61 st Conference Tuesday October 4, 2016 softwarevalue.com Measure. Optimize. Deliver. Phone: +1-610-644-2856 Risk Risk is

More information

Yes! Scrum did wonders beyond IT. Padma Satyamurthy

Yes! Scrum did wonders beyond IT. Padma Satyamurthy Yes! Scrum did wonders beyond IT Padma Satyamurthy www.mepasinnovation.com Methodologies and techniques Agile - Scrum, Kanban, Lean, FDD, TDD, Scaled Agile Framework Domains Padma Satyamurthy is an enthusiastic

More information

Lecture 1. Topics covered. Rapid p development and delivery is now often the most important requirement for software systems.

Lecture 1. Topics covered. Rapid p development and delivery is now often the most important requirement for software systems. Chapter 3 Agile Software Development Lecture 1 Topics covered Agile g methods Plan-driven and agile development Extreme programming Agile project management Scaling agile methods Rapid software development

More information

developer.* The Independent Magazine for Software Professionals Automating Software Development Processes by Tim Kitchens

developer.* The Independent Magazine for Software Professionals Automating Software Development Processes by Tim Kitchens developer.* The Independent Magazine for Software Professionals Automating Software Development Processes by Tim Kitchens Automating repetitive procedures can provide real value to software development

More information

1. The Case for Agile 2. The Scrum Process 3. Scaling Scrum

1. The Case for Agile 2. The Scrum Process 3. Scaling Scrum 1. The Case for Agile 2. The Scrum Process 3. Scaling Scrum Delivering late Delivering over budget Delivering the wrong thing Unstable in production Costly to maintain Smart people trying to do good work

More information

The Agility Continuum

The Agility Continuum Where is your project (or product or team) on the agility scale? Thene Sheehy October, 2017 PMP, ACP, CSP, ScrumStudy SMC & Trainer Who am I? Thene Sheehy Program Manager/Specialist, Center for Enablement

More information

V Model material adapted from Steve Easterbrook. Waterfall Model material adapted from Steve Easterbrook. Lifecycle of Software Projects

V Model material adapted from Steve Easterbrook. Waterfall Model material adapted from Steve Easterbrook. Lifecycle of Software Projects Lifecycle of Software Projects ECE450 Software Engineering II Lifecycle models are useful to compare project management strategies in abstract terms Birds-eye view strategy Detect strengths and weaknesses...

More information

A case. Management SPM

A case. Management SPM Agile Software Development Methodology: A case study of challenges and issues associated with applying Scrum Nisha Philge Department of informatics Master s program in IT Management Master thesis 1-year

More information

A Hybrid Approach to the Use of Agile in Health IT. Session 147 March 7, 2018 Spencer Reeser-Stout, Senior Project Manager

A Hybrid Approach to the Use of Agile in Health IT. Session 147 March 7, 2018 Spencer Reeser-Stout, Senior Project Manager A Hybrid Approach to the Use of Agile in Health IT Session 147 March 7, 2018 Spencer Reeser-Stout, Senior Project Manager 1 Conflict of Interest Spencer Reeser-Stout, CSM, MBA Has no real or apparent conflicts

More information

NCOVER. ROI Analysis for. Using NCover. NCover P.O. Box 9298 Greenville, SC T F

NCOVER. ROI Analysis for. Using NCover. NCover P.O. Box 9298 Greenville, SC T F NCOVER ROI Analysis for Test Coverage Using NCover NCover P.O. Box 9298 Greenville, SC 29601 T 864.990.3717 F 864.341.8312 conversation@ncover.com www.ncover.com Table of Contents Executive Summary 2 Cost

More information

Sign up to mailing list Join Slack, teaching team is available. All links are on the course website Slides are uploaded there too

Sign up to mailing list Join Slack, teaching team is available. All links are on the course website Slides are uploaded there too Sign up to mailing list Join Slack, teaching team is available All links are on the course website Slides are uploaded there too Week 1 (Oct 16 Oct 20) Introduction lectures Week 2 (Oct 23 Oct 27) Work

More information

The CXO s Guide To IT Governance

The CXO s Guide To IT Governance The CXO s Guide To IT Governance A Roadmap To Driving Top-Down Alignment Between Business & IT Strategy Presented by Executive Summary IT Governance solutions enable CXOs to align their business strategy

More information

REDUCING TIME TO MARKET WITH DEVOPS

REDUCING TIME TO MARKET WITH DEVOPS REDUCING TIME TO MARKET WITH DEVOPS Stories of technology enabling transformation of organizations are plenty, with Amazon arguably topping the list. There are other success stories of companies like Uber

More information

What is Continuous Integration. And how do I get there

What is Continuous Integration. And how do I get there What is Continuous Integration And how do I get there Related Workshops Introduction to DevOps Transform your Organization with DevOps Concepts DevOps Implementation Boot Camp Comprehensive literacy on

More information

Best Practices for Enterprise Agile Transformation

Best Practices for Enterprise Agile Transformation Best Practices for Enterprise Agile Transformation A White Paper for the Software Development Project Community Date: May 2017 Select Computing, Inc. 9841 Broken Land Parkway Suite 209 Columbia, MD 21046

More information

User Stories Applied, Mike Cohn

User Stories Applied, Mike Cohn User Stories Applied, Mike Cohn Chapter 2: Writing Stories Six attributes of good stories: Independent Negotiable Valuable to users or customers Estimable Small Testable INVEST 1 1. Independent Dependencies

More information

The Business Value of Agile Transformation

The Business Value of Agile Transformation SolutionsIQ The Business Value of Agile Transformation By John Rudd Overview The potential benefits of full-scale Agile are enormous, although rarely fully realized. Many of the companies that adopt Agile

More information

The Business Value of Enterprise Architecture

The Business Value of Enterprise Architecture 3:15pm - Session 21: The Business Value of Enterprise Architecture (Room 105) Speakers - David V. Kendall, PMP, CSM President/CEO, KAI Partners, Inc. Description: To many people, the term 'Architecture

More information

Agile Marketing Automation

Agile Marketing Automation Agile Marketing Automation AGILE MARKETING AUTOMATION We are movers. We are shakers. Our thoughts, our interactions, and the technology we use, is constantly moving toward a more optimized state in which

More information

[Name] [ ID] [Contact Number]

[Name] [ ID] [Contact Number] [Name] [Email ID] [Contact Number] THIS IS ONLY MODEL RESUME - DO NOT COPY AND PASTE INTO YOUR RESUME. PROFILE SUMMARY 15+ years of IT experience in Consulting and worked with the Major clients for the

More information

SDLC AND MODEL SELECTION: A STUDY

SDLC AND MODEL SELECTION: A STUDY SDLC AND MODEL SELECTION: A STUDY V. Therese Clara Asst professor of Computer Science, Madurai Kamaraj University College, Madurai, India ABSTRACT In the software industry, the frequency of failure of

More information

Organizational Matters

Organizational Matters Organizational Matters Christoph Matthies christoph.matthies@hpi.de Software Engineering II WS 2018/19 Prof. Plattner, Dr. Uflacker Enterprise Platform and Integration Concepts group Communication If you

More information

[control] [data] [process] [strategy] [partners] [testing] [validation]

[control] [data] [process] [strategy] [partners] [testing] [validation] [control] [data] [process] A practical approach to using Agile in an FDA regulated environment environment Jim Gunning Director, Q-CSV Johnson & Johnson [strategy] [partners] [testing] [validation] Agenda

More information

THE PURPOSE OF TESTING

THE PURPOSE OF TESTING Chapter 6 THE PURPOSE OF TESTING Context-Driven Overview of Quadrants Tests That Support the Team Tests That Critique the Product Quadrant Intro Purpose of Testing Managing Technical Debt Knowing When

More information

AGILE TEST MANAGEMENT WITH VISUAL STUDIO

AGILE TEST MANAGEMENT WITH VISUAL STUDIO AGILE TEST MANAGEMENT WITH VISUAL STUDIO any companies are implementing an agile methodology, but often still have waterfall based tools. We ve been working on several agile projects, one of which we collaborate

More information

THE ADVANTAGES OF AGILE METHODOLOGIES APPLIED IN THE ICT DEVELOPMENT PROJECTS

THE ADVANTAGES OF AGILE METHODOLOGIES APPLIED IN THE ICT DEVELOPMENT PROJECTS International Journal on Information Technologies & Security, 4 (vol. 9), 2017 51 THE ADVANTAGES OF AGILE METHODOLOGIES APPLIED IN THE ICT DEVELOPMENT PROJECTS Vangel Fustik Faculty of Electrical Engineering

More information

Project Management Professionals

Project Management Professionals A COLLECTION OF INTERVIEW QUESTIONS FOR Project Management Professionals When interviewing a Project Manager, it s important to set up the discussion for the first couple of minutes in an open dialogue.

More information

Lecture 8 Agile Software Development

Lecture 8 Agile Software Development Lecture 8 Agile Software Development Includes slides from the companion website for Sommerville, Software Engineering, 10/e. Pearson Higher Education, 2016. All rights reserved. Used with permission. Topics

More information

QAIassist IT Methodology General Context

QAIassist IT Methodology General Context QAIassist IT Methodology General Context IT Methodology General Context From the inception of Information Technology (IT), organizations and people have been on a constant quest to optimize the evolving

More information

Businesses now operate in rapidly changing environment.

Businesses now operate in rapidly changing environment. Computers II Lesson 3 3.0 Agile software development Businesses now operate in rapidly changing environment. They have to respond to new opportunities and markets, changing economic conditions, and the

More information

PART THREE: Work Plan and IV&V Methodology (RFP 5.3.3)

PART THREE: Work Plan and IV&V Methodology (RFP 5.3.3) PART THREE: Work Plan and IV&V Methodology (RFP 5.3.3) 3.1 IV&V Methodology and Work Plan 3.1.1 NTT DATA IV&V Framework We believe that successful IV&V is more than just verification that the processes

More information

SIMPLIFY ENTERPRISE HYBRID CLOUD COST MANAGEMENT WITH HPE ONESPHERE CONSOLIDATED VISIBILITY & CONTROL OF COSTS ACROSS CLOUD ENVIRONMENTS

SIMPLIFY ENTERPRISE HYBRID CLOUD COST MANAGEMENT WITH HPE ONESPHERE CONSOLIDATED VISIBILITY & CONTROL OF COSTS ACROSS CLOUD ENVIRONMENTS SIMPLIFY ENTERPRISE HYBRID CLOUD COST MANAGEMENT WITH HPE ONESPHERE CONSOLIDATED VISIBILITY & CONTROL OF COSTS ACROSS CLOUD ENVIRONMENTS ENTERPRISE HYBRID CLOUD MANAGEMENT CHALLENGES As enterprise cloud

More information

Processes. Object Orientated Analysis and Design. Benjamin Kenwright

Processes. Object Orientated Analysis and Design. Benjamin Kenwright Processes Object Orientated Analysis and Design Benjamin Kenwright Outline Review What are Processes? Why are they important in Object Orientated Analysis and Design Conclusion and Discussion Summary Revision

More information

Planning the Work How to Create a Manageable Enterprise GIS Project Plan

Planning the Work How to Create a Manageable Enterprise GIS Project Plan 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Planning the Work How to Create a Manageable Enterprise GIS Project Plan Mirjam Stadelmann Topics Why planning

More information

An Agile Projects Introduction Course #PMCurrent-1

An Agile Projects Introduction Course #PMCurrent-1 An Agile Projects Introduction Course #PMCurrent-1 Aaron MacDaniel, PMP, CSM, MBA Lead Instructor - BetterPM.com An Innate Images, LLC Company 1 Course Agenda About BetterPM.com A typical Waterfall Project

More information

Oracle Buys Primavera Creates First, Comprehensive Enterprise Project Portfolio Management Solution for Project-intensive Industries

Oracle Buys Primavera Creates First, Comprehensive Enterprise Project Portfolio Management Solution for Project-intensive Industries Oracle Buys Primavera Creates First, Comprehensive Enterprise Project Portfolio Management Solution for Project-intensive Industries November 7, 2008 The following is intended to outline our general product

More information

Risk Based Testing Pragmatic Risk Analysis and Management

Risk Based Testing Pragmatic Risk Analysis and Management Risk Based Testing Pragmatic Risk Analysis and Management Risk Based Testing Pragmatic Risk Analysis and Management What is Risk Based Testing? What is Risk Based Testing? Risk: the possibility of a negative

More information

Agile Manifesto & XP

Agile Manifesto & XP Agile Manifesto & XP Chapter 3.1-3.3 CMPT 276 Dr. B. Fraser Based on slides from Software Engineering 9 th ed, Sommerville. Slides 8 18-06-10 1 Topics 1) What is Agile trying to do? 2) How to choose plan-driven

More information

SwissQ Agile Trends & Benchmarks Switzerland Where are we now where are we going to?

SwissQ Agile Trends & Benchmarks Switzerland Where are we now where are we going to? SwissQ Agile Trends & Benchmarks Switzerland 2012 Where are we now where are we going to? TABLE OF CONTENTS SwissQ Agile Trends & Benchmarks 2012 2 3 4 5 6 7 8 9 10 11 EDITORIAL TRENDWAVE 2012 KEY MESSAGES

More information

Software Lifecycle Integration Buyer s Guide. Betty Zakheim, VP of Industry Strategy

Software Lifecycle Integration Buyer s Guide. Betty Zakheim, VP of Industry Strategy Betty Zakheim, VP of Industry Strategy Table of Contents Introduction 1 Vendor Criteria 2 Product Capabilities 3 Professional Services and Support 7 Total Cost of Solution 8 Introduction As the leading

More information

Continuous Quality Assurance

Continuous Quality Assurance White Paper Silk Central Connect Continuous Quality Assurance Deliver Great Software the Business Needs Table of Contents page Executive Summary...2 63% of All Software Projects Don t Succeed...2 40% of

More information

Adopting iterative development: the perceived business value

Adopting iterative development: the perceived business value Adopting iterative development: the perceived business value Caryna Pinheiro, Frank Maurer, Jonathan Sillito University of Calgary Calgary, Alberta, Canada {capinhei, frank.maurer, sillito}@ucalgary.ca

More information

Drakewell Support Service Level Agreement

Drakewell Support Service Level Agreement Drakewell Support Service Level Agreement Overview This Service Level Agreement ( SLA ) details customer service and support to be performed on a tenant s ( Client ) Drakewell instance or as-needed technical

More information

Chapter 3. Information Systems Development. McGraw-Hill/Irwin. Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved.

Chapter 3. Information Systems Development. McGraw-Hill/Irwin. Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 3 Information Systems Development McGraw-Hill/Irwin Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Objectives 3-2 Describe the motivation for a system development process

More information

Processes and Life- Cycles. Kristian Sandahl

Processes and Life- Cycles. Kristian Sandahl Processes and Life- Cycles Kristian Sandahl 2 Maintenance Requirements Validate Requirements, Verify Specification Acceptance Test (Release testing) System Design (Architecture, High-level Design) Verify

More information

Iasa Engagements enhance Corporate Membership

Iasa Engagements enhance Corporate Membership Iasa Engagements enhance Corporate Membership A webinar presented by Iasa Global, 19th August 2015 For more information see http://iasaglobal.org/corporate-member-engagements/ Formally known as the International

More information

Business Events as a focal point of analysis

Business Events as a focal point of analysis Business Events as a focal point of analysis November 5, 2015 - Las Vegas John Bethke, MBA, CBAP, CPA Bethke Consulting, LLC Purpose of Presentation! To describe an analysis framework using business events

More information

Software Engineering Lecture 5 Agile Software Development

Software Engineering Lecture 5 Agile Software Development Software Engineering Lecture 5 Agile Software Development JJCAO Mostly based on the presentation of Software Engineering, 9ed Exercise Describe the main activities in the software design process and the

More information

projecting En h a ncing Training catalogue [ 2012 ] your business! project management

projecting En h a ncing Training catalogue [ 2012 ] your business! project management projecting your business! Training catalogue [ 2012 ] En h a ncing c O m petenci e s Our mission is to help our clients towards success, improving their Project Culture with our Total Solution < 2 > In

More information

Attend Learn Grow Taking Your Career to the Next Level. 4th Annual Professional Development Days! May th, 2018

Attend Learn Grow Taking Your Career to the Next Level. 4th Annual Professional Development Days! May th, 2018 Attend Learn Grow Taking Your Career to the Next Level 4th Annual Professional Development Days! May 23-24 th, 2018 Our Transition from Waterfall towards Agile Jeff Fearn Why Agile Why Today? Aggressive

More information

Can Agile be used to Rescue a Troubled Project? March 2013

Can Agile be used to Rescue a Troubled Project? March 2013 Can Agile be used to Rescue a Troubled Project? March 2013 Scope of this Report Can Agile be used to rescue a troubled project? The answer is simply, it depends. Projects run into trouble for a variety

More information

Agile at Mid-Scale. Al Shalloway. Introducing FLow for Enterprise Transformations (FLEX)

Agile at Mid-Scale. Al Shalloway. Introducing FLow for Enterprise Transformations (FLEX) Agile at Mid-Scale Introducing FLow for Enterprise Transformations (FLEX) Al Shalloway CEO, Founder alshall@netobjectives.com @AlShalloway Co-founder of Lean-Systems Society Co-founder Lean-Kanban University

More information

D25-4. How Intertech Uses Agile

D25-4. How Intertech Uses Agile D25-4 How Intertech Uses Agile How to Use this Download This document shares an overview of how we use Agile/Scrum to deliver successful projects, the major differences between a waterfall/fixed bid project

More information

Software Engineering Chap.3 - Agile Software Development

Software Engineering Chap.3 - Agile Software Development Software Engineering Chap.3 - Agile Software Development Simão Melo de Sousa RELEASE (UBI), LIACC (Porto), CCTC (Minho) Computer Science Department University of Beira Interior, Portugal Eng.Info./TSI,

More information

COPYRIGHTED MATERIAL WHAT S IN THIS CHAPTER?

COPYRIGHTED MATERIAL WHAT S IN THIS CHAPTER? 1 WHAT S IN THIS CHAPTER? Defining application lifecycle management Learning about the Visual Studio 2013 product family Seeing ALM in action using Visual Studio Ultimate 2013 In June of 1999, Microsoft

More information

Agile and Automated Testing. Helmut Steineder JIPP.IT GmbH 2015

Agile and Automated Testing. Helmut Steineder JIPP.IT GmbH 2015 Agile and Automated Testing Helmut Steineder JIPP.IT GmbH 2015 About myself CoFounder of JIPP.IT GmbH Covered areas over years SW development Requirements Engineering (agile) Project Management Agile Testing

More information

Business Analysis Essentials

Business Analysis Essentials Understand the business analyst's role and responsibilities in a successful project. In this introductory course, you'll delve into the role and responsibilities of the business analyst (BA)- the communication

More information

Why Projects Fail and What Executives Can Do About It. The Truth About Requirements Definition and Management

Why Projects Fail and What Executives Can Do About It. The Truth About Requirements Definition and Management Why Projects Fail and What Executives Can Do About It The Truth About Requirements Definition and Management White Paper May 2008 Contents Executive summary.................................................................3

More information

3. Comparison of Above Described SDLC Models

3. Comparison of Above Described SDLC Models 123 3. Comparison of Above Described SDLC Models Waterfall Model is little hard to manage due to the rigidity of the model as each phase has specific deliverables and a review process. It works well for

More information

Advantages and Disadvantages of. Independent Tests. Advantages. Disadvantages

Advantages and Disadvantages of. Independent Tests. Advantages. Disadvantages 8.0 Test Management Outline 8.1 Test organisation 8.2 Test planning and estimation 8.3 Test program monitoring and control 8.4 Configuration management 8.5 Risk and testing 8.6 Summary Independent Testing

More information

Cangrade White Paper. Powered by data science, customized for you

Cangrade White Paper. Powered by data science, customized for you Cangrade White Paper Powered by data science, customized for you Table of Contents The Science of Strategic Workforce Planning... 2 Core Analytics: Predictive Data Science... 3 Benchmark Assessment...

More information

Agile project management in Extreme Programming projects. Carl Erickson Atomic Object LLC

Agile project management in Extreme Programming projects. Carl Erickson Atomic Object LLC Agile project management in Extreme Programming projects Carl Erickson Atomic Object LLC Professor life course planning team supervision evaluation research projects mentoring teaching grant writing This

More information

design system integration for aero engine design

design system integration for aero engine design design system integration for aero engine design Aero engine design is a complex process involving multiple disciplines, which collaborate iteratively to achieve an optimized design. This involves exchange

More information

Information Technology Services Project Management Office Operations Guide

Information Technology Services Project Management Office Operations Guide Information Technology Services Project Management Office Operations Guide Revised 3/31/2015 Table of Contents ABOUT US... 4 WORKFLOW... 5 PROJECT LIFECYCLE... 6 PROJECT INITIATION... 6 PROJECT PLANNING...

More information

Systems Analysis for Business Analysts (3 Day)

Systems Analysis for Business Analysts (3 Day) www.peaklearningllc.com Systems Analysis for Business Analysts (3 Day) This is a basic course to help business analysts understand the basics of systems analysis. This course is ideal for people who are

More information

Processes and Life- Cycles. Kristian Sandahl

Processes and Life- Cycles. Kristian Sandahl Processes and Life- Cycles Kristian Sandahl 2 Maintenance Requirements Validate Requirements, Verify Specification Acceptance Test (Release testing) System Design (Architecture, High-level Design) Verify

More information

Capacity Management Maturity Assessing and Improving the Effectiveness

Capacity Management Maturity Assessing and Improving the Effectiveness Capacity Management Maturity Assessing and Improving the Effectiveness Many organizations have a Capacity Management process or function in place, but no practical way to assess the effectiveness or even

More information

Requirements: Into the Mind of the Author

Requirements: Into the Mind of the Author Requirements: Into the Mind of the Author It seems well-accepted that it is cheaper to find defects earlier in the software development lifecycle than during dynamic testing or in live operation. I don

More information

RiskyProject. Project Risk Management Software

RiskyProject. Project Risk Management Software Project Risk Management Software Intaver Institute Inc. 303, 6707, Elbow Drive S.W, Calgary, AB, Canada Tel: +1 (403) 692-2252 Fax: +1 (403) 459-4533 www.intaver.com RiskyProject 1 Project Scheduling Risk

More information

Agile Transformation:

Agile Transformation: Agile Transformation: Gaining or Maintaining CMMI Tim Zeller Director of Strategic Solutions 0 Has anyone ever said THIS to you about agile Agile teams are free-for-all Jolt Cola drinkers who don t understand

More information

When Will it Be Done? Predicting the Future With Agile Estimating and Planning

When Will it Be Done? Predicting the Future With Agile Estimating and Planning When Will it Be Done? Predicting the Future With Agile Estimating and Planning Dave Todaro linkedin.com/in/dtodaro President & COO Ascendle Strategy Business Innovation Support Build 35 years Software

More information

True Stories of Customer Service ROI: The real-world benefits of Zendesk

True Stories of Customer Service ROI: The real-world benefits of Zendesk True Stories of Customer Service ROI: The real-world benefits of Zendesk Introduction Any manager whose business thrives when customers are happy immediately understands the value of excellent customer

More information

Management by Policy: A Fast Easy Approach to Prioritizing Bug Fixes

Management by Policy: A Fast Easy Approach to Prioritizing Bug Fixes Defect Management by Policy: A Fast Easy Approach to Prioritizing Bug Fixes by Mike Cohn 21 Comments Image not readable or empty Defect /uploads/blog/2018-04-10-prioritizing-by-policy-quote.gif Management

More information

Introduction to Disciplined Agile Delivery

Introduction to Disciplined Agile Delivery IBM Software Group Introduction to Disciplined Agile Delivery 2010 IBM Corporation Agenda What is Agile Why are organizations moving to Agile and what challenges do they face How IBM is addressing these

More information

Chapter 4 Document Driven Approach for Agile Methodology

Chapter 4 Document Driven Approach for Agile Methodology Chapter 4 Document Driven Approach for Agile Methodology In this chapter, 4.1. Introduction 4.2. Documentation Selection Factors 4.3. Minimum Required Documents 4.4. Summary 4.1. Introduction In all, the

More information

Project Execution Approach

Project Execution Approach Project Execution Approach July 2016 2016 Affinity Digital (Technology) Ltd 1 Project Execution Approach Affinity Project Management Affinity is in an excellent position with its multiple methodology offerings.

More information

The Key to Project Success: Reducing Solution Scope

The Key to Project Success: Reducing Solution Scope The Key to Project Success: Reducing Solution Scope Contact Us: 210.399.4240 info@enfocussolutions.com Copyright 2014 Enfocus Solutions Inc. Enfocus Requirements Suite is a trademark of Enfocus Solutions

More information

AGILE DEVELOPMENT AND ITS IMPACT ON PRODUCTIVITY

AGILE DEVELOPMENT AND ITS IMPACT ON PRODUCTIVITY AGILE DEVELOPMENT AND ITS IMPACT ON PRODUCTIVITY 2006 International Software Measurement & Analysis Conference David Garmus www.davidconsultinggroup.com Topics Characteristics of Agile Projects Performance

More information

Software Engineering

Software Engineering Software Engineering Lecture 02: Processes Peter Thiemann University of Freiburg, Germany SS 2013 Peter Thiemann (Univ. Freiburg) Software Engineering SWT 1 / 41 Terms Software Component SW System Organized

More information

Portfolio and Program Management Taming the Many Headed Hydra!

Portfolio and Program Management Taming the Many Headed Hydra! Portfolio and Program Management Taming the Many Headed Hydra! Miles Faulkner Certified Scrum Master B.Ec (Hons) MBA PMP ITIL Principal Blended Perspectives 416 816 5190 1 About Miles Faulkner Miles is

More information