最全的软件测试英语单词

合集下载

软件测试英语专业词汇

软件测试英语专业词汇

1.软件测试英语专业词汇2.NLV:Nation Language Version 本地化版本3.FVT:Functional Verification Testing 功能验证测试T:Translation Verification Testing 翻译验证测试5.SVT:System Verification Testing 系统验证测试6.fault--故障7.在软件中一个错误的表现。

8.feasible path--可达路径9.可以通过一组输入值和条件执行到的一条路径。

10.feature testing--特性测试11.参考功能测试(Functional Testing)12.FMEA--失效模型效果分析(Failure Modes and Effects Analysis)13.可靠性分析中的一种方法,用于在基本组件级别上确认对系统性能有重大影响的失效14.FMECA--失效模型效果关键性分析(Failure Modes and EffectsCriticality Analysis)15.FMEA的一个扩展,它分析了失效结果的严重性。

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

18.functional decomposition--功能分解19.参考模块分解(modular decomposition)20.Functional Specification --功能规格说明书21.一个详细描述产品特性的文档。

22.Functional Testing--功能测试23.测试一个产品的特性和可操作行为以确定它们满足规格。

24.glass box testing--玻璃盒测试25.参考白盒测试(White Box Testing)26.IEEE--美国电子与电器工程师学会(Institute of Electrical andElectronic Engineers)27.incremental testing--渐增测试28.集成测试的一种,组件逐渐被增加到系统中直到整个系统被集成。

软件测试中常用到的英语

软件测试中常用到的英语

软件测试中常⽤到的英语软件测试中常⽤到的英语1、静态测试:non-execution-based testing 或static testing 代码⾛读:walkthrough代码审查:code inspection技术评审:review2、动态测试:execution-based testing3、⽩盒测试:white-box testing4、⿊盒测试:black-box testing5、灰盒测试:gray-box testing6、软件质量保证:software quality assurance7、软件开发⽣命周期:software development life cyle8、冒烟测试:smok test9、回归测试:regression test10、功能测试:function testing11、性能测试:performance testing12、压⼒测试:stress testing13、负载测试:volume testing14、易⽤性测试:usability testing15、安装测试:installtion testing16、界⾯测试:UI testing17、配置测试:configuration testing18、⽂档测试:documentation testing19、兼容性测试:compatibility testing20、安全性测试:security testing21、恢复测试:recoverage testing22、单元测试:unit testing23、集成测试:integration24、系统测试:system testing25、验收测试:acceptance testing26、测试计划应当包括:测试对象: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 27、主测试计划:the master test plan28、需求规格说明书:the specifications29、需求分析阶段:the requirementss analyse phase30、接⼝:interface31、正式的测试环境:formal test environment31、最终⽤户:the end user32、确认需求:verifying requirements33、有分岐的需求:ambiguous requirements34、运⾏和维护:opeation and maintenance35、可复⽤性:reusability36、可靠性:reliability/availability37、电机电⼦⼯程师协会:the institute of electrical and electronics engineers 38、要从以下⼏⽅⾯测试软件:正确性:correctness实⽤性:utility性能:performance健壮性:robustness可靠性:reliabilityWith my qualifications and experience, I feel I am hardworking, responsible and diligent in any project I undertake. Your organization could benefit from my analytical andinterpersonal skills.依我的资格和经验,我觉得我对所从事的每⼀个项⽬都很努⼒、负责、勤勉。

软件测试英语专业词汇

软件测试英语专业词汇

软件测试英语专业词汇软件测试英语专业词汇软件测试词汇1.Softwarelifecycle———软件生命周期开始于一个软件产品的构思,结束于该产品不再被使用的这段期间。

2.Test———测试执行软件以验证其满足指定的需求并检测错误的过程。

检测已有条件之间的不同,并评价软件项的特性软件项的分析过程。

软件工程过程的一个活动,它将软件在预定的条件下运行以判断软件是否符合预期结果。

3.Acceptancetesting———验收测试,可接受性测试系统开发生命周期方法论的一个阶段,这时相关的用户和/或独立测试人员根据测试计划和结果对系统进行测试和接收。

它让系统用户决定是否接收系统。

它是一项确定产品是否能够满足合同或用户所规定需求的测试。

这是管理性和防御性控制。

4.Adhoctesting———随机测试没有书面测试用例、记录期望结果、检查列表、脚本或指令的测试。

主要是根据测试者的经验对软件进行功能和性能抽查。

随机测试是根据测试说明书执行用例测试的重要补充手段,是保证测试覆盖完整性的有效方式和过程。

5.Alphatesting———α测试是由一个用户在开发环境下进行的测试,也可以是公司内部的用户在模拟实际操作环境下进行的受控测试,Alpha测试不能由程序员或测试员完成。

6.AutomatedTesting———自动化测试使用自动化测试工具来进行测试,这类测试一般不需要人干预,通常在GUI、性能等测试中用得较多。

7.Betatesting———β测试测试是软件的多个用户在一个或多个用户的实际使用环境下进行的测试。

开发者通常不在测试现场,Beta测试不能由程序员或测试员完成。

8.Blackboxtesting———黑盒测试指测试人员不关心程序具体如何实现的一种测试方法。

根据软件的规格对软件进行各种输入和观察软件的各种输出结果来发现软件的缺陷的测试,这类测试不考虑软件内部的运作原理,因此软件对用户来说就像一个黑盒子。

软件测试常用英语词汇

软件测试常用英语词汇

软件测试常用英语词汇静态测试: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。

软件测试词汇英文及解释

软件测试词汇英文及解释

软件测试英语专业词汇1.Software life cycle———软件生命周期开始于一个软件产品的构思,结束于该产品不再被使用的这段期间。

2.Test ———测试执行软件以验证其满足指定的需求并检测错误的过程。

检测已有条件之间的不同,并评价软件项的特性软件项的分析过程。

软件工程过程的一个活动,它将软件在预定的条件下运行以判断软件是否符合预期结果。

3.Acceptance testing———验收测试,可接受性测试系统开发生命周期方法论的一个阶段,这时相关的用户和/或独立测试人员根据测试计划和结果对系统进行测试和接收。

它让系统用户决定是否接收系统。

它是一项确定产品是否能够满足合同或用户所规定需求的测试。

这是管理性和防御性控制。

4.Ad hoc testing———随机测试没有书面测试用例、记录期望结果、检查列表、脚本或指令的测试。

主要是根据测试者的经验对软件进行功能和性能抽查。

随机测试是根据测试说明书执行用例测试的重要补充手段,是保证测试覆盖完整性的有效方式和过程。

5.Alpha testing———α测试是由一个用户在开发环境下进行的测试,也可以是公司内部的用户在模拟实际操作环境下进行的受控测试,Alpha测试不能由程序员或测试员完成。

6.Automated Testing———自动化测试使用自动化测试工具来进行测试,这类测试一般不需要人干预,通常在GUI、性能等测试中用得较多。

7.Beta testing———β测试测试是软件的多个用户在一个或多个用户的实际使用环境下进行的测试。

开发者通常不在测试现场,Beta测试不能由程序员或测试员完成。

8.Black box testing———黑盒测试指测试人员不关心程序具体如何实现的一种测试方法。

根据软件的规格对软件进行各种输入和观察软件的各种输出结果来发现软件的缺陷的测试,这类测试不考虑软件内部的运作原理,因此软件对用户来说就像一个黑盒子。

9.White box testing ———白盒测试glass box testing ———玻璃盒测试根据软件内部的工作原理分析来进行测试,基于代码的测试,测试人员通过阅读程序代码或者通过使用开发工具中的单步调试来判断软件的质量,一般黑盒测试由项目经理在程序员开发中来实现。

软件测试英文术语

软件测试英文术语

代码走查:Walkthrough代码审查:Code Inspection技术评审:Review2.动态测试:Execution-Based Testing3.白盒测试:White-Box Testing4.黑盒测试:Black-Box Testing5.灰盒测试:Gray-Box Testing6.软件质量保证SQA:Software Quality Assurance9.回归测试:Regression Test12.压力测试:Stress Testing13.负载测试:Volume Testing14.易用性测试:Usability Testing15.安装测试:Installation Testing16.界面测试:UI Testing17.配置测试:Configuration Testing18.文档测试:Documentation Testing19.兼容性测试:Compatibility Testing21.恢复测试:Recovery Testing23.集成测试:Integration Test24.系统测试:System Test25.验收测试:Acceptance Test26.测试计划应包括:测试对象:The Test Objectives,测试范围:The Test Scope,测试策略:The Test Strategy测试方法:The Test Approach,测试过程:The test procedures,测试环境:The Test Environment,测试完成标准:The test Completion criteria测试进度表:The Test Schedules风险:RisksEtc27.主测试计划:a master test plan28.需求规格说明书:The Test Specifications29.需求分析阶段:The Requirements Phase30.接口:Interface31.最终用户:The End User31.正式的测试环境:Formal Test Environment32.确认需求:Verifying The Requirements33.有分歧的需求:Ambiguous Requirements34.运行和维护:Operation and Maintenance.35.可复用性:Reusability36.可靠性:Reliability/Availability37.电机电子工程师协会IEEE:The Institute of Electrical and Electronics Engineers) 38.要从以下几方面测试软件:正确性:Correctness实用性:Utility性能:Performance健壮性:Robustness可靠性:Reliability39 Application testing life cycletest requirements / test planning /test enviroment setup /test desgin/test automation / test execution and defect tracking/ test reports and acceptance。

软件测试英语专业词汇

软件测试英语专业词汇

1.软件测试英语专业词汇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--渐增测试集成测试的一种,组件逐渐被增加到系统中直到整个系统被集成。

【免费下载】软件测试英语专业词汇

【免费下载】软件测试英语专业词汇

1.软件测试英语专业词汇2.NLV:Nation Language Version 本地化版本3.FVT:Functional Verification Testing 功能验证测试T:Translation Verification Testing 翻译验证测试5.SVT:System Verification Testing 系统验证测试6.fault--故障在软件中一个错误的表现。

7.feasible path--可达路径可以通过一组输入值和条件执行到的一条路径。

8.feature testing--特性测试参考功能测试(Functional Testing)9.FMEA--失效模型效果分析(Failure Modes and EffectsAnalysis)可靠性分析中的一种方法,用于在基本组件级别上确认对系统性能有重大影响的失效10.FMECA--失效模型效果关键性分析(Failure Modes andEffects Criticality Analysis)FMEA的一个扩展,它分析了失效结果的严重性。

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

12.functional decomposition--功能分解参考模块分解(modular decomposition)13.Functional Specification --功能规格说明书一个详细描述产品特性的文档。

14.Functional Testing--功能测试测试一个产品的特性和可操作行为以确定它们满足规格。

15.glass box testing--玻璃盒测试参考白盒测试(White Box Testing)16.IEEE--美国电子与电器工程师学会(Institute ofElectrical and Electronic Engineers)17.incremental testing--渐增测试集成测试的一种,组件逐渐被增加到系统中直到整个系统被集成。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

软件测试英语单词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:自动化测试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:分支条件组合测试branch condition coverage:分支条件覆盖branch condition testing:分支条件测试branch condition:分支条件Branch coverage : 分支覆盖branch outcome:分支结果branch point:分支点branch testing:分支测试branch:分支Breadth Testing:广度测试Brute force testing: 强力测试Buddy test : 合伙测试Buffer : 缓冲Bug : 错误Bug bash : 错误大扫除bug fix : 错误修正Bug report : 错误报告Bug tracking system: 错误跟踪系统bug:缺陷Build : 工作版本(内部小版本)Build Verfication tests(BVTs): 版本验证测试Build-in : 内置Capability Maturity Model (CMM): 能力成熟度模型Capability Maturity Model Integration (CMMI): 能力成熟度模型整合capture/playback tool:捕获/回放工具Capture/Replay Tool:捕获/回放工具CASE:计算机辅助软件工程(computer aided software engineering). CAST:计算机辅助测试cause-effect graph:因果图certification :证明change control:变更控制Change Management :变更管理Change Request :变更请求Character Set : 字符集Check In :检入Check Out :检出Closeout : 收尾code audit :代码审计Code coverage : 代码覆盖Code Inspection:代码检视Code page : 代码页Code rule : 编码规范Code sytle : 编码风格Code Walkthrough:代码走读code-based testing:基于代码的测试coding standards:编程规范Common sense : 常识Compatibility Testing:兼容性测试complete path testing :完全路径测试completeness:完整性complexity :复杂性Component testing : 组件测试Component:组件computation data use:计算数据使用computer system security:计算机系统安全性Concurrency user : 并发用户Condition coverage : 条件覆盖condition coverage:条件覆盖condition outcome:条件结果condition:条件configuration control:配置控制Configuration item : 配置项configuration management:配置管理Configuration testing : 配置测试conformance criterion:一致性标准Conformance Testing:一致性测试consistency :一致性consistency checker:一致性检查器Control flow graph : 控制流程图control flow graph:控制流图control flow:控制流conversion testing:转换测试Core team : 核心小组corrective maintenance:故障检修correctness :正确性coverage :覆盖率coverage item:覆盖项crash:崩溃criticality analysis:关键性分析criticality:关键性CRM(change request management): 变更需求管理Customer-focused mindset : 客户为中心的理念体系Cyclomatic complexity : 圈复杂度data corruption:数据污染data definition C-use pair:数据定义C-use使用对data definition P-use coverage:数据定义P-use覆盖data definition P-use pair:数据定义P-use使用对data definition:数据定义data definition-use coverage:数据定义使用覆盖data definition-use pair :数据定义使用对data definition-use testing:数据定义使用测试data dictionary:数据字典Data Flow Analysis : 数据流分析data flow analysis:数据流分析data flow coverage:数据流覆盖data flow diagram:数据流图data flow testing:数据流测试data integrity:数据完整性data use:数据使用data validation:数据确认dead code:死代码Debug : 调试Debugging:调试Decision condition:判定条件Decision coverage : 判定覆盖decision coverage:判定覆盖decision outcome:判定结果decision table:判定表decision:判定Defect : 缺陷defect density : 缺陷密度Defect Tracking :缺陷跟踪Deployment : 部署Depth Testing:深度测试design for sustainability :可延续性的设计design of experiments:实验设计design-based testing:基于设计的测试Desk checking : 桌前检查desk checking:桌面检查Determine Usage Model : 确定应用模型Determine Potential Risks : 确定潜在风险diagnostic:诊断DIF(decimation in frequency) : 按频率抽取dirty testing:肮脏测试disaster recovery:灾难恢复DIT (decimation in time): 按时间抽取documentation testing :文档测试domain testing:域测试domain:域DTP DETAIL TEST PLAN详细确认测试计划Dynamic analysis : 动态分析dynamic analysis:动态分析Dynamic Testing:动态测试embedded software:嵌入式软件emulator:仿真End-to-End testing:端到端测试Enhanced Request :增强请求entity relationship diagram:实体关系图Encryption Source Code Base:加密算法源代码库Entry criteria : 准入条件entry point :入口点Envisioning Phase : 构想阶段Equivalence class : 等价类Equivalence Class:等价类equivalence partition coverage:等价划分覆盖Equivalence partition testing : 等价划分测试equivalence partition testing:参考等价划分测试equivalence partition testing:等价划分测试Equivalence Partitioning:等价划分Error : 错误Error guessing : 错误猜测error seeding:错误播种/错误插值error:错误Event-driven : 事件驱动Exception handlers : 异常处理器exception:异常/例外executable statement:可执行语句Exhaustive Testing:穷尽测试exit point:出口点expected outcome:期望结果Exploratory testing : 探索性测试Failure : 失效Fault : 故障fault:故障feasible path:可达路径feature testing:特性测试Field testing : 现场测试FMEA:失效模型效果分析(Failure Modes and Effects Analysis)FMECA:失效模型效果关键性分析(Failure Modes and Effects Criticality Analysis) Framework : 框架FTA:故障树分析(Fault Tree Analysis)functional decomposition:功能分解Functional Specification :功能规格说明书Functional testing : 功能测试Functional Testing:功能测试G11N(Globalization) : 全球化Gap analysis : 差距分析Garbage characters : 乱码字符glass box testing:玻璃盒测试Glass-box testing : 白箱测试或白盒测试Glossary : 术语表GUI(Graphical User Interface): 图形用户界面Hard-coding : 硬编码Hotfix : 热补丁I18N(Internationalization): 国际化Identify Exploratory Tests –识别探索性测试IEEE:美国电子与电器工程师学会(Institute of Electrical and Electronic Engineers)Incident 事故Incremental testing : 渐增测试incremental testing:渐增测试infeasible path:不可达路径input domain:输入域Inspection : 审查inspection:检视installability testing:可安装性测试Installing testing : 安装测试instrumentation:插装instrumenter:插装器Integration :集成Integration testing : 集成测试interface : 接口interface analysis:接口分析interface testing:接口测试interface:接口invalid inputs:无效输入isolation testing:孤立测试Issue : 问题Iteration : 迭代Iterative development: 迭代开发job control language:工作控制语言Job:工作Key concepts : 关键概念Key Process Area : 关键过程区域Keyword driven testing : 关键字驱动测试Kick-off meeting : 动会议L10N(Localization) : 本地化Lag time : 延迟时间LCSAJ:线性代码顺序和跳转(Linear Code Sequence And Jump)LCSAJ coverage:LCSAJ覆盖LCSAJ testing:LCSAJ测试Lead time : 前置时间Load testing : 负载测试Load Testing:负载测试Localizability testing: 本地化能力测试Localization testing : 本地化测试。

相关文档
最新文档