zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    【转】JSch
    【转】JSch
    【转】class卸载、热替换和Tomcat的热部署的分析
    关于Tomcat自动加载更新class的小技巧
    MySQL中order by中关于NULL值的排序问题
    MySQL触发器使用详解
    QuartZ Cron表达式
    JDBC的URL设置allowMultiQueries的原因
    CRT:C运行库简介
    IntelliJ IDEA安装AngularJS插件
  • 原文地址:https://www.cnblogs.com/BenWong/p/4313307.html
Copyright © 2011-2022 走看看