软件测试相关英文单词整理
学习是一个互相监督和积累的过程,希望各位大大多多指教。
本文参考:参考链接
1.Non-Execution-Based Testing或Static testing 静态测试
- Walkthrough 代码走查
- Code Inspection 代码审查
- Review 技术评审
2.Execution-Based Testing 动态测试
3.White-Box Testing 白盒测试
4.Black-Box Testing 黑盒测试
5.Gray-Box Testing 灰盒测试
6.SQASoftware Quality Assurance 软件质量保证
7.Software Development Life Cycle 软件开发生命周期
8.Smoke Test 冒烟测试
9.Regression Test 回归测试
10.Function Testing 功能测试
11.Performance Testing 性能测试
12.Stress Testing 压力测试
13.Volume Testing 负载测试
14.Usability Testing 易用性测试
15.Installation Testing 安装测试
16.UI Testing 界面测试
17.Configuration Testing 配置测试
18.Documentation Testing 文档测试
19.Compatibility Testing 兼容性测试
20.Security Testing 安全性测试
21.Recovery Testing 恢复测试
22.Unit Test 单元测试
23.Integration Test 集成测试
24.System Test 系统测试
25.Acceptance Test 验收测试
26.测试计划应包括
- 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.a master test plan 主测试计划
28.The Test Specifications 需求规格说明书
29.The Requirements Phase 需求分析阶段
30.Interface 接口
31.The End User 最终用户
31.Formal Test Environment 正式的测试环境
32.Verifying The Requirements 确认需求
33.Ambiguous Requirements 有分歧的需求
34.Operation and Maintenance 运行和维护
35.Reusability 可复用性
36. Reliability/Availability 可靠性
37.IEEEThe Institute of Electrical and Electronics Engineers 电机电子工程师协会
38.要从以下几方面测试软件
- Correctness 正确性
- Utility 实用性
- Performance 性能
- Robustness 健壮性
- Reliability 可靠性
39.SRS(software requirement specification) 软件需求说明书
40.HLD( high level design) 概要设计
41.LLD(low level design) 详细设计
42.RUP( rational unified process 统一开发流程
43.IPD( integrated product development 集成产品开发
44.CMM( capability maturity model) 能力成熟模型
45.CMMI( capability maturity model integration) 能力成熟模型集成
46.PDCA(plan do check act) 戴明环
47.SEPG(software engineering process group) 软件工程过程组IT(Integration testing) 集成测试
48.ST(system testing) 系统测试
49.KPA(key process area) 关键过程域
50.PR(peer review) 同行评审
51.UAT(user acceptance testing)用户验收则试
52.V&V(verification& validation) 验证和确认
53.CCB(change control board) 控制变更委员会
54.GUI(graphic user interface) 图形用户界面
55.CMO(configuration management officer) 配置管理员
56.MTBF(mean time between failures) 平均失效间隔时间
57.MTTR( mean time to restoration) 平均修复时间
58.MTTF( mean time to failure) 平均失效时间
59.SOW(statement of work) 作任务书
60.alpha testing α测试
61.beta testing β测
62.Adaptability 适应性
63.Availability 可用性
64.Functional Specification 功能规格说明书
65.Algorithm analysis 算法分析
66.Application under test(AUT) 所测试的应用程序
67.Automated Software Quality(ASQ) 自动化软件质量
68.Boundary value testing 边界值测试
69.branch condition combination coverage 分支条件组合覆盖
70.bug fix 错误修正
71.版本验证测试 Build Verfication tests(BVTs)
72.计算机辅助软件工程: camputer aided software engineering(CASE
73.Cause-effect graph因果图
74.Control flow graph 控制流程图
75.data corruption 数据污染
76.data dictionary 数据库字典
77.Debugging 调试
78.decision table 判定表
79.Defect Tracking 缺陷跟踪
80.domain testing 域测试
81.dynamic analysis 动态分析
82.End-to- End testing 端到端测试
83.equivalence partition testing 等价划分测试
84.Exhaustive Testing 穷尽测试
85.Exploratory testing 探索性测试
86.Failure Modes and Effects Criticality Analysis 失效模型效果关键性分析
87.Fault Tree Analysis 故障性分析
88.G11N(Globalization) 全球化
89.L10N(Localization) 本地化
90.User interface(UI) 用户界面
91.Issue 问题
92.Migration testing 迁移测试
93.Positive testing 正向测试
94.Negative Testing 逆向测试/反面测试/负面测试
95.Quality assurance(QA) 质量保证
96.Quality Control(QC) 质量控制
97.service level agreement(SLA) 服务级别协议
98.state transition testing 状态转换测试
99.statistical testing 统计测试
100.storage testing 存储测试
101.structure test case design 结构化测试用例设计
102.stub 桩
103.test automation 测试自动化
104.Thread testis 线程测试
105.top-down testing 自顶向下测试
106.traceability matrix 跟踪矩阵
107.Verification& Validation(V&V) 验证&确认
108.version 版本
109.Virtual user 虚拟用户
110.volume testing 容量测试
111.waterfall model 瀑布模型
112.Web testing 网站测试
113.Work breakdown structure(WBS) 任务分解结构
114.Zero bug bounce(ZBB) 零错误反弹
115.User scenario 用户场景
谢谢大家!