PM at Google——软件开发过程与敏捷开发实践常用术语(中英)

Copyright © 2015 University of Alberta.

SOFTWARE PROCESSES AND AGILE PRACTICES

Glossary

WordDefinition
AcceptanceTest A test that verifies that a product requirement has been satisfied. It can be automated or a script for a human to conduct.
ActivityA set of related tasks.
Ad Hoc DevelopmentDeveloping software reactively, without a plan.
AdaptationResponding to changes.
AgileA philosophy for developing software that is based on the values and principles of the Manifesto for Agile Software Development.
Agile ManifestoA declaration of the values and principles for software development that follows the Agile philosophy.
Agile PracticesTechniques, rules, or guidelines that are based on the Agile Manifesto to make software development or management more effective.
Agile Unified ProcessA methodology that combines the Unified Process model and Agile practices.
Analysis, RequirementsAn activity to examine the requirements of a product to ensure, for example, that they are clear, complete, and consistent.
AnalyzeExamine methodically and in detail to discover insights or potential improvements.
ArchitectureThe structure of a software system in terms of components, connections, and constraints.
BacklogIn Scrum, a prioritized list of features and functionalities for a product, maintained by the product owner.
Change-FriendlyA product that is easily adaptable to change.
Client SatisfactionThat the client is happy with the product provided, so it solves their problem, addresses their needs, and meets their expectations.
Coding StandardA set of guidelines or conventions to be followed by software developers on the formatting, style, and usage for source code in a particular programming language.
Collective OwnershipA practice to encourage anyone on the development team to contribute to any part of the product. The team, not individuals, own the product’s successes and failures.
ConstructionThe phase in the Unified Process model in which the focus is on implementing the product.
Continuous DeliveryA practice to produce valuable software in short iterations to ensure that the software can be reliably released at any time.
Continuous IntegrationA practice where developers combine their code frequently into a shared repository to detect build issues or incompatibilities early.
Cross-FunctionalThe development team is self-contained, consisting of all the skills needed to complete the product.
CycleA complete loop of the Unified Process model through its phases.
Design and Implementation PhaseThe phase of a software process where you design the organization of the product and implement that design.
DocumentationDocuments that describe the product for the developers or end users.
ElaborationThe phase in the Unified Process model in which the focus is on an architectural model or prototype to later drive product implementation.
Elicitation, RequirementsAn activity to discover requirements, by interacting with users, clients, and other stakeholders, investigating their needs, and exploring the ideas and features of a potential product.
EstimationA rough calculation of something, for example, the anticipated effort needed for a requirement or the time needed for a task.
Evolutionary PrototypeA working prototype from a sequence of prototypes, where the first begins with all features in basic form and subsequent prototypes further refine those features.
Exploratory PrototypeA working prototype to learn about the feasibility of a product idea.
Expression, RequirementsAn activity to describe the needed product features from the client in a structured way.
External DocumentationDocumentation that is intended to be used by users of the product.
Extreme ProgrammingAn Agile methodology that focuses on practices for effective software development, including pair programming and test-driven development.
Illustrative PrototypeA simple prototype to depict product ideas in a low-fidelity form, potentially on disposable media.
InceptionThe initial phase in the Unified Process model in which key requirements are outlined and the business case, scope, and risks are identified.
IncrementalPrototype A working prototype from a sequence of prototypes, where the first begins with a core set of features and subsequent prototypes add more features as resources permit. Features are triaged into categories of “must do”, “should do”, and “could do” to determine the order of release.
Input Work ProductA work product that is required for an activity to occur.
InspectionA procedure to review a work product for flaws.
IntegrationCombining software written by different developers into a coherent whole.
InterfaceA boundary across which two separate entities communicate, for example, the connection between two software components or the visual presentation that an end user interacts with to use the product.
Internal DocumentationDocumentation that is intended to be used by members of the development team for a product.
InvariantA property that remains unchanging.
IterationOne instance of a repetition.
Iterative ProcessA kind of process with repeated sequences of phases.
KanbanIn software development, a visual way to organize and track required work through their stages of completion.
Life CycleThe life span of a product.
Life Cycle ProcessA process to develop and manage a software product from its initial conception to its retirement.
Linear (Process) ModelA conceptual representation of a linear process.
Linear ProcessA kind of process that advances from one phase to another sequentially and only when the previous phase has completed.
ManagedThat processes and practices are followed to organize the work of everyone involved in the software project.
Management, RequirementsAn activity whereby requirements are organized for reference and reuse, for example, ensuring requirements are traceable to tests and source code.
MethodologyA defined set of practices to perform software development.
MetricA way to measure that a product or process meets some quality or characteristic.
Metric DataData acquired from calculating metrics on a product or process.
Microsoft Daily BuildA practice from Microsoft in which all software must be integrated at the end of the day.
MonitoringThe tracking of a project’s progress and the product’s quality.
Output Work ProductA work product that is generated by an activity.
Pair ProgrammingA practice where two developers work side-by-side on a task at the same computer.
Parallel ProcessA kind of process in which activities can happen across phases and concurrently with other activities.
PhaseA distinct period or stage in a process.
PlanningA procedure done to make plans that organize and schedule upcoming work.
PracticesTechniques, rules, or guidelines to make software development or management more effective.
Prioritization, RequirementsAn activity to organize the list of requirements based upon what is of higher value and should be completed earlier.
ProcessAn organization of the development of software into distinct phases or stages.
Process ModelA conceptual representation of the phases of a process.
Product OwnerIn Scrum, the role responsible for the product backlog.
ProjectAn endeavour to complete a product including its planning, development, operation, and evolution.
Project Management PhaseConsists of parallel and ongoing activities to manage and plan work throughout development.
PrototypeA preliminary form or version of the software product, from which other forms are developed.
RefactoringA practice to restructure the internal design of the code without changing its behaviour, to allow future changes to be easier.
RequirementA specific description of a need, such as a desired capability to be implemented in the product.
ResourceSomething that improves, advances, or funds a task.
RetrospectivesA way to reflect and review the development of a product and its process to identify lessons learned to improve future work.
ReviewTo reflect on something and determine what was good and what can be improved upon.
Risk ManagementIdentifying and mitigating risks before they occur.
Risk PlanA course of action that outlines the solution if an issue should occur. Also known as an action plan.
RoleA job-related activity that a person takes on.
Sawtooth ModelA linear process model, with specific phases that involve the client.
ScrumAn iterative and incremental Agile methodology for managing software development.
Scrum EventsIn Scrum, occurrences facilitated by the scrum master, including sprints, sprint planning, daily scrums, sprint review, and sprint retrospective.
Scrum MasterIn Scrum, the role responsible for organizing and facilitating Scrum practices by the product owner and the development team.
Scrum TeamConsists of everyone responsible for making a software product using Scrum practices, including the product owner, the scrum master, and development team members.
Self-OrganizingA development team that is empowered to decide how to implement the product and determine on their own who will take on each required task.
Software Engineering ActivitySee Activity.
SpecificationPhase The phase of a process when the idea for the product is conceived, including a definition of what the product does.
Spiral ModelA risk-driven process model by Boehm that iterates through four phases.
SprintIn Scrum, an iteration over a short time period, whereby an increment of working software is delivered to the client at the end for feedback.
StandardizeTo adopt development practices that ensure consistency or compatibility.
Sub-ProcessA smaller process within a larger process.
Sub-TeamsA smaller team within a larger team.
System MetaphorA practice to explain the product simply to someone else, through familiar concepts or by analogy.
TaskA small, manageable unit of work to be completed.
Task DependencyA relationship that specifies the ordering of tasks.
Test-Driven DevelopmentA practice where tests are prepared for a required feature or functionality before its corresponding source code is written.
Throwaway PrototypeA full version of a product, intended to be replaced by a subsequent version.
TransitionThe phase in the Unified Process model in which the software product is fully delivered and deployed.
TransparencyThat everyone can see every aspect of the project.
TriageA procedure to classify requirements or requests, for example, into “must do”, “should do”, “could do” priorities.
Unified Process ModelA use-case-driven, architecture-focused, iterative and incremental software development process.
Unit TestA test written and run by developers to verify whether a low-level functionality works correctly.
User StoryA short, structured description of a product requirement that outlines who wants the requirement, what the requirement is, and why the requirement has value.
V-ModelA linear process model, which focuses on verifying the product at multiple levels.
ValidatedThat the released software product satisfies the client.
ValidationSee Validated.
VelocityThe number of units of work that can be completed over a given time interval.
VerificationSee Verified.
Verification and Validation PhaseThe phase of a software process when the product is tested for whether it meets the requirements and the product is reviewed for whether it satisfies the client.
VerifiedThat the released software product meets all the specified requirements.
Waterfall ModelA linear software development process, typified by phases where approved work products are passed from one phase to the next.
Work ProductAn output produced by completing a specific task. A work product can also be consumed as an input for another task.

软件开发过程与敏捷开发实践

中文术语

以下内容为本人自译,若有纰漏,还请多多指正。

中文释义
验收测试用来验证是否满足产品要求的测试。它可以是自动化的,也可以是脚本供人类操作。
活动一组相关任务。
临时开发无计划地被动开发软件。
适应响应变化。
敏捷基于敏捷软件开发宣言的价值观和原则的软件开发哲学。
敏捷宣言遵循敏捷哲学的软件开发价值和原则声明。
敏捷实践基于敏捷宣言的技术,规则或指南,可提高软件开发或管理的效率。
敏捷统一流程结合了统一流程模型和敏捷实践的方法。
分析,要求一项检查产品需求的活动,以确保例如它们是清晰,完整和一致的。
分析有条不紊地进行详细检查,以发现见解或潜在的改进。
建筑就组件,连接和约束而言,软件系统的结构。
积压在Scrum中,由产品所有者维护的产品特征和功能的优先列表。
改变友善易于适应变化的产品。
客户满意度客户对所提供的产品感到满意,因此可以解决他们的问题,满足他们的需求并满足他们的期望。
编码标准软件开发人员应遵循的一组准则或约定,以特定编程语言编写源代码的格式,样式和用法。
集体所有权鼓励开发团队中的任何人对产品的任何部分做出贡献的一种做法。由团队而非个人来负责产品的成败。
施工统一过程模型中的阶段,重点在于实现产品。
持续交付在短时间内生产有价值的软件的实践,以确保可以随时可靠地发布该软件。
持续集成开发人员经常将其代码合并到共享存储库中,以及早发现构建问题或不兼容的做法。
跨职能开发团队是独立的,由完成产品所需的所有技能组成。
循环统一过程模型的各个阶段的完整循环。
设计和实施阶段在软件过程中,您设计产品的组织并实施该设计的阶段。
说明文档为开发人员或最终用户描述产品的文档。
详细说明统一过程模型中的阶段,其中重点放在体系结构模型或原型上,以稍后推动产品实现。
启发,要求通过与用户,客户和其他利益相关者进行交互,调查他们的需求并探索潜在产品的想法和功能来发现需求的活动。
估算粗略地计算某些内容,例如,需求所需的预期工作量或任务所需的时间。
进化原型一系列原型中的一个可用原型,其中第一个原型以基本形式的所有特征开始,随后的原型进一步完善了这些特征。
探索性原型一个有效的原型,用于了解产品创意的可行性。
表达,要求一种以结构化方式描述客户所需的产品功能的活动。
外部文档产品用户打算使用的文档。
极限编程一种专注于有效软件开发实践的敏捷方法论,包括结对编程和测试驱动的开发。
说明性原型一个简单的原型,可以以低保真度形式描述产品创意,并可能在一次性介质上。
启始统一过程模型的初始阶段,其中概述了关键需求,并确定了业务案例,范围和风险。
增量式原型一系列原型中的一个有效原型,第一个原型以一组核心功能开始,随后的原型在资源允许的情况下添加更多功能。将功能分为“必须做”,“应该做”和“可以做”类别,以确定发布的顺序。
输入工作产品活动发生所需的工作产品。
检验审查工作产品的缺陷的过程。
整合将不同开发人员编写的软件组合成一个连贯的整体。
界面一个边界,两个单独的实体在该边界上进行通信,例如,两个软件组件之间的连接或最终用户进行交互以使用该产品的视觉表示。
内部文件开发人员使用的产品文档。
不变的保持不变的属性。
迭代重复的一个实例。
迭代过程一种具有重复相序的过程。
看板在软件开发中,一种可视化的方式来组织和跟踪完成工作所需的工作。
生命周期产品的寿命。
生命周期过程从最初的概念到退役的软件产品开发和管理过程。
线性(过程)模型线性过程的概念表示。
线性工艺一种过程,仅当上一阶段完成时才从一个阶段逐步进行到另一阶段。
托管遵循该过程和实践来组织参与软件项目的每个人的工作。
管理,要求组织需求以供参考和重用的活动,例如,确保需求可追溯到测试和源代码。
方法论用于执行软件开发的一组定义的实践。
公制一种衡量产品或过程是否符合某种质量或特征的方法。
指标数据通过计算产品或过程的度量获取的数据。
Microsoft每日生成Microsoft的一项惯例,必须在一天结束时集成所有软件。
监控跟踪项目的进度和产品的质量。
输出工作产品活动产生的工作产品。
配对编程一种实践,其中两个开发人员在同一台计算机上并行处理一项任务。
并行处理一种过程,活动可以跨阶段进行,也可以与其他活动同时发生。
过程中的不同时期或阶段。
规划为制定计划以组织和安排即将进行的工作的计划而执行的过程。
实践使软件开发或管理更有效的技术,规则或准则。
优先顺序,要求一项根据较高价值组织需求清单的活动,应尽早完成。
工艺流程将软件开发分为不同阶段或阶段的组织。
工艺模型过程阶段的概念性表示。
产品负责人在Scrum中,负责产品积压的角色。
项目努力完成产品,包括其计划,开发,运营和发展。
项目管理阶段由并行和正在进行的活动组成,以管理和计划整个开发过程中的工作。
原型软件产品的初步形式或版本,从中可以开发其他形式。
重构一种在不更改其行为的情况下重组代码内部设计的做法,以使将来的更改更加容易。
要求需求的具体描述,例如要在产品中实现的所需功能。
资源可以改善,推进或资助任务的东西。
复盘反映和审查产品开发及其过程的方法,以识别吸取的教训以改进未来的工作。
评论反思某件事,确定什么是好的,哪些可以改进。
风险管理在风险发生之前识别并减轻风险。
风险计划如果发生问题,概述解决方案的操作过程。也称为行动计划。
角色一个人从事的与工作相关的活动。
锯齿模型线性过程模型,具有涉及客户的特定阶段。
Scrum用于管理软件开发的迭代和增量敏捷方法。
Scrum活动在Scrum中,Scrum管理员协助进行的事件包括Sprint,Sprint计划,每日Scrum,Sprint审查和Sprint回顾。
Scrum大师在Scrum中,由产品所有者和开发团队负责组织和促进Scrum实践的角色。
Scrum团队由负责使用Scrum实践制作软件产品的每个人组成,包括产品所有者,Scrum管理员和开发团队成员。
自我组织开发团队有权决定如何实施产品,并自行确定谁将承担每个必需的任务。
软件工程活动请参阅活动。
规格书阶段构想产品创意的过程的阶段,包括产品功能的定义。
螺旋模型Boehm的风险驱动流程模型迭代了四个阶段。
冲刺在Scrum中,这是在短时间内进行的迭代,从而将大量的工作软件最终交付给客户端以进行反馈。
标准化采用确保一致性或兼容性的开发实践。
子流程较大的过程中较小的过程。
小组大团队中的小团队。
系统隐喻通过熟悉的概念或类推向他人简单地解释产品的一种做法。
任务一个小的,易于管理的工作单元。
任务依赖性指定任务顺序的关系。
测试驱动开发在编写相应的源代码之前,针对所需的功能部件准备测试的实践。
一次性原型产品的完整版本,打算由后续版本替换。
过渡统一过程模型中的阶段,在该阶段中,软件产品已完全交付和部署。
透明度每个人都可以看到项目的各个方面。
分流一种将需求或请求分类为例如“必须”,“应该”,“可以”优先级的过程。
统一流程模型一个用例驱动,以体系结构为中心的迭代和增量软件开发过程。
单元测试由开发人员编写和运行的测试,用于验证低级功能是否正常工作。
用户故事产品需求的简短结构化描述,概述了谁想要该需求,什么是需求以及为什么需求具有价值。
V型线性过程模型,专注于在多个级别上验证产品。
已验证发行的软件产品满足客户的要求。
验证请参阅已验证。
速度在给定的时间间隔内可以完成的工作单元数。
验证参见已验证。
验证和确认阶段测试产品是否满足要求并检查产品是否满足客户的软件过程阶段。
已验证发行的软件产品符合所有指定要求。
瀑布模型线性软件开发过程,以阶段为代表,其中已批准的工作产品从一个阶段传递到下一个阶段。
工作产品通过完成特定任务产生的输出。工作产品也可以用作其他任务的输入。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值