当前位置:资讯中心主页 >站长资讯 >文章内容
- 同行评审过程描述(一)??概述
- 来源:作者: 发布时间:2008-05-08 17:01:24
-
1. Overview(概述)
- 域名惊喜价格 cn域名1元注册
- com域名39.9元
域名注册
- 主机按月支付,低至19元/月
- 超大流量,可开子站点
虚拟主机
- 特惠VPS168元/月,4-8M独享带宽保证
- 独立操作系统,无限开站点
VPS主机
In a peer review, co-workers of a person who created a software work product examine that product to identify defects and correct shortcomings. A review:
在同行评审中,由软件工作产品创建者的同行们检查该工作产品,识别产品的缺陷,改进产品的不足。评审:
? verifies whether the work product correctly satisfies the specifications found in any predecessor work product, such as requirements or design documents
? 检验工作产品是否正确的满足了以往的工作产品中建立的规范,如需求或设计文件
? identifies any deviation from standards, including issues that may affect maintainability of the software
? 识别工作产品相对于标准的偏差,包括可能影响软件可维护性的问题
? suggests improvement opportunities to the author
? 向创建者提出改进建议
? promotes the exchange of techniques and education of the participants.
? 促进参和者之间的技术交流和学习
All interim and final development work products are candidates for review, including:
所有中间和最终的研发工作产品都能进行评审,包括:
? requirements specifications
? 需求规格说明书
? user interface specifications and designs
? 用户界面规范及设计
? architecture, high-level design, and detailed designs and models
? 架构,概要设计,周详设计及模型
? source code
? 原始码
? test plans, designs, cases, and procedures
? 测试计划,设计,用例及步骤
? software development plans, including project management plan, configuration management plan, and quality assurance plan
? 软件研发计划,包括项目管理计划,设置管理计划和质量确保计划
This document defines an overall peer review process. It includes procedures for conducting inspections and two types of informal peer review, a walkthrough and a passaround, as well as guidance for selecting the appropriate approach for each review.
该文件定义了一个全方面的同行评审过程。包括了执行评审的步骤和两种非正式的同行评审,走查和轮查,及对每个评审选择适当方法的指南。
2. Work Aids(工作辅助项)
The following peer review work aids are available from <location>:
<场所>中,需要有如下的同行评审工作辅助项:
? Inspection Summary Report
? 评审总结报告
? Issue Log
? 问题日志
? Typo List
? 微错清单
? Inspection Moderator’s Checklist
? 评审负责人的检查表
? Inspection Lessons Learned Questionnaire
? 评审经验教训问卷
? defect checklists for several types of software work products
? 各种软件工作产品的缺陷检查表
3. Risk Assessment Guidance(风险评估指南)
To judge which software components (or portions of components) to review and what type of review method to use, consider the following risk criteria:
在判断哪些软件组件(或组件的部分)需要评审及使用哪种评审方法的时候,需要考虑如下的风险条件:
? components that use new technology, techniques, or tools
? 使用了新技术,方法,工具的组件
? key architectural components
? 关键的架构性的组件
? complex logic or algorithms that are difficult to understand but must be accurate and optimized
? 难以理解,却又必须准确和优化的复杂逻辑或算法
? mission-, security-, or safety-critical components with dangerous failure modes
? 具有危险失败模式的组件,而且是任务、可靠性、安全性关键的
? components having many exception conditions or failure modes
? 具有多个异常条件或失败模式的组件
? exception handling code that cannot easily be tested
? 不易测试的异常处理代码
? components that are intended to be reused
? 打算复用的组件
? components that will serve as models or templates for other components
? 将作为其他组件的模型或模板的组件
? components that affect multiple portions of the product
? 影响产品多个部分的组件
? complex user interfaces
? 复杂的用户界面
? components created by less experienced developers
? 由缺乏经验的研发者创建的组件
? code modules having high cyclomatic complexity
? 具有高度圈复杂性的代码模块
? modules having a history of many defects or changes
? 以往具有非常多缺陷或变更的模块
Work products that fit in one or more of these categories are considered high risk. A product is considered low risk if an undetected error will not significant affect the project’s ability to meet its schedule, quality, cost, and feature objectives. Use inspections for high-risk work products, or the high-risk portions of large products, and for major work products that are about to be baselined. Less formal reviews are acceptable for other work products
符合这些条件中一种或几种的工作产品被认为是高风险的。如果未发现的缺陷对项目达成进度,质量,成本及特征目标的能力没有重大影响,则该工作产品被认为是低风险的。评审只用于高风险的工作产品或大产品的高风险部分或将要被基线化的主要工作产品。对其他的工作产品能进行不太正式的评审。
4. Participants(参和者)
Table 1 suggests project roles who might review different work products. Not all of these perspectives need to be represented. In general, a work product should be reviewed by:
表1列出了评审不同工作产品的项目角色。不是所有这些角度都必须表现出来。通常,一项工作产品的评审需要有:
? the author of any predecessor document or specification
? 以往的文件或规范的创建者
? someone who must base their subsequent work on the work product
? 以该工作产品为基础进行后续工作的人。
? peers of the author
? 创建者的同行们
? anyone responsible for a component to which the work product interfaces
? 使用该工作产品接口的组件的负责人
Attendance by anyone with supervisory authority over the author is by invitation of the author only.
对工作产品创建者具有监督权力的人只能在创建者的邀请下参加评审。
Table 1. Review Participants for Different Types of Work Products.
表1. 各类工作产品的参评人
Work Product Type工作产品类型 Work Product Type工作产品类型 Architecture or High-Level Design架构或概要设计 architect, requirements analyst, designer, project manager, integration test engineer架构师,需求分析师,设计师,项目经理,集成测试工程师 Detail Design周详设计 designer, architect, programmer, integration test engineer设计师,架构师,程式员,集成测试工程师 Process Documentation过程文件 process improvement group leader, process improvement working group members, management-level process owner, practitioner representatives who will use the process过程改进组负责人,过程改进工作组成员,管理级的过程拥有者,使用过程的实践者的代表 Project Plans项目计划 project manager, program manager, business sponsor, marketing or sales representative, technical lead, quality assurance manager项目经理,产品经理,需求提出者,市场或销售代表,技术负责人,质量确保工程师 Requirements Specification需求规格说明书 requirements analyst, project manager, architect, designer, system test engineer, quality assurance manager, user or marketing representative, documentation writer, subject matter expert, technical support representative需求分析师,项目经理,架构师,设计师,系统测试工程师,质量确保经理,用户或市场代表,文件编写者,业务专家,技术支持代表 Source Code原始码 programmer, designer, unit test engineer, maintainer, requirements analyst, coding standards expert程式员,设计师,单元测试工程师,维护者,需求分析师,编码标准专家 System Technical Documentation系统技术文件 author, project manager, maintainer, programmer创建者,项目经理,维护者,程式员 Test Documentation测试文件 test engineer, programmer (unit testing) or architect (integration testing) or requirements analyst (system testing), quality assurance representative测试工程师,程式员(单元测试)或架构师(集成测试)或需求分析师(系统测试),质量确保代表 User Interface Design用户界面设计 user interface designer, requirements analyst, user, application domain expert, usability or human factors expert, system test engineer用户界面设计师,需求分析师,用户,应用领域专家,可用性或人体专家,系统测试工程师 User Manual用户手册 ocumentation writer, requirements analyst, user or marketing representative, system test engineer, maintainer, designer, instructional designer, trainer, technical support representative文件编写者,需求分析师,用户或市场代表,系统测试工程师,维护人员,设计师,用户教育设计师,培训师,技术支持代表
以上内容由 华夏名网 搜集整理,如转载请注明原文出处,并保留这一部分内容。
“华夏名网” http://www.sudu.cn 和 http://www.bigwww.com 是成都飞数科技有限公司的网络服务品牌,专业经营虚拟主机,域名注册,VPS,服务器租用业务。公司创建于2002年,经过6年的高速发展,“华夏名网”已经成为我国一家知名的互联网服务提供商,被国外权威机构webhosting.info评价为25大IDC服务商之一。 - (阅读次数:159)
- 上一篇: 软件研发的6sigma案例解析 下一篇: 同行评审过程描述(二)??评审步骤
- [
收藏] [
推荐] [
评论] [打印本页] [返回上一页][关闭窗口]
推荐资讯
- ·服务升级:虚拟服务器安全提上日程 (8916次点击)
- ·全解析??国外虚拟主机空间的优缺点 (8484次点击)
- ·企业虚拟化项目十个重要技术问题 (8631次点击)
- ·VPS主机 VS 传统主机??适用才是王道 (8784次点击)
- ·代理域名主机向导 企业个人购买也适用 (7451次点击)
- ·Apache服务器虚拟主机设置技术深入解析 (10412次点击)
- ·1.62亿网民塑造了虚拟主机商业纽带 (8116次点击)
- ·中国和美国虚拟主机商经营方法的几点差别 (8205次点击)
- ·国外虚拟主机商进入国内 将水土不服? (8093次点击)
- ·企业建站在选购空间时应注意的几个误区 (8197次点击)
最热资讯
- ·支付宝员工裸奔庆祝交易量创新高 (1650次点击)
- ·DNS大规模受攻击 域名服务企业向警方报案 (1373次点击)
- ·飞一般的感觉:计算机绝非一般人所知小绝技 (1353次点击)
- ·地方社区网站受宠 中国地方二十强出炉 (1352次点击)
- ·国内首个IPV6网站认证启动 目前提供免费使用 (1338次点击)
- ·调查称 中国网站数和QQ空间用户增长最快 (1303次点击)
- ·数万中小企业翘首以待“.中国”域名 (1295次点击)
- ·独家:雨林木风预购8G带宽 运营115网络U盘 (1293次点击)
- ·千橡正式回应开心起诉:域名只是入口而已 (1279次点击)
- ·对于天价cn短域名 我们是要得还是要不得 (1274次点击)



我的主机
我的域名
我的邮箱
我的VPS
我的服务器
