软件测试英语术语缩写

软件测试英语术语缩写
软件测试英语术语缩写

软件测试常用英语词汇

静态测试:Non-Execution-Based Testing或Static testing 代码走查:Walkthrough

代码审查:Code Inspection

技术评审:Review

动态测试:Execution-Based Testing

白盒测试:White-Box Testing

黑盒测试:Black-Box Testing

灰盒测试:Gray-Box Testing

软件质量保证SQA:Software Quality Assurance

软件开发生命周期:Software Development Life Cycle

冒烟测试:Smoke Test

回归测试:Regression Test

功能测试:Function Testing

性能测试:Performance Testing

压力测试:Stress Testing

负载测试:Volume Testing

易用性测试:Usability Testing

安装测试:Installation Testing

界面测试:UI Testing

配置测试:Configuration Testing

文档测试:Documentation Testing

兼容性测试:Compatibility Testing

安全性测试:Security Testing

恢复测试:Recovery Testing

单元测试:Unit Test

集成测试:Integration Test

系统测试:System Test

验收测试:Acceptance Test

测试计划应包括:

测试对象:The Test Objectives

测试范围: The Test Scope

测试策略: The Test Strategy

测试方法: The Test Approach,

测试过程: The test procedures,

测试环境: The Test Environment,

测试完成标准:The test Completion criteria

测试用例:The Test Cases

测试进度表:The Test Schedules

风险:Risks

接口:Interface

最终用户:The End User

正式的测试环境:Formal Test Environment

确认需求:Verifying The Requirements

有分歧的需求:Ambiguous Requirements

运行和维护:Operation and Maintenance.

可复用性:Reusability

可靠性: Reliability/Availability

电机电子工程师协会IEEE:The Institute of Electrical and Electronics Engineers) 正确性:Correctness

实用性:Utility

健壮性:Robustness

可靠性:Reliability

软件需求规格说明书:SRS (software requirement specification )

概要设计:HLD (high level design )

详细设计:LLD (low level design )

统一开发流程:RUP (rational unified process )

集成产品开发:IPD (integrated product development )

能力成熟模型:CMM (capability maturity model )

能力成熟模型集成:CMMI (capability maturity model integration )

戴明环:PDCA (plan do check act )

软件工程过程组:SEPG (software engineering process group )

集成测试:IT (integration testing )

系统测试:ST (system testing )

关键过程域:KPA (key process area )

同行评审:PR (peer review )

用户验收测试:UAT (user acceptance testing )

验证和确认:V&V (verification & validation )

控制变更委员会:CCB (change control board )

图形用户界面:GUI (graphic user interface )

配置管理员:CMO (configuration management officer )

平均失效间隔时间:(MTBF mean time between failures )

平均修复时间:MTTR (mean time to restoration )

平均失效时间:MTTF (mean time to failure )

工作任务书:SOW (statement of work )

α测试:alpha testing

β测试:beta testing

适应性:Adaptability

可用性:Availability

功能规格说明书:Functional Specification

软件开发中常见英文缩写和各类软件开发文档的英文缩写:

英文简写文档名称

MRD market requirement document (市场需求文档)

PRD product requirement document (产品需求文档)

SOW 工作任务说明书

PHB Process Handbook (项目过程手册)

EST Estimation Sheet (估计记录)

PPL Project Plan (项目计划)

CMP Software Management Plan( 配置管理计划)

QAP Software Quality Assurance Plan (软件质量保证计划)

RMP Software Risk Management Plan (软件风险管理计划)

TST Test Strategy(测试策略)

WBS Work Breakdown Structure (工作分解结构)

BRS Business Requirement Specification(业务需求说明书)

SRS Software Requirement Specification(软件需求说明书)

STP System Testing plan (系统测试计划)

STC System Testing Cases (系统测试用例)

HLD High Level Design (概要设计说明书)

ITP Integration Testing plan (集成测试计划)

ITC Integration Testing Cases (集成测试用例)

LLD Low Level Design (详细设计说明书)

UTP Unit Testing Plan ( 单元测试计划)

UTC Unit Testing Cases (单元测试用例)

UTR Unit Testing Report (单元测试报告)

ITR Integration Testing Report (集成测试报告)

STR System Testing Report (系统测试报告)

RTM Requirements Traceability Matrix (需求跟踪矩阵)

CSA Configuration Status Accounting (配置状态发布)

CRF Change Request Form (变更申请表)

WSR Weekly Status Report (项目周报)

QSR Quality Weekly Status Report (质量工作周报)

QAR Quality Audit Report(质量检查报告)

QCL Quality Check List(质量检查表)

PAR Phase Assessment Report (阶段评估报告)

CLR Closure Report (项目总结报告)

RFF Review Finding Form (评审发现表)

MOM Minutes of Meeting (会议纪要)

MTX Metrics Sheet (度量表)

CCF ConsistanceCheckForm(一致性检查表)

BAF Baseline Audit Form(基线审计表)

PTF Program Trace Form(问题跟踪表)

领测国际科技(北京)有限公司

领测软件测试网软件测试中英文对照术语表A

? Abstract test case (High level test case) :概要测试用例? Acceptance:验收

? Acceptance criteria:验收标准

? Acceptance testing:验收测试

? Accessibility testing:易用性测试

? Accuracy:精确性

? Actual outcome (actual result) :实际输出/实际结果

? Ad hoc review (informal review) :非正式评审

? Ad hoc testing:随机测试

? Adaptability:自适应性

? Agile testing:敏捷测试

? Algorithm test (branch testing) :分支测试

? Alpha testing:alpha 测试

? Analyzability:易分析性

? Analyzer:分析员

? Anomaly:异常

? Arc testing:分支测试

? Attractiveness:吸引力

? Audit:审计

? Audit trail:审计跟踪

? Automated testware:自动测试组件

? Availability:可用性

B

? Back-to-back testing:对比测试

? Baseline:基线

? Basic block:基本块

? Basis test set:基本测试集

? Bebugging:错误撒播

? Behavior:行为

? Benchmark test:基准测试

? Bespoke software:定制的软件

? Best practice:最佳实践

? Beta testing:Beta 测试

领测国际科技(北京)有限公司

领测软件测试网 Big-bang testing:集成测试

? Black-box technique:黑盒技术

? Black-box testing:黑盒测试

? Black-box test design technique:黑盒测试设计技术

? Blocked test case:被阻塞的测试用例

? Bottom-up testing:自底向上测试

? Boundary value:边界值

? Boundary value analysis:边界值分析

? Boundary value coverage:边界值覆盖率

? Boundary value testing:边界值测试

? Branch:分支

? Branch condition:分支条件

? Branch condition combination coverage:分支条件组合覆盖率

? Branch condition combination testing:分支条件组合测试

? Branch condition coverage:分支条件覆盖率

? Branch coverage:分支覆盖率

? Branch testing:分支测试

? Bug:缺陷

? Business process-based testing:基于商业流程的测试

C

? Capability Maturity Model (CMM) :能力成熟度模型

? Capability Maturity Model Integration (CMMI) :集成能力成熟度模型? Capture/playback tool:捕获/回放工具

? Capture/replay tool:捕获/重放工具

? CASE (Computer Aided Software Engineering) :电脑辅助软件工程? CAST (Computer Aided Software Testing) :电脑辅助软件测试

? Cause-effect graph:因果图

? Cause-effect graphing:因果图技术

? Cause-effect analysis:因果分析

? Cause-effect decision table:因果判定表

? Certification:认证

? Changeability:可变性

? Change control:变更控制

? Change control board:变更控制委员会

? Checker:检查人员

? Chow's coverage metrics (N-switch coverage) :N 切换覆盖率? Classification tree method:分类树方法

? Code analyzer:代码分析器

? Code coverage:代码覆盖率

领测国际科技(北京)有限公司

领测软件测试网 Code-based testing:基于代码的测试

? Co-existence:共存性

? Commercial off-the-shelf software:商用离岸软件

? Comparator:比较器

? Compatibility testing:兼容性测试

? Compiler:编译器

? Complete testing:完全测试/穷尽测试

? Completion criteria:完成标准

? Complexity:复杂性

? Compliance:一致性

? Compliance testing:一致性测试

? Component:组件

? Component integration testing:组件集成测试

? Component specification:组件规格说明

? Component testing:组件测试

? Compound condition:组合条件

? Concrete test case (low level test case) :详细测试用例? Concurrency testing:并发测试

? Condition:条件表达式

? Condition combination coverage:条件组合覆盖率

? Condition coverage:条件覆盖率

? Condition determination coverage:条件判定覆盖率

? Condition determination testing:条件判定测试

? Condition testing:条件测试

? Condition outcome:条件结果

? Confidence test (smoke test) :信心测试(冒烟测试)

? Configuration:配置

? Configuration auditing:配置审核

? Configuration control:配置控制

? Configuration control board (CCB) :配置控制委员会

? Configuration identification:配置标识

? Configuration item:配置项

? Configuration management:配置管理

? Configuration testing:配置测试

? Confirmation testing:确认测试

? Conformance testing:一致性测试

? Consistency:一致性

? Control flow:控制流

? Control flow graph:控制流图

? Control flow path:控制流路径

? Conversion testing:转换测试

? COTS (Commercial Off-The-Shelf software) :商业离岸软件? Coverage:覆盖率

? Coverage analysis:覆盖率分析

领测国际科技(北京)有限公司

领测软件测试网 Coverage item:覆盖项

? Coverage tool:覆盖率工具

? Custom software:定制软件

? Cyclomatic complexity:圈复杂度

? Cyclomatic number:圈数

D

? Daily build:每日构建

? Data definition:数据定义

? Data driven testing:数据驱动测试

? Data flow:数据流

? Data flow analysis:数据流分析

? Data flow coverage:数据流覆盖率

? Data flow test:数据流测试

? Data integrity testing:数据完整性测试

? Database integrity testing:数据库完整性测试

? Dead code:无效代码

? Debugger:调试器

? Debugging:调试

? Debugging tool:调试工具

? Decision:判定

? Decision condition coverage:判定条件覆盖率

? Decision condition testing:判定条件测试

? Decision coverage:判定覆盖率

? Decision table:判定表

? Decision table testing:判定表测试

? Decision testing:判定测试技术

? Decision outcome:判定结果

? Defect:缺陷

? Defect density:缺陷密度

? Defect Detection Percentage (DDP) :缺陷发现率

? Defect management:缺陷管理

? Defect management tool:缺陷管理工具

? Defect masking:缺陷屏蔽

? Defect report:缺陷报告

? Defect tracking tool:缺陷跟踪工具

? Definition-use pair:定义-使用对

? Deliverable:交付物

? Design-based testing:基于设计的测试

? Desk checking:桌面检查

领测国际科技(北京)有限公司

领测软件测试网 Development testing:开发测试

? Deviation:偏差

? Deviation report:偏差报告

? Dirty testing:负面测试

? Documentation testing:文档测试

? Domain:域

? Driver:驱动程序

? Dynamic analysis:动态分析

? Dynamic analysis tool:动态分析工具

? Dynamic comparison:动态比较

? Dynamic testing:动态测试

E

? Efficiency:效率

? Efficiency testing:效率测试

? Elementary comparison testing:基本组合测试

? Emulator:仿真器、仿真程序

? Entry criteria:入口标准

? Entry point:入口点

? Equivalence class:等价类

? Equivalence partition:等价区间

? Equivalence partition coverage:等价区间覆盖率

? Equivalence partitioning:等价划分技术

? Error:错误

? Error guessing:错误猜测技术

? Error seeding:错误撒播

? Error tolerance:错误容限

? Evaluation:评估

? Exception handling:异常处理

? Executable statement:可执行的语句

? Exercised:可执行的

? Exhaustive testing:穷尽测试

? Exit criteria:出口标准

? Exit point:出口点

? Expected outcome:预期结果

? Expected result:预期结果

? Exploratory testing:探测测试

领测国际科技(北京)有限公司

领测软件测试网 Fail:失败

? Failure:失败

? Failure mode:失败模式

? Failure Mode and Effect Analysis (FMEA) :失败模式和影响分析

? Failure rate:失败频率

? Fault:缺陷

? Fault density:缺陷密度

? Fault Detection Percentage (FDP) :缺陷发现率? Fault masking:缺陷屏蔽

? Fault tolerance:缺陷容限

? Fault tree analysis:缺陷树分析

? Feature:特征

? Field testing:现场测试

? Finite state machine:有限状态机

? Finite state testing:有限状态测试

? Formal review:正式评审

? Frozen test basis:测试基线

? Function Point Analysis (FPA) :功能点分析

? Functional integration:功能集成

? Functional requirement:功能需求

? Functional test design technique:功能测试设计技术? Functional testing:功能测试

? Functionality:功能性

? Functionality testing:功能性测试

G

? glass box testing:白盒测试

H

? Heuristic evaluation:启发式评估

? High level test case:概要测试用例

? Horizontal traceability:水平跟踪

领测国际科技(北京)有限公司

领测软件测试网 Impact analysis:影响分析

? Incremental development model:增量开发模型

? Incremental testing:增量测试

? Incident:事件

? Incident management:事件管理

? Incident management tool:事件管理工具

? Incident report:事件报告

? Independence:独立

? Infeasible path:不可行路径

? Informal review:非正式评审

? Input:输入

? Input domain:输入范围

? Input value:输入值

? Inspection:审查

? Inspection leader:审查组织者

? Inspector:审查人员

? Installability:可安装性

? Installability testing:可安装性测试

? Installation guide:安装指南

? Installation wizard:安装向导

? Instrumentation:插装

? Instrumenter:插装工具

? Intake test:入口测试

? Integration:集成

? Integration testing:集成测试

? Integration testing in the large:大范围集成测试

? Integration testing in the small:小范围集成测试

? Interface testing:接口测试

? Interoperability:互通性

? Interoperability testing:互通性测试

? Invalid testing:无效性测试

? Isolation testing:隔离测试

? Item transmittal report:版本发布报告

? Iterative development model:迭代开发模型

K

? Key performance indicator:关键绩效指标

领测国际科技(北京)有限公司

领测软件测试网 Keyword driven testing:关键字驱动测试L

? Learnability:易学性

? Level test plan:等级测试计划

? Link testing:组件集成测试

? Load testing:负载测试

? Logic-coverage testing:逻辑覆盖测试

? Logic-driven testing:逻辑驱动测试

? Logical test case:逻辑测试用例

? Low level test case:详细测试用例

M

? Maintenance:维护

? Maintenance testing:维护测试

? Maintainability:可维护性

? Maintainability testing:可维护性测试

? Management review:管理评审

? Master test plan:综合测试计划

? Maturity:成熟度

? Measure:度量

? Measurement:度量

? Measurement scale:度量粒度

? Memory leak:内存泄漏

? Metric:度量

? Migration testing:移植测试

? Milestone:里程碑

? Mistake:错误

? Moderator:仲裁员

? Modified condition decision coverage:改进的条件判定覆盖率? Modified condition decision testing:改进的条件判定测试

? Modified multiple condition coverage:改进的多重条件判定覆盖率? Modified multiple condition testing:改进的多重条件判定测试? Module:模块

? Module testing:模块测试

? Monitor:监视器

? Multiple condition:多重条件

? Multiple condition coverage:多重条件覆盖率

领测国际科技(北京)有限公司

领测软件测试网 Multiple condition testing:多重条件测试

? Mutation analysis:变化分析

? Mutation testing:变化测试

N

? N-switch coverage:N 切换覆盖率

? N-switch testing:N 切换测试

? Negative testing:负面测试

? Non-conformity:不一致

? Non-functional requirement:非功能需求

? Non-functional testing:非功能测试

? Non-functional test design techniques:非功能测试设计技术

O

? Off-the-shelf software:离岸软件

? Operability:可操作性

? Operational environment:操作环境

? Operational profile testing:运行剖面测试

? Operational testing:操作测试

? Oracle:标准

? Outcome:输出/结果

? Output:输出

? Output domain:输出范围

? Output value:输出值

P

? Pair programming:结队编程

? Pair testing:结队测试

? Partition testing:分割测试

? Pass:通过

? Pass/fail criteria:通过/失败标准

? Path:路径

? Path coverage:路径覆盖

? Path sensitizing:路径敏感性

? Path testing:路径测试

领测国际科技(北京)有限公司

领测软件测试网 Peer review:同行评审? Performance:性能

? Performance indicator:绩效指标

? Performance testing:性能测试

? Performance testing tool:性能测试工具? Phase test plan:阶段测试计划

? Portability:可移植性

? Portability testing:移植性测试

? Postcondition:结果条件

? Post-execution comparison:运行后比较? Precondition:初始条件

? Predicted outcome:预期结果

? Pretest:预测试

? Priority:优先级

? Probe effect:检测成本

? Problem:问题

? Problem management:问题管理

? Problem report:问题报告

? Process:流程

? Process cycle test:处理周期测试

? Product risk:产品风险

? Project:项目

? Project risk:项目风险

? Program instrumenter:编程工具

? Program testing:程序测试

? Project test plan:项目测试计划

? Pseudo-random:伪随机

Q

? Quality:质量

? Quality assurance:质量保证

? Quality attribute:质量属性

? Quality characteristic:质量特征

? Quality management:质量管理

领测国际科技(北京)有限公司

领测软件测试网 Random testing:随机测试? Recorder:记录员

? Record/playback tool:记录/回放工具? Recoverability:可复原性

? Recoverability testing:可复原性测试

? Recovery testing:可复原性测试

? Regression testing:回归测试

? Regulation testing:一致性测试

? Release note:版本说明

? Reliability:可靠性

? Reliability testing:可靠性测试

? Replaceability:可替换性

? Requirement:需求

? Requirements-based testing:基于需求的测试? Requirements management tool:需求管理工具? Requirements phase:需求阶段

? Resource utilization:资源利用

? Resource utilization testing:资源利用测试? Result:结果

? Resumption criteria:继续测试标准

? Re-testing:再测试

? Review:评审

? Reviewer:评审人员

? Review tool:评审工具

? Risk:风险

? Risk analysis:风险分析

? Risk-based testing:基于风险的测试

? Risk control:风险控制

? Risk identification:风险识别

? Risk management:风险管理

? Risk mitigation:风险消减

? Robustness:健壮性

? Robustness testing:健壮性测试

? Root cause:根本原因

S

? Safety:安全

领测国际科技(北京)有限公司

领测软件测试网 Safety testing:安全性测试? Sanity test:健全测试

? Scalability:可测量性

? Scalability testing:可测量性测试

? Scenario testing:情景测试

? Scribe:记录员

? Scripting language:脚本语言

? Security:安全性

? Security testing:安全性测试

? Serviceability testing:可维护性测试

? Severity:严重性

? Simulation:仿真

? Simulator:仿真程序、仿真器

? Site acceptance testing:定点验收测试

? Smoke test:冒烟测试

? Software:软件

? Software feature:软件功能

? Software quality:软件质量

? Software quality characteristic:软件质量特征

? Software test incident:软件测试事件

? Software test incident report:软件测试事件报告

? Software Usability Measurement Inventory (SUMI) :软件可用性调查问卷? Source statement:源语句

? Specification:规格说明

? Specification-based testing:基于规格说明的测试

? Specification-based test design technique:基于规格说明的测试设计技术? Specified input:特定输入

? Stability:稳定性

? Standard software:标准软件

? Standards testing:标准测试

? State diagram:状态图

? State table:状态表

? State transition:状态迁移

? State transition testing:状态迁移测试

? Statement:语句

? Statement coverage:语句覆盖

? Statement testing:语句测试

? Static analysis:静态分析

? Static analysis tool:静态分析工具

? Static analyzer:静态分析工具

? Static code analysis:静态代码分析

? Static code analyzer:静态代码分析工具

? Static testing:静态测试

? Statistical testing:统计测试

领测国际科技(北京)有限公司

领测软件测试网 Status accounting:状态统计

? Storage:资源利用

? Storage testing:资源利用测试

? Stress testing:压力测试

? Structure-based techniques:基于结构的技术

? Structural coverage:结构覆盖

? Structural test design technique:结构测试设计技术

? Structural testing:基于结构的测试

? Structured walkthrough:面向结构的走查

? Stub: 桩

? Subpath: 子路径

? Suitability: 符合性

? Suspension criteria: 暂停标准

? Syntax testing: 语法测试

? System:系统

? System integration testing:系统集成测试? System testing:系统测试

T

? Technical review:技术评审

? Test:测试

? Test approach:测试方法

? Test automation:测试自动化

? Test basis:测试基础

? Test bed:测试环境

? Test case:测试用例

? Test case design technique:测试用例设计技术? Test case specification:测试用例规格说明? Test case suite:测试用例套

? Test charter:测试宪章

? Test closure:测试结束

? Test comparator:测试比较工具

? Test comparison:测试比较

? Test completion criteria:测试比较标准

? Test condition:测试条件

? Test control:测试控制

? Test coverage:测试覆盖率

? Test cycle:测试周期

? Test data:测试数据

? Test data preparation tool:测试数据准备工具领测国际科技(北京)有限公司

领测软件测试网 Test design:测试设计

? Test design specification:测试设计规格说明? Test design technique:测试设计技术

? Test design tool: 测试设计工具

? Test driver: 测试驱动程序

? Test driven development: 测试驱动开发

? Test environment: 测试环境

? Test evaluation report: 测试评估报告

? Test execution: 测试执行

? Test execution automation: 测试执行自动化? Test execution phase: 测试执行阶段

? Test execution schedule: 测试执行进度表? Test execution technique: 测试执行技术

? Test execution tool: 测试执行工具

? Test fail: 测试失败

? Test generator: 测试生成工具

? Test leader:测试负责人

? Test harness:测试组件

? Test incident:测试事件

? Test incident report:测试事件报告

? Test infrastructure:测试基础组织

? Test input:测试输入

? Test item:测试项

? Test item transmittal report:测试项移交报告

? Test level:测试等级

? Test log:测试日志

? Test logging:测试记录

? Test manager:测试经理

? Test management:测试管理

? Test management tool:测试管理工具

? Test Maturity Model (TMM) :测试成熟度模型

? Test monitoring:测试跟踪

? Test object:测试对象

? Test objective:测试目的

? Test oracle:测试标准

? Test outcome:测试结果

? Test pass:测试通过

? Test performance indicator:测试绩效指标

? Test phase:测试阶段

? Test plan:测试计划

? Test planning:测试计划

? Test policy:测试方针

? Test Point Analysis (TPA) :测试点分析

? Test procedure:测试过程

领测国际科技(北京)有限公司

领测软件测试网 Test procedure specification:测试过程规格说明? Test process:测试流程

? Test Process Improvement (TPI) :测试流程改进

? Test record:测试记录

? Test recording:测试记录

? Test reproduceability:测试可重现性

? Test report:测试报告

? Test requirement:测试需求

? Test run:测试运行

? Test run log:测试运行日志

? Test result:测试结果

? Test scenario:测试场景

? Test script:测试脚本

? Test set:测试集

? Test situation:测试条件

? Test specification:测试规格说明

? Test specification technique:测试规格说明技术

? Test stage:测试阶段

? Test strategy:测试策略

? Test suite:测试套

? Test summary report:测试总结报告

? Test target:测试目标

? Test tool:测试工具

? Test type:测试类型

? Testability:可测试性

? Testability review:可测试性评审

? Testable requirements:需求可测试性

? Tester:测试人员

? Testing:测试

? Testware:测试组件

? Thread testing:组件集成测试

? Time behavior:性能

? Top-down testing:自顶向下的测试

? Traceability:可跟踪性

U

? Understandability:易懂性

? Unit:单元

? unit testing:单元测试

? Unreachable code:执行不到的代码

领测国际科技(北京)有限公司

领测软件测试网 Usability:易用性

? Usability testing:易用性测试

? Use case:用户用例

? Use case testing:用户用例测试

? User acceptance testing:用户验收测试

? User scenario testing:用户场景测试

? User test:用户测试

V

? V -model:V 模式

? Validation:确认

? Variable:变量

? Verification:验证

? Vertical traceability:垂直可跟踪性

? Version control:版本控制

? Volume testing:容量测试

W

? Walkthrough:走查

? White-box test design technique:白盒测试设计技术? White-box testing:白盒测试

? Wide Band Delphi:Delphi 估计方法

软件测试常用英语词汇汇总

软件测试常用英语词汇 静态测试:Non-Execution-Based Testing或Static testing 代码走查:Walkthrough 代码审查:Code Inspection 技术评审:Review 动态测试:Execution-Based Testing 白盒测试:White-Box Testing 黑盒测试:Black-Box Testing 灰盒测试:Gray-Box Testing 软件质量保证SQA:Software Quality Assurance 软件开发生命周期:Software Development Life Cycle 冒烟测试:Smoke Test 回归测试:Regression Test 功能测试:Function Testing 性能测试:Performance Testing 压力测试:Stress Testing 负载测试:Volume Testing 易用性测试:Usability Testing 安装测试:Installation Testing 界面测试:UI Testing 配置测试:Configuration Testing 文档测试:Documentation Testing 兼容性测试:Compatibility Testing 安全性测试:Security Testing 恢复测试:Recovery Testing 单元测试:Unit Test 集成测试:Integration Test 系统测试:System Test 验收测试:Acceptance Test 测试计划应包括: 测试对象:The Test Objectives 测试范围: The Test Scope 测试策略: The Test Strategy 测试方法: The Test Approach, 测试过程: The test procedures, 测试环境: The Test Environment, 测试完成标准:The test Completion criteria 测试用例:The Test Cases 测试进度表:The Test Schedules 风险:Risks 接口:Interface 最终用户:The End User 正式的测试环境:Formal Test Environment 确认需求:Verifying The Requirements

材料专业英语常见词汇

材料专业英语常见词汇(一) Structure ['str?kt??]组织 Ceramic [si'r?mik]陶瓷 Ductility [d?k'til?ti] 塑性 Stiffness ['stifnis]刚度 Grain [ɡrein]晶粒 Phase [feiz]相 Unit cell 单胞 Bravais lattice 布拉菲['l?tis]布拉菲点阵 Stack [st?k]堆垛 Crystal ['krist?l] 晶体 Metallic crystal structure [mi't?lik, me-]金属性晶体点阵Non-directional [,n?ndi'rek??n?l, -dai-]无方向性 Face-centered cubic ['kju:bik]面心立方 Body-centered cubic 体心立方Hexagonal close-packed [hek's?ɡ?n?l]['kl?us'p?kt]密排六方Copper ['k?p?] 铜 Aluminum [?'lju:min?m]铝 Chromium ['kr?umj?m]铬 Tungsten ['t??st?n]钨 Crystallographic Plane [,krist?l?u'ɡr?fik][plein]晶面Crystallographic direction 晶向 Property ['pr?p?ti] 性质 Miller indices ['indisi:z]米勒指数 Lattice parameters ['l?tis][p?'r?mit?]点阵参数 Tetragonal [te'tr?ɡ?n?l]四方的 Hexagonal [hek's?ɡ?n?l]六方的 Orthorhombic [,?:θ?'r?mbik]正交的Rhombohedra [,r?mb?u'hi:dr?] 菱方的 Monoclinic [,m?n?u'klinik]单斜的 Prism ['prizm]棱镜 Cadmium ['k?dmi?m]镉 Coordinate system [k?u'?:dinit, k?u'?:dineit]坐标系Point defect ['di:fekt, di'f-, di'fekt]点缺陷Lattice ['l?tis]点阵 Vacancy ['veik?nsi]空位 Solidification [,s?lidifi'kei??n]结晶 Interstitial [,int?'sti??l]间隙 Substitution [,s?bsti'tju:??n]置换 Solid solution strengthening [s?'lju:??n]['stre?θ?n, 'stre?kθ?n] 固溶强化

常用英语单词及缩写

星期 星期一:MONDAY=MON 星期二:TUESDAY=TUS 星期三:WENSEDAY=WEN 星期四:THURSDAY=THUR 星期五:FRIDAY=FRI 星期六:SATURDAY=SAT 星期天:SUNDAY=SUN 月份 一月份=JAN 二月份=FEB 三月份=MAR 四月份=APR 五月份=MAY 六月份=JUN 七月份=JUL 八月份=AUG 九月份=SEP 十月份=OCT 十一月份=NOV 十二月份=DEC 常用词 4=FOR 到永远=FOREVER 2=TO RTN=RETURN(送回) BT=BLOOD TYPE(血型) PLS=PLEASE(请) BD=BIRTHDAY(生日) REWARD=酬谢 REWARD 4 RETURN=送回有酬谢ALLRG=过敏 军事术语 USMC=海军陆战队NAVY=海军 AF=AIR FORCE(空军) ARMY=陆军 宗教类 C=CHRISTIANISM(基督教) J=JUDAISM(犹太教) C=CATHOLICISM(天主教) B=BUDDHISM(佛教) I=ISLAM(伊斯兰教)NR=NO REFERENCE(没有宗教信仰) 星座 水瓶座:AQUARIUS(1月21日- 2月19日) 双鱼座:PISCES(2月20日- 3月20日) 白羊座:ARIES (3月21日- 4月20日) 金牛座:TAURUS(4月21日- 5月21日) 双子座:GEMINI(5月22日- 6月21日) 巨蟹座:CANCER(6月22日- 7月23日) 狮子座:LEO(7月24日- 8月23日)

处女座:VIRGO(8月24日- 9月23日) 天秤座:LIBRA (9月24日- 10月23日) 天蝎座:SCORPIUS(10月24日- 11月22日) 人马座:SAGITTARIUS(11月23日- 12月21日) 山羊座:CAPRICORNUS (12月22日- 1月20日) 1. 国际性或全美性: UNESCO (United Nations Educational, Scientific and Cultural organization)联合国教育科学文化组织(也叫国际文教组织) 例如:(The)UNESCO has made some contributions to the world.(UNESCO 对世界做出一些贡献) NATO(North Atlantic Treaty organization)北大西洋公约组织。 例如:Could(the)NATO members stick to their commitments?(NATO 的成员能坚守承担义务吗?) SALT(Strategic Arms Limitation Treaty)战略武器限制公约 例如:Should every nation join(the)SALT?(每个国家都要加入SALT?) NASA(National Aeronautics and Space Administration)美国航天太空总署 例句:The U.S. space programs depend on the performances of NASA.(美国的太空计画是靠NASA的表现而定。) (注:以上缩写字也被人们当做一个字看待) WHO(World Health organization)世界卫生组织 例句:Taiwan has been trying to become one of the WHO members.(台湾一直想办法成为WHO的成员之一) FBI(Federal Bureau of Investigation)联邦调查局(负责美国境内) CIA(Central Intelligence Agency)中央情报局(负责国外) 例句:Over the past years, Dr. and Mrs. Lee have worked for both FBI and CIA.(过去多年来李博士夫妇都为FBI 和CIA 工作) FDA(Food and Drug Administration)美国食品药物管理局 例句:This new drug has to be approved by the FDA.(这新药要经FDA 批准) USDA(United States Department of Agriculture)美国农业部 例句:USDA supplies myriad of information on agriculture market.(有关农业市场,USDA 供应大量资料。) IRS(Internal Revenue Service)美国税务局

常用专业英语词汇集锦.

六. Abbreviation

168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 R/D R/I RCCP REV RMA RMA ROP RPN RTV S/N S/O SAI SCM SFC SIP SIS SMD SMT SOP SOR SPC SPEC SQM SWOT TE TOC TPI TPM TQA TQC TQM VQA VQM W/H W/O WHS WIP Research and Development Run-In Rough Cut Capacity Planning Revision Returned Merchandise Access Return Merchandise Approval(or Authorization Re-Order Point Risk Priority Number Return To Vendor Serial Number Sales Order Social Accountability International Supply Chain Management Shop Floor Control Standard Inspection Procedule Strategic Information System Surface Mounting Device Surface Mounting Technology Standard Operation Procedure Special Order Request Statistical Process Control Specification Supplier Quality Management Strengths、Weaknesses、Opportunities、 Threates test engineering Theory of Constraints Total Productive Innovation Total Production Management Total Quality Assurance Total Quality Control Total Quality Management Vender Quality Approval Vendor Quality Management Warehouse Work Order warehouse Work In Process 研發部常溫熱機(老

[电气工程]常用专业英语词汇

电气工程常用专业英语词汇表 电气工程常用专业英语词汇表 电路基础 ideal voltage (current) source 理想电压(流)源volt-ampere characteristic 伏安特性potential difference 电位差 reference potential 参考电位resistance 电阻capacitance 电容 inductance 电感 reactance 电抗 inductive(capacitive) reactance 感(容)抗impedance 阻抗 equivalent circuit 等效电路 Ohm’s law 欧姆定律Kirchhoff’s law 基尔霍夫定律Kirchhoff’s voltage law(KVL)基尔霍夫电压定律Kirchhoff’s current law(KCL)基尔霍夫电流定律Thevenin’s theorem 戴维宁定理Norton’s theorem 诺顿定理 branch 支路 node 结点 loop 回路 mesh 网孔 open circuit 开路(断路) short circuit 短路 branch current analysis 支路电流法mesh current analysis 网孔电流法 ode voltage analysis 结点电位法n superposition theorem 叠加原理passive(active) two-terminal network 无(有)源二端网络root mean square (RMS) 均方根值 effective value 有效值instantaneous value 瞬时值 ampere 安培 volt 伏特 Hertz 赫兹 reactive power` 无功功率 active power 有功功率 transfer function 传递函数 apparent power 视在功率 power-factor compensation 功率因数补偿series (parallel) resonance 串(并)联谐振 amplitude(phase)-frequency response characteristic 幅(相)频特性 figure of merit 品质因素 pass-band 通频带bandwidth (BW) 带宽 first(second)-order filter 一(二)阶滤波器low(high)-pass filter 低(高)通滤波器band-pass(stop) filter 带通(阻)滤波器transfer function 转移函数 Bode diagram 波特图 Fourier series 傅立叶级数 three-phase circuit 三相电路 cutoff frequency 截止频率 FFT (Fast Fourier Transform) 快速傅立叶变换 state variable 状态变量 电机 generation 发电 transmission 输电 distribution 配电 coil 线圈 core 铁心 winding 绕组 electrical machine 电机 generator 发电机 motor 电动机 stator (rotor) 定子(转子) armature 电枢 brush 电刷 commutator 换向器 salient-pole 凸极 slip ring 滑环 induction motor 感应电动机 magnetic flux 磁通 asynchronous machine 异步电机 synchronous generator 同步发电机 eddy current 涡流 EMF(electromotive force)电动势 counter EMF 反电势 torque 转矩 excitation 励磁 prime mover 原动机 rectifier 整流器 leakage flux 漏磁通 demagnetization 退磁,去磁 short-circuit ratio 短路比 converter (inverter) 换流器(逆变器) synchronous condenser 同步调相机 magnetization curve 磁化曲线 separately exciting 他励 compounded excited 复励 self-exciting 自励 series(shunt)-wound 串(并)励

机械图纸中常用词汇英语缩写

机械图纸英语翻译 以下是我在工作中常用的 ALL WELDS CONTINUOUS UNLESS OTHER WISE STATED. 未注焊缝均为连续焊 ALL WELDS 3mm FILLET UNLESS OTHER W ISE STATED 未注焊角高3mm. ALL UNSPECIFIED RA DI - R3 未注圆角R3 REMOVE A LL BURRS AND SHA RP EDGES 棱角倒钝 CHANNEL 槽钢 RSA 708 角钢70X70X8 M30X1.5 pitch M30X1.5的锥螺纹 Tackweld 点焊 OD 1/4" outside dimension 1/4"的缩写外径直1/4" 75 CRS 尺寸为75 材质为冷轧钢板 410 OPENING REF 410 开口参考尺寸 40 REF 尺寸为40,参考值 2.5" BSP 2.5” 圆锥管螺纹 2.5" BSPT HEXA GON 2.5” 六角圆锥管螺纹(即对丝) 30x2.5 FLAT BAR 30X2.5 扁钢 TYP 2 POSNS 2处 11 TOTAL COILS APROX.9 WORKING COILS APROX.RIGHT HAND WOUND ONLY,END COILS SQUARE TO TOUCH. 总圈数约11圈;工作圈数约9圈;右旋;弹簧的端部磨平以便于接触.(此为弹簧技术说明) FEMALE: 内扣(母扣) MALE: 外扣(公扣) 偏心轴eccentric shaft 销轴PIN 开口销COTTER PIN 螺杆screw 紧定螺钉SET SCREW 圆螺母ROUND NUT 内六角螺钉SOCKET HEAD CAP SCREW 六角螺钉HEX HD SETSCREW 六角螺栓HEX HD BOL T 挡圈closing ring 弹性挡圈circlip 轴承隔套distance sleeve of axletree 轴承axletree 深沟球轴承DEEP GROOVE BA LL BEA RING 无扣长non-buckle longth 弹簧SPRING 吊环螺钉LIFTING EYE BOL T 开槽盘头螺钉SLOTTED PAN HEAD SCREW 圆锥滚子轴承TAPERED ROLLER BEA RING 推力球轴承THRUST BA LL BEARING

软件测试常用术语 (新手必看)

在软件测试中会遇到一些专有名词,英文缩写,涉及到网络、软件、测试各个层面,软件测试需要跨平台,所以在技术拓展上要留意多方面的积累与总结! ADO: ActiveX Data Object,ActiveX 数据对象。是ASP语言访问数据库的中间件。 BAT: Build Acceptance Testing,工作版本可接受测试。新工作版本正式测试前进行的一项快速测试过程,目的是保证软件的基本功能和内容正确完整,具有可测试性,经过BAT 测试后,就进入了正轨测试阶段。 BRC: Bug Review Council,缺陷复查委员会。负责 Adobe 软件缺陷的成员,负责复查报告的新缺陷是否正确,并且修正处理。 CCJK : Chinese Simplified,Chinese Traditional, Japanese,Korean,简体中文,繁体中文,日文和朝鲜语。本地化测试中的四种典型东亚语言。 CMM : Capability Maturity Model,能力成熟度模型。美国卡内基·梅隆大学的软件工程研究院(SEI)开发的用于软件开发过程的管理及工程能力的提高与评估的方法,共五个级别。 C/S : Client/Server,客户机/服务器。来源:深圳软件测试局域网软件的一种模式。 DBCS : Double Bytes Character Set,双字节字符集。用两个字节长度表示一个字符的字符编码系统。中文,日文和朝鲜文都用双字节字符集表示。 DLL : Dynamic Link Library,动态链接库。大型软件常用的一种软件开发方法,按照功能模块将不同功能分别集成在不同的动态链接库中。国际化软件开发中通常将可以本地化的软件界面资源文件放在单独的动态链接库中,便于本地化处理。 DTS : Defect Tracking System,缺陷跟踪系统。软件测试中集中管理软件缺陷(bug)的数据库,完成缺陷报告、修改、查询、统计等功能。 EOF : End Of File,文件结尾。某些文件在存储时在结尾处写入代表结尾的特殊信息。 ERP : Enterprise Resource Planning,企业资源规划。它是从 MRP (物料资源计划)发展而来的新一代集成化管理信息系统,它扩展了 MRP 的功能,其核心思想是供应链管理,它跳出了传统企业边界,从供应链范围去优化企业的资源,是基于网络经济时代的新一代信息系统。 EULA : End User License Agreement,终端用户许可协议。软件中关于终端用户安装和使用授权和其他许可的内容,通常是一个单独的文档。 FIGS : French,Italian,Germany,Spanish, 法语,意大利语,德语,西班牙语。是软件本地化的欧洲代表语言。

气象常用专业英语词汇

主题词表 English Chinese 01. 大气 atmospheric science 大气科学 meteorology 气象学 atmosphere 大气 atmospheric impurity 大气杂质 atmospheric suspended matter 大气悬浮物 atmospheric composition 大气成分 atmospheric mass 大气质量 atmospheric density 大气密度 atmospheric subdivision 大气分层 homosphere 均质层 heterosphere 非均质层 standard [pressure] level 标准层 isothermal layer 等温层 lower atmosphere 低层大气 middle atmosphere 中层大气 upper atmosphere 高层大气 troposphere 对流层 tropopause 对流层顶 stratosphere 平流层 stratopause 平流层顶 mesosphere 中间层 mesopause 中间层顶 thermosphere 热层 exosphere 外[逸]层 ionosphere 电离层 magnetosphere 磁层 ozonosphere 臭氧层 free atmosphere 自由大气 planetary atmosphere 行星大气 standard atmosphere(reference atmosphere) 标准大气(参考大气) homogeneous atmosphere 均质大气 isothermal atmosphere 等温大气 polytropic atmosphere 多元大气 scale height 大气标高 meteorological element 气象要素 air temperature 气温 wet-bulb temperature 湿球温度 dry-bulb temperature 干球温度 atmospheric pressure 气压 standard atmosphere pressure 标准大气压 station pressure 本站气压 sea-level pressure 海平面气压 pressure gradient 气压梯度 barometric height formula 压高公式pressure gradient force 气压梯度力Coriolis force 科里奥利力 water vapor 水[蒸]汽 water vapor pressure 水汽压 humidity 湿度 relative humidity 相对湿度 absolute humidity 绝对湿度 specific humidity 比湿 mixing ratio 混合比 dew point [temperature] 露点(温度) depression of the dew point (温度)露点差super-saturated air 过饱和空气 saturation specific humidity 饱和比湿saturation vapor pressure 饱和水汽压saturation deficit 饱和差 cloud 云 low cloud 低云 middle cloud 中云 high cloud 高云 cloud amount 云量 cloud height 云高 cloud genera 云属 cloud etage 云族 cloud species 云种 cloud variety 云类 cloud form 云状 cirrus, Ci 卷云 cirrostratus, Cs 卷层云 cirrocumulus, Cc 卷积云 altocumulus, Ac 高积云 altostratus, As 高层云 cumulus, Cu 积云 cumulus humilis, Cu hum 淡积云 cumulus congestus, Cu con 浓积云cumulonimbus, Cb 积雨云 cumulus fractus, Cu fra 碎积云stratocumulus, Sc 层积云 stratus, St 层云 nimbostratus, Ns 雨层云 stratiform cloud 层状云 cumuliform cloud 积状云 cold cloud 冷云 warm cloud 暖云 ice cloud 冰云 wind 风 wind direction 风向 wind speed, wind velocity 风速 maximum wind speed 最大风速

软件测试专业术语中英文对照

软件测试专业术语中英文对照A Acceptance testing : 验收测试 Acceptance Testing:可接受性测试 Accessibility test : 软体适用性测试 actual outcome:实际结果 Ad hoc testing : 随机测试 Algorithm analysis : 算法分析 algorithm:算法 Alpha testing : α测试 analysis:分析 anomaly:异常 application software:应用软件 Application under test (AUT) : 所测试的应用程序 Architecture : 构架 Artifact : 工件 ASQ:自动化软件质量(Automated Software Quality) Assertion checking : 断言检查 Association : 关联 Audit : 审计

audit trail:审计跟踪 Automated Testing:自动化测试 B Backus-Naur Form:BNF范式 baseline:基线 Basic Block:基本块 basis test set:基本测试集 Behaviour : 行为 Bench test : 基准测试 benchmark:标杆/指标/基准 Best practise : 最佳实践 Beta testing : β测试 Black Box Testing:黑盒测试 Blocking bug : 阻碍性错误 Bottom-up testing : 自底向上测试 boundary value coverage:边界值覆盖 boundary value testing:边界值测试 Boundary values : 边界值 Boundry Value Analysis:边界值分析 branch condition combination coverage:分支条件组合覆盖branch condition combination testing:分支条件组合测试

软件测试中英文术语对照表

软件测试中英文术语对照表. 软件测试中英文术语对照表英文术语中文术语对应的说明 High Level Test Case Abstract Test Case 抽象测试用例

Acceptance Testing Acceptance 验 为了满足组件或系统使用者客户或其他授权Acceptance Criteria 验收准 体的需要,组件或系统必须达到的准则IEEE 610) 一般由用客户进行的确认是否可以接受一Acceptance Testing验收测 业务流系统的验证性测试是根据用户需求以确保系统复合所有验收准进行的正式测试(IEEE 61一致Accessibility Testing可达性测可达性测试就是测试残疾人或不方便的人使即被测试的软件是软件或者组件的容易程度这能够被残疾或者部分有障碍人士正常使用中也包含了正常人在某些时候发生暂时性障的情况下正常使用,如怀抱婴儿Accuracy准确软件产品提供的结果的正确性一致性和精确 Functionality。参序的能力ISO9126Testing Actual OutcomeActual Result 实际结 实际结Actual Result组件或系统测试之后产生或观察到的行 临时评Ad Hoc Review非正式评审(和正式的评审相比随机测非正式的测试执行即没有正式的测试准备Ad Hoc Testing 也没有期望结果和必须遵格设计和技术应用的测试执行指Adaptability适应而适应不同特定软件产品无需进行额外修改Probability境的能。参(ISO9126敏捷测Agile Tesing

如极限编程开发的项目进行对使用敏捷方法 Test强调测试优先行的设计模式软件测试Driven Development Algorithm Test[Tmap]算法测Branch Testing AlphAlpha Testing 测由潜在用户或者独立的测试团队在开发环境 通常在或者模拟实际操作环境下进行的测试发组织之外进行。通常是对现货软件COTS) 行内部验收测试的一种方式Analyzability 可分析性软件产品缺陷或运行失败原因可悲诊断的能力,。参见或对修改部分的可识别能力(ISO9126)Maintainability 分析器Analyzer Static Analyzer Anomaly 异常任何和基于需求文档、设计文档、用户文档、标准或者个人的期望和预期之间偏差的情况都可以称为异常。异常可以在但不限于下面的过程中识别:评审(Review)、测试分析(Test Analysis)、编译(Compilation)、软件产品或应用文档的使用等。参见Defect、Deviation、 ErroFaulFailurIncidenProblem Branch Testing 弧测Arc Testing 软件产品吸引用户的能吸引(ISO 9126。参Attractiveness Usability 对软件产品或过程进行的独立评审审来确认产Audit 是否满足标准指南规格说明书以及基于客准则的步骤等,包括下面的文档:)产品内容与形式;)产品开发应该遵循的流程)度量符合标准或指南的准则IEEE 1028)

常用专业术语英文

组装、冲压、喷漆等专业词汇 Assembly line组装线 Layout布置图 OOBA开箱检查 fit together组装在一起 fasten锁紧(螺丝) fixture 夹具(治具) pallet栈板 barcode条码 barcode scanner条码扫描器 fuse together熔合 repair修理 operator作业员 QC quality品管 supervisor 课长 section supervisor课长 deputy section supervisor =vice section superisor副课长 ME制造工程师 MT制造生技 cosmetic inspect外观检查 inner parts inspect内部检查 thumb screw大头螺丝 lbs. inch镑、英寸 front plate前板 rear plate后板 chassis基座 bezel panel面板 power button电源按键 reset button重置键Hi-pot test of SPS高源高压测试 V oltage switch of SPS 电源电压接拉键 sheet metal parts 冲件 plastic parts塑胶件 SOP制造作业程序 material check list物料检查表 trolley台车 carton纸箱 sub-line支线 left fork叉车 personnel resource department 人力资源部 production department生产部门 planning department企划部 QC Section品管科 stamping factory冲压厂 painting factory烤漆厂 molding factory成型厂 punching machine 冲床 robot机械手 lathe车床 planer |'plein|刨床 miller铣床 grinder磨床 driller??床 linear cutting线切割 electrical sparkle电火花 welder电焊机 staker=reviting machine铆合机 position职务 president董事长 general manager总经理 special assistant manager特助 factory director厂长 department director部长 deputy manager | =vice manager副理 group leader/supervisor组长 line supervisor线长 thickness gauge厚薄规 gauge(or jig)治具 power wire电源线 buzzle蜂鸣器 defective product label不良标签 identifying sheet list标示单 iudustrial alcohol工业酒精 Tiana天那水 packaging打包 missing part漏件 wrong part错件 excessive defects过多的缺陷 critical defect极严重缺陷 major defect主要缺陷 minor defect次要缺陷 not up to standard不合规格 dimension/size is a little bigger尺寸偏 大(小) cosmetic defect外观不良 slipped screwhead/slippery screw head 螺丝滑头 speckle斑点 rust生锈 deformation变形 burr(金属)flash(塑件)毛边 poor staking铆合不良 excesssive gap间隙过大 grease/oil stains油污 inclusion杂质 painting peel off脏污 shrinking/shrinkage缩水 mixed color杂色 scratch划伤 poor processing 制程不良 poor incoming part事件不良 painting make-up补漆 discoloration羿色 water spots水渍 polishing/surface processing表面处理 exposed metal/bare metal金属裸露 lack of painting烤漆不到位 safety安全 quality品质 delivery deadline交货期 cost成本 engineering工程 die repair模修 enterprise plan = enterprise expansion projects企划 qualified products, up-to-grade products良品 defective products, not up-to-grade products不良品 to return material/stock to退料 scraped |'skræpid|报废 (be)qualfied, up to grade合格 not up to grade, not qualified不合格

软件测试英语专业词汇

1. 软件测试英语专业词汇 2. NLV :Nation Language Version 本地化版本 3. FVT :Functional Verification Testing 功能验证测试 4. TVT :Translation Verification Testing 翻译验证测试 5. SVT:System Verification Testing 系统验证测试 6. fault ――故障 在软件中一个错误的表现。 7. feasible path --- 可达路径 可以通过一组输入值和条件执行到的一条路径。 8. feature testin ----- 特性测试 参考功能测试( Functional Testing) 9. FMEA ― ―失效模型效果分析 (Failure Modes and Effects Analysis) 可靠性分析中的一种方法,用于在基本组件级别上确认对系统性能有重大影响的失效 10. FMECA ― ―失效模型效果关键性分析(Failure Modes and Effects Criticality Analysis) FMEA 的一个扩展,它分析了失效结果的严重性。

11. FTA——故障树分析(Fault Tree Analysis) 引起一个不需要事件产生的条件和因素的确认和分析,通常是严重影响系统性能、经济性、安全性或其它需要特性。

12. functional decomposition 功能分解 参考模块分解( modular decomposition) 13. Functional Specification --功能规格说明书 一个详细描述产品特性的文档。 14. Functional Testin 功能测试 测试一个产品的特性和可操作行为以确定它们满足规格。 15. glass box testin ——玻璃盒测试 参考白盒测试( White Box Testing) 16. IEEE――美国电子与电器工程师学会(Institute of Electrical and Electronic Engineers) 17. incremental testing ---- 渐增测试 集成测试的一种,组件逐渐被增加到系统中直到整个系统被集成。 18. infeasible path --- 不可达路径 不能够通过任何可能的输入值集合执行到的路径。 19. in put domain -- 输入域 所有可能输入的集合。 20. inspection 检视 对文档进行的一种评审形式。 21. installability testing ---- 可安装性测试 确定系统的安装程序是否正确的测试。 22. instrumentation --- 插桩

最新整理石油地质学常用专业英语词汇.docx

A abbreviate v. 缩写,简写ably ad. 异常地 abrupt v. 突然的absolute porosity 绝对孔隙度access n. 接近,进入accumulate v. 聚集accumulation n. 聚集acquisition n. 获取,采集acromagnetic a. 航空磁测的acyclic a. 无环的admixture n. 混合,混合物aeolian a. 风成的,风积的aerobic a. 喜氧的 affinity n. 亲合力,亲合性

aformentioned a. 上述的,上面提到的agency n. 因素,营力,作用agglomeration n. 结块,凝聚aggregated gas 聚集型气 agitated a. 搅动过,摇过的 agitation n. 搅拌,搅动 aircraft n. 飞机,航空器 algae 藻类 aliphatic a. 脂肪类的 alkane 链烷 alkane n. 烷烃,链烷 alkene n. 烯烃 alkylaromatic a. 烷基芳烃的 alkylate v. 烷基化 allochthonous a. 外来的,异地的

alluvial fan 冲积扇 alteration n. 蚀变作用 ambient a. 周围的 ambiguity n. 含糊,模棱两可ambiguous a. 意思含糊的,模棱两可的amino acids 氨基酸 ammonite n. 菊石 amorphous a. 非晶质的,无一定方向的amphibolite n. 角闪石 amplitude n. 幅度,振幅 analogous a. 类似的,模拟的 angular a. 棱角状的,带角的anhydrite n. 硬石膏 anomoly n. 异常,变异 anoxic a. 缺氧的

软件测试英语专业词汇

NLV:Nation Language Version 本地化版本 FVT:Functional Verification Testing 功能验证测试 TVT:Translation Verification Testing 翻译验证测试 SVT:System Verification Testing 系统验证测试 fault--故障 在软件中一个错误的表现。 feasible path--可达路径 可以通过一组输入值和条件执行到的一条路径。 feature testing--特性测试 参考功能测试(Functional Testing) FMEA--失效模型效果分析(Failure Modes and Effects Analysis) 可靠性分析中的一种方法,用于在基本组件级别上确认对系统性能有重大影响的失效 FMECA--失效模型效果关键性分析(Failure Modes and Effects Criticality Analysis) FMEA的一个扩展,它分析了失效结果的严重性。 FTA--故障树分析(Fault Tree Analysis) 引起一个不需要事件产生的条件和因素的确认和分析,通常是严重影响系统性能、经济性、安全性或其它需要特性。 functional decomposition--功能分解 参考模块分解(modular decomposition) Functional Specification --功能规格说明书 一个详细描述产品特性的文档。 Functional Testing--功能测试 测试一个产品的特性和可操作行为以确定它们满足规格。 glass box testing--玻璃盒测试 参考白盒测试(White Box Testing) IEEE--美国电子与电器工程师学会(Institute of Electrical and Electronic Engineers) incremental testing--渐增测试 集成测试的一种,组件逐渐被增加到系统中直到整个系统被集成。 infeasible path--不可达路径 不能够通过任何可能的输入值集合执行到的路径。 input domain--输入域 所有可能输入的集合。

相关文档
最新文档