1 / 11

敏 捷软件中的质量管理

敏 捷软件中的质量管理. @_ LeoHuang. ---《 编写可读代码的艺术 》. Sonar 介绍. Sonar 是一个用于代码质量管理的开放平台。通过插件机制, Sonar 可以集成不同的测试工具,代码分析工具,以及持续集成工具,比如 Checkstyle , PMD , FindBugs , Hudson 等,收集软件的各个度量数据,来帮助提高软件的质量 , 获得了第 19 届测试工具类生产率 Jolt 大奖。. Metrics. Size Tests Duplication Design Complexity Rules SCM

Download Presentation

敏 捷软件中的质量管理

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 敏捷软件中的质量管理 @_LeoHuang

  2. ---《编写可读代码的艺术》

  3. Sonar介绍 Sonar 是一个用于代码质量管理的开放平台。通过插件机制,Sonar 可以集成不同的测试工具,代码分析工具,以及持续集成工具,比如Checkstyle, PMD, FindBugs,Hudson等,收集软件的各个度量数据,来帮助提高软件的质量, 获得了第19届测试工具类生产率Jolt大奖。

  4. Metrics • Size • Tests • Duplication • Design • Complexity • Rules • SCM http://docs.codehaus.org/display/SONAR/Java+Metric+Definitions#JavaMetricDefinitions-Size

  5. 专业主义 《程序员的职业素养》

More Related