zoukankan      html  css  js  c++  java
  • SDLC (System Develop Life Cycle)

    CC->ZBB->RTO->RTW->RDC->(RTM)

    BVT

    Build Verification Test.  Automated test run by Test team to maintain baseline functionality for each build.

    CC

    Code Complete.  All development work for the milestone completed, unit tested, code reviewed and BVT cases successfully run.

    ZBB

    Zero Bug Bounce.  All bugs resolved within 48 hours

    RC

    Release Candidate.  Build candidate for final release.

    RTO

    Release To Operations.  Build has been released to the operations team for deployment.

    RTW

    Release To Web/World.  Operations team has deployed the release into the production cluster.

    RDC

    Release Declared Complete.  Operations team has signed-off on the stability of the release and rollback is no longer possible.

    RTM

    Release to Manufacturing.

  • 相关阅读:
    java——ArrayList中remove()方法疑问总结
    java——ArrayList中contains()方法中的疑问
    C语言中signed和unsigned理解
    IO流——常用IO流详解
    Lost's revenge
    Searching the String
    DNA repair
    Ring
    Wireless Password
    Censored!
  • 原文地址:https://www.cnblogs.com/amadeuslee/p/3744220.html
Copyright © 2011-2022 走看看