zoukankan      html  css  js  c++  java
  • 开发人员绩效考核中"有效"bug数的统计

    我们都知道,开发人员的考核中,bug这块占了一定的比重,那么我们在统计每个开发人员的bug数时,显然要做到有效,不能把缺陷管理系统上的bug不经过处理,就直接进行统计.

    如何统计有效bug数呢?

    我们从bug的属性上进行控制,分析如下:

    bug问题来源:

    • 需求问题
    • 架构问题
    • 设计问题
    • 编码问题 -------开发人员
    • 测试问题
    • 集成打包问题-------开发人员
    • 运维问题
    • 运营问题
    • 

    bug解决状态:

    • 未解决------开发人员
    • Fixed------开发人员
    • Delay------开发人员
    • Duplicate
    • Cannot Reproduce
    • Won't Fix
    • 

    有效bug数为:

    1. bug问题来源为:

  • 编码问题-------开发人员
  • 集成打包问题-------开发人员
  • 2. bug解决状态为

  • 未解决------开发人员
  • Fixed------开发人员
  • Delay------开发人员
  • 3. 1和2是"与"的关系

     

     

不断的总结,才能不断的提高;不断的思考,才能不断的进步!
查看全文
  • 相关阅读:
    [转]JavaScript和html5 canvas生成圆形印章
    [转]微信小程序开发:http请求
    [转]Clean up after Visual Studio
    [转]How to Clean the Global Assembly Cache
    [转].NET Core dotnet 命令大全
    [转].NET 4.5+项目迁移.NET Core的问题记录 HTTP Error 502.5
    [转]How do I run msbuild from the command line using Windows SDK 7.1?
    [转]glyphicons-halflings-regular字体 图标
    [转]程序集之GAC---Global Assembly Cache
    [转]How can I install the VS2017 version of msbuild on a build server without installing the IDE?
  • 原文地址:https://www.cnblogs.com/nzyjlr/p/2024724.html
  • Copyright © 2011-2022 走看看