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.面向对象:类— ...
随机推荐
- 初学Java 精简知识点总结
面对Java丰富的知识资料,很多初学者难免觉得迷惘,该学什么,怎么去学?下面给大家讲Java基础知识做了精简总结,来帮助你梳理学习思路,赶快看看吧! 方法/步骤1 对象的初始化(1) 非静态对象的初始 ...
- VirtualBox Guest Additions 在CentOS中无法安装的解决方法
安装时出现一步错误查看log为(log文件是 /var/log/vboxadd-install.log): /tmp/vbox.0/Makefile.include.header:94: *** Er ...
- 微信小程序实质是什么? Hybrid App
微信小程序是一种不需要下载安装即可使用的应用,用户扫一扫或者搜一下即可打开应用.微信小程序实质是Hybrid技术的应用.Hybrid App(混合模式移动应用). 小程序能够更多的可以更多的调用手机本 ...
- Linux tar (打包.压缩.解压缩)命令说明 | tar如何解压文件到指定的目录?
打包举例:将 /usr/local/src/zlib-1.2.5目录下的文件打包成 zlib-1.2.5.tar.gz cd /usr/local/src tar -czvf ./zlib-1.2.5 ...
- Node.js入门学习笔记(一)
先来个最常见的"Hello World!". 打开你最喜欢的编辑器(我用的是Sublime Text),创建一个helloWorld.js的文件.我们要做的就是向stdout输出& ...
- JDK source 之 ArrayList 需要注意事项
线程安全 ArrayList内部没有实现原子性操作,所以是非线程安全的.如果需要在线程安全的环境下使用List的话,需要使用Vector 或者CopyOnWriteArrayList,具体场景,自行深 ...
- Android多种进度条使用详解
在这里,总结一下loading进度条的使用简单总结一下. 一.说起进度条,必须说说条形进度条,经常都会使用到嘛,特别是下载文件进度等等,还有像腾讯QQ安装进度条一样,有个进度总给人良好的用户体验. 先 ...
- AJAX工作原理及其优缺点
1.什么是AJAX?AJAX全称为"Asynchronous JavaScript and XML"(异步JavaScript和XML),是一种创建交互式网页应用的网页开发技术.它 ...
- Android Killer工具用法
一.工程信息 工程信息主要是解析的AndroidManifest文件 二.工程管理器 三.配置插入代码 在代码中点右键就可以一键插入代码了 四.字符串搜索功能 支持正则, 比jeb搜索功能强大 来自为 ...
- Java批量文件打包下载
经常遇到选择多个文件进行批量下载的情况,可以先将选择的所有的文件生成一个zip文件,然后再下载,该zip文件,即可实现批量下载,但是在打包过程中,常常也会出现下载过来的zip文件中里面有乱码的文件名, ...