Difinition Of Done
A Story is Sprint ready (Rally Defined) when.............
The story has well defined and testable acceptance criteria agreed with the Product Owner (PO) / Business
Specification By Example (SBE) is complete
The team understands the context and scope of the story
The team and PO can answer the question "How will we test this Story?"
The team understands how the story will be implemented -
The team has estimated and entered Story Point
We have tasks broken down for completion, including hour estimates
Answered the question - Are there any dependencies (other systems, teams, vendor feeds, technical constraints, etc.) which need to be considered when implementing this story?
Answered the question - Are any KB articles for PS required for this story?
Answered the question - Are any Training material updates required for this story?
A Story is DONE (Rally Complete) when................
All code / migration scripts complete, checked in and merged to trunk
Unit testing complete
Builds on the Continuous Integration server are green
Code peer reviewed (or pairing during build)
Test scripts written, agreed and executed with the team and PO
Required system / integration / targeted regression testing complete
All Acceptence Criteria are met
Deployed to UAT
Demo'd to the PO
PS Knowledge Base articles updated, as required
The TEAM are happy for the change to go into production
A Story is Sprint ready (Rally Defined) when.............
The story has well defined and testable acceptance criteria agreed with the Product Owner (PO) / Business
Specification By Example (SBE) is complete
The team understands the context and scope of the story
The team and PO can answer the question "How will we test this Story?"
The team understands how the story will be implemented -
The team has estimated and entered Story Point
We have tasks broken down for completion, including hour estimates
Answered the question - Are there any dependencies (other systems, teams, vendor feeds, technical constraints, etc.) which need to be considered when implementing this story?
Answered the question - Are any KB articles for PS required for this story?
Answered the question - Are any Training material updates required for this story?
A Story is DONE (Rally Complete) when................
All code / migration scripts complete, checked in and merged to trunk
Unit testing complete
Builds on the Continuous Integration server are green
Code peer reviewed (or pairing during build)
Test scripts written, agreed and executed with the team and PO
Required system / integration / targeted regression testing complete
All Acceptence Criteria are met
Deployed to UAT
Demo'd to the PO
PS Knowledge Base articles updated, as required
The TEAM are happy for the change to go into production
A Story is DONE DONE (Rally Accepted) when
Signed off received from the Product Owner
Zero known defects or approval from the PO to move forward with any defects and/or missing functionality which will be completed in subsequent sprints
SNOW approval & release management pre-requisites complete
Release notes updated as required
PS Knowledge Base articles reviewed/approved by PS, as required
A Story is (Rally) Released when
It's deployed to the production environment
Signed off received from the Product Owner
Zero known defects or approval from the PO to move forward with any defects and/or missing functionality which will be completed in subsequent sprints
SNOW approval & release management pre-requisites complete
Release notes updated as required
PS Knowledge Base articles reviewed/approved by PS, as required
A Story is (Rally) Released when
It's deployed to the production environment
Difinition Of Done的更多相关文章
- 场景服务只创建了 Service Difinition 和feature layer
环境:物理机 pro1.4:虚拟机 (server + datastore + portal + adaptor) 10.4.1 发布场景服务,正常情况应portal中查看,应包含四部分内容:Serv ...
- android 传感器应用
本章讲述Android开发中,传感器应用相关的知识点. 1.功能需求 做一个基于传感器的水平尺应用. 2.软件实现
- PHP 依赖注入,从此不再考虑加载顺序
说这个话题之前先讲一个比较高端的思想--'依赖倒置原则' "依赖倒置是一种软件设计思想,在传统软件中,上层代码依赖于下层代码,当下层代码有所改动时,上层代码也要相应进行改动,因此维护成本较高 ...
- 重载赋值运算符 && 对象
class CMessage { private: char * m_pMessage; public: void showIt()const { cout << m_pMessage & ...
- PHP 依赖注入 (转)
说这个话题之前先讲一个比较高端的思想--'依赖倒置原则' "依赖倒置是一种软件设计思想,在传统软件中,上层代码依赖于下层代码,当下层代码有所改动时,上层代码也要相应进行改动,因此维护成本较高 ...
- linux设备驱动程序该添加哪些头文件以及驱动常用头文件介绍(转)
原文链接:http://blog.chinaunix.net/uid-22609852-id-3506475.html 驱动常用头文件介绍 #include <linux/***.h> 是 ...
- PowerDesigner(六)-物理数据模型(PDM逆向工程)(转)
物理数据模型PDM 物理数据模型(Physical Data Model,PDM):在数据库的逻辑结构设计好之后,就需要完成其物理设计,PDM就是为实现这一目的而设计的. 物理数据模型是以常用的DBM ...
- 译 - 第 1 章:EF入门
章节信息 Entity Framework 6 Recipes 第二版第一章: Chapter 1: Getting Started with Entity Framework ----------- ...
- Python全栈开发-Day3-Python基础3
本节内容 1. 函数基本语法及特性 2. 参数与局部变量 3.递归 4.函数式编程介绍 5.高阶函数 1.函数基本语法及特性 三种编程范式: 1.面向过程:过程——> def 2.面向对象:类— ...
随机推荐
- 【原】理解javascript中的this
最近的文章基本都是总结javascript基础内容的,因为我觉得这些东西很重要.而且很多时候你觉得你理解了,其实并没有你自认为的那么理解.十月份没怎么写文章,因为国庆出去玩的比较久,心变野了,现在是时 ...
- Python学习笔记——列表
1.创建列表类型数据并给其赋值 >>> aList = [123,'abc',4.56,['inner','list'],7-9j] >>> aList [123, ...
- [Unity] Shader - CG语言 和 HLSL语言
CG 跟 HLSL几乎是一摸一样的. (HLSL官方参考,包含语法格式,函数库,关键字,在这个地方: http://msdn.microsoft.com/en-us/library/bb509638( ...
- Yii2中如何将Jquery放在head中的方法
原文地址: https://my.oschina.net/kenblog/blog/547602 方法一(推荐):针对jquery进行components配置,指定Yii2自带jquery自带资源出现 ...
- UIScrollView和控制器
一般情况下,就设置UIScrollView所在的控制器 为 UIScrollView的delegate 设置控制器为UIScrollView的delegate有2种方法: 通过代码(self就是控制器 ...
- idea导入maven项目,web browser远程单步调试
问题:之前用idea14.1.3导入maven项目后,maven的dependencies不能自动解决依赖,到处都是红色的红线,看着就受不了.虽然不影响命令行编译,但是看着实在是不爽.总结下面几小步: ...
- php万年历
最近学习php循环.日期显示.GET方式请求,进而实现了一个小程序. 直接上代码: <?php header("Content-type:text/html; charset=UTF- ...
- 局域网中共享Lantern上网
Lantern作为一款非常好用的上网软件,深受大家喜爱,但是由于目前没有ios版,所以iPhone用户上网很麻烦,这里介绍一下如何共享Lantern使局域网内的设备都能正常上网. 1.电脑端设置:右键 ...
- BZOJ2007——[Noi2010]海拔
1.题意:一个裸的最小割 2.分析:直接转成对偶图最短路就好了,水爆了!(雾) #include <queue> #include <cstdio> #include < ...
- 双系统Ubuntu分区扩容过程记录
本人电脑上安装了Win10 + Ubuntu 12.04双系统.前段时间因为在Ubuntu上做项目要安装一个比较大的软件,导致Ubuntu根分区的空间不够了.于是,从硬盘又分出来一部分空间,分给Ubu ...