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.面向对象:类— ...
随机推荐
- SaaS模式的软件
SaaS是Software-as-a-Service(软件即服务)的简称,随着互联网技术的发展和应用软件的成熟, 在21世纪开始兴起的一种完全创新的软件应用模式.它与"on-demand ...
- [Nhibernate]二级缓存(二)
目录 写在前面 文档与系列文章 更新数据 二级缓存管理 总结 写在前面 本篇文章也算nhibernate入门系列的结尾了,在总结nhibernate系列的过程中,遇到了很多问题,学习的过程也是解决bu ...
- ASP.NET 系统对象 Request(一)
Request对象 用来获取客户端在请求一个页面或传送一个Form是提供的所有信息.它包括用户的HTTP变量.能够识别的浏览器.存储客户端的Cookie信息和请求地址等. Request对象是Syst ...
- [Machine Learning] 国外程序员整理的机器学习资源大全
本文汇编了一些机器学习领域的框架.库以及软件(按编程语言排序). 1. C++ 1.1 计算机视觉 CCV —基于C语言/提供缓存/核心的机器视觉库,新颖的机器视觉库 OpenCV—它提供C++, C ...
- [Python] 学习笔记之MySQL数据库操作
1 Python标准数据库接口DB-API介绍 Python标准数据库接口为 Python DB-API,它为开发人员提供了数据库应用编程接口.Python DB-API支持很多种的数据库,你可以选择 ...
- java 读文件路径问题
文件路径:右键点击src新建Source Folder,创建结果与src目录同级. C:\Users\lenovo\workspace\timedTask\config\userinfo.proper ...
- 曲面之美:三星 S6 Edge+
这些年安卓手机阵营一直拼得又激烈又惨烈,从拼配置,拼性能,拼性价比,到拼颜值拼情怀,拼得用户也都麻木了. 尤其是我这样的用户,不喜欢墨守成规,你配置高又如何,同样价钱的配置都差不多. 我想看不一样的东 ...
- jquery----常用的函数
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- [转]Ubantu vmware tools 安装
https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&external ...
- Java实现JDBC连接数据库实例
import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sq ...