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.面向对象:类— ...
随机推荐
- HDU 1817Necklace of Beads(置换+Polya计数)
Necklace of Beads Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u S ...
- 正则去掉img标签的style样式
$body = '<div style="width:100px; height:20px;"><img alt="test" src=&qu ...
- C#之数组篇
大杂烩 一.数组初始化 1.一维数组 String[] str = new String[3] { "1","2","3"}; ...
- 理解DOM
http://www.cnblogs.com/chaogex/p/3959723.html 文档对象模型(Document Object Model,简称DOM),是W3C组织推荐的处理可扩展标志语言 ...
- Recall, Precision and F-score
F1 score (also F-score or F-measure) ,调和平均数稍微有点不好理解,最关键的是,不知道分子的情况下,采用调和平均数.
- thinkphp上传
上传代码 // 缩略图上传 $upload = new \Think\Upload();// 实例化上传类 $upload->maxSize = ;// 设置附件上传大小 $upload-> ...
- MyBatis学习总结(一)——MyBatis快速入门
一.Mybatis介绍 MyBatis是一个支持普通SQL查询,存储过程和高级映射的优秀持久层框架.MyBatis消除了几乎所有的JDBC代码和参数的手工设置以及对结果集的检索封装.MyBatis可以 ...
- PHP写文件函数
/** * 写文件函数 * * @param string $filename 文件名 * @param string $text 要写入的文本字符串 * @param string $openmod ...
- poj 1733
这题离散化+并查集,没看出关dp什么事.(那他为什么放到dp里面) 用Si记录前i项的和.拆成两个点,i*2表示与第i个相同,i*2+1表示与第i个不同.用并查集判断.区间[a,b]就可以看成Sb-S ...
- DB2表的重组
DB2在存储大数据的时候,遇到一个问题,将数据导入表中保存不了,最后是重组后才解决. 下面是从IBM官网上搜集的资料: 官网地址:http://publib.boulder.ibm.com/infoc ...