Introducing User Stories

Slides:



Advertisements
Similar presentations
Common Core Standards (What this means in computer class)
Advertisements

Iteration Planning.
Janet Forsyth Careers Adviser
Extreme Programming Alexander Kanavin Lappeenranta University of Technology.
TDT 4242 Inah Omoronyia and Tor Stålhane Agile requirements through user stories and scenarios TDT 4242 Institutt for datateknikk og informasjonsvitenskap.
Practical User Stories Brett Maytom Senior Consultant, Readify VIC.NET - 10 May 2011.
Playing board for the game Crooked rules
Aims of the module To introduce you to:
Agile Planning. The problem with documentation Argument: “Heavy” documentation too much for most business-style projects.
Intro to Scrum. What is Scrum? An answer to traditional “fixed cost / strict requirements” contracts which had very high rates of failure Recognizes the.
Computer Engineering 203 R Smith Agile Development 1/ Agile Methods What are Agile Methods? – Extreme Programming is the best known example – SCRUM.
Management 421 Computer Science 350. Overview Project Roles Software Development Process Extreme Programming Management/Developer Interaction in Extreme.
TOGETHER EVERYONE ACHIEVES MORE
Copyright © 2014 ASTQB Presented by Rex Black, CTAL Introducing ISTQB Agile Foundation Extending the ISTQB Program’s Support Further.
Agile Process: Overview n Agile software engineering represents a reasonable compromise to conventional software engineering for certain classes of software.
Software Engineering Case Study Slide 1 Introductory case study.
Classical vs. Agile Requirements Development Svetlin Nakov Telerik Software Academy academy.telerik.com Senior Technical Trainer
Chapter 8 communication skills Section 8.1 Defining Communication
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 17 Slide 1 Extreme Programming.
Roles Managers Technical Team Leaders Programmers Customers Database Administrators Instructors.
1 DEVELOPING ASSESSMENT TOOLS FOR ESL Liz Davidson & Nadia Casarotto CMM General Studies and Further Education.
Copyright Course Technology 1999
Chapter 3 – Agile Software Development 1Chapter 3 Agile software development.
© 2010 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. Deeper Dive Into: User Stories.
#17 - Involve Users in the Development Model of Multinational Corporations - Is it worth it? Experience Report IRCSE '08: IDT Workshop Friday 31 October.
Steve Fastabend Agile Coach Redpoint Technilogies
Classical vs. Agile Requirements Development Svetlin Nakov Telerik Software Academy academy.telerik.com Senior Technical Trainer
Mobile Aps: Agile Mentoring Review
Coming up: What is Agile? XP Development Dan Fleck 2010 Dan Fleck 2010.
CHAPTER TWO THE MAKING OF MULTIMEDIA: AND MULTIMEDIA DEVELOPMENT TEAM
Teamwork : What’s in it for me? Lisa Harris Staff Operations Manager, Weapons Engineering Division Los Alamos National Laboratory.
1 A Dynamic Tool for Supervisors Performance Evaluation Training for Supervisors.
Routine Messages & Memos. 1. Guffrey’s 3-x-3 Writing Process 2. Structure of Messages and Memos 3. Effective Practices 4. Writing.
BA Team: Product Ownership, Analysis, and Solution Design BA Bi-Weekly Mini-meeting May 19, Acceptance Criteria Defining Success one Story.
University of Toronto at Scarborough © Kersti Wain-Bantin CSCC40 other methodologies 1 Method/Process = step-by-step description of the steps involved.
DESIGN PROPOSAL REPORT. Why write a proposal? Basic means of convincing someone to support a project. Important tool for organizing time and resources.
Time Effect on Project Planning and Budgeting ‘Jide Onademuren.
1 Venkat Subramaniam Quality of Software Design Good design is critical to a software application A good design has following characteristics –Specific.
 People with goals succeed because they know where they are going. ~ Earl Nightingale.
Clarity about Learning. Assessment For Learning Archway of Teaching Capabilities Clarity about what is to be learnt Learning Intentions success criteria.
 Ensure the title is in line with the requirements of the proposed funding agency if they have any specification for the titled page (some do have.
Software Engineering Principles Practical Advice and Steps for Managing Your Project.
Grade 2: Comprehension and Collaboration SL1 Participate in collaborative conversations with diverse partners about grade 2 topics and texts with peers.
Jim Remsik Agile Story Carding prepared
10 key principles of agile software development
GCSE English Language 8700 GCSE English Literature 8702 A two year course focused on the development of skills in reading, writing and speaking and listening.
Generic competencesDescription of the Competence Learning Competence The student  possesses the capability to evaluate and develop one’s own competences.
Agile Requirements Introducing User Stories. Key Principles for Agile Requirements Active user involvement is imperative Agile teams must be empowered.
LECTURE 4 WORKING WITH OTHERS. Definition Working with others : is the ability to effectively interact, cooperate, collaborate and manage conflicts with.
User Stories- 2 Advanced Software Engineering Dr Nuha El-Khalili.
Introduction to Agile. Introduction Who is this guy?
1 Interprofessional Health Care Team Meetings OBJECTIVES: Identify key principles and characteristics of effective interprofessional team meetings Identify.
Software Quality Assurance Chip Ene, February 14, 2015.
Testing under the Agile Method CSCI 521 Software Project Management based on the book Testing Extreme Programming by Lisa Crispin and Tip House.
Agile Requirements Introducing User Stories. Key Principles for Agile Requirements Active user involvement is imperative Agile teams must be empowered.
 System Requirement Specification and System Planning.
User Stories 1.
User Stories > Big and Small
Software Requirements
Requirements and User Stories
Decomposition.
User Stories Applied, Mike Cohn Chapter 2: Writing Stories
Agile Process: Overview
Introducing ISTQB Agile Foundation Extending the ISTQB Program’s Support Further Presented by Rex Black, CTAL Copyright © 2014 ASTQB 1.
User Stories Applied, Mike Cohn Chapter 2: Writing Stories
Software Development methodologies
Extreme Programming.
Adapting Agile in Pharmaceutical Industries
Story Writing.
Presentation transcript:

Introducing User Stories Agile Requirements Introducing User Stories

Key Principles for Agile Requirements Active user involvement is imperative Agile teams must be empowered to make decisions Requirements emerge and evolve as software is developed Agile requirements are ‘barely sufficient’ Requirements are developed in small, bite-sized pieces Enough’s enough – apply the 80/20 rule Cooperation, collaboration and communication between all team members is essential

Requirements are a Communication Problem Written requirements can be well thought through, reviewed and edited provide a permanent record are more easily shared with groups of people time consuming to produce may be less relevant or superseded over time can be easily misinterpreted Verbal requirements instantaneous feedback and clarification information-packed exchange easier to clarify and gain common understanding more easily adapted to any new information known at the time can spark ideas about problems and opportunities

A picture is worth a thousand words

User Stories seek to combine the strengths of written and verbal communication, where possible supported by a picture.

What is a User Story? A concise, written description of a piece of functionality that will be valuable to a user (or owner) of the software.

User Story Cards have 3 parts Card - A written description of the user story for planning purposes and as a reminder Conversation - A section for capturing further information about the user story and details of any conversations Confirmation - A section to convey what tests will be carried out to confirm the user story is complete and working as expected

User Story Description As a [user role] I want to [goal] so I can [reason] For example: As a registered user I want to log in so I can access subscriber-only content

User Story Description Who (user role) What (goal) Why (reason) gives clarity as to why a feature is useful can influence how a feature should function can give you ideas for other useful features that support the user's goals

User Story Example: Front of Card

User Story Example: Back of Card

How detailed should a User Story be? Detailed enough for the team to start work from, and further details to be established and clarified at the time of development.

INVEST in Good User Stories Independent – User Stories should be as independent as possible. Negotiable – User Stories are not a contract. They are not detailed specifications. They are reminders of features for the team to discuss and collaborate to clarify the details near the time of development. Valuable – User Stories should be valuable to the user (or owner) of the solution. They should be written in user language. They should be features, not tasks. Estimatable – User Stories need to be possible to estimate. They need to provide enough information to estimate, without being too detailed. Small – User Stories should be small. Not too small. But not too big. Testable – User Stories need to be worded in a way that is testable, i.e. not too subjective and to provide clear details of how the User Story will be tested.

User Stories Summary User Stories combine written and verbal communications, supported with a picture where possible. User Stories should describe features that are of value to the user, written in a user’s language. User Stories detail just enough information and no more. Details are deferred and captured through collaboration just in time for development. Test cases should be written before development, when the User Story is written. User Stories should be Independent, Negotiable, Valuable, Estimatable, Small and Testable.

Writing Good User Stories http://www.agile-software-development.com/2008/04/writing-good-user-stories.html