博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
IDC 的调查发现开发人员的37%的时间花在解决BUG上
阅读量:4201 次
发布时间:2019-05-26

本文共 1114 字,大约阅读时间需要 3 分钟。

根据2011年度DevOps调查结果(),大部分软件组织开始采用一些开源的自动化工具,例如:

Function

Product

Project Management

Maven

Build Automation Tool

Ant

Test Automation Infrastructure

iValidator

Automated Test Execution

Selenium

 

 

IDC 的调查发现开发人员的37%的时间花在解决BUG上。

 that bugs consume 37 percent of a developer'swork week. At typical developers' salaries, this translates into millions ofdollars per year in large organizations. Here’s a breakdown of the time spentafter a bug is found: 

bug被发现后要经过如下步骤解决,对应要花的时间比例如下:

Step

Estimated Proportion of Time Spent

Challenges

1. QA finds, logs, and documents defect

20%

·         Collecting enough information to fully communicate the issue

·          Up to twenty-four-hour delays between QA and dev due to geographically distributed teams

2. Developer recreates defect

20%

·         Lack of access to QA test environments

·         Difficulty in recreating user load, network, and database conditions

3. Developer isolates root cause

30%

·          Insufficient documentation

·         “Works on my machine”

4.  Developer fixes, verifies, and submits update

30%

·         Uncertainty in terms of true root cause and environmental factors

·         Multiple attempts at resolution

 

参考:

 

转载地址:http://ldnli.baihongyu.com/

你可能感兴趣的文章
【一天一道LeetCode】#114. Flatten Binary Tree to Linked List
查看>>
【unix网络编程第三版】阅读笔记(二):套接字编程简介
查看>>
【一天一道LeetCode】#115. Distinct Subsequences
查看>>
【一天一道LeetCode】#116. Populating Next Right Pointers in Each Node
查看>>
【一天一道LeetCode】#117. Populating Next Right Pointers in Each Node II
查看>>
【一天一道LeetCode】#118. Pascal's Triangle
查看>>
【一天一道LeetCode】#119. Pascal's Triangle II
查看>>
【unix网络编程第三版】ubuntu端口占用问题
查看>>
【一天一道LeetCode】#120. Triangle
查看>>
【unix网络编程第三版】阅读笔记(三):基本套接字编程
查看>>
【一天一道LeetCode】#121. Best Time to Buy and Sell Stock
查看>>
【一天一道LeetCode】#125. Valid Palindrome
查看>>
【一天一道LeetCode】#231. Power of Two
查看>>
【一天一道LeetCode】#202. Happy Number
查看>>
带你深入理解STL之Vector容器
查看>>
带你深入理解STL之Deque容器
查看>>
带你深入理解STL之Stack和Queue
查看>>
带你深入理解STL之Set和Map
查看>>
Redis源码剖析--源码结构解析
查看>>
Redis源码剖析--动态字符串SDS
查看>>