在软件测试领域中,常用的英语词汇和短语包括但不限于以下这些:
1. Static Testing - 静态测试
○ Static Analysis - 静态分析

○ Code Review - 代码审查
○ Walkthrough - 代码走查
2. Dynamic Testing - 动态测试
○ Unit Testing - 单元测试
○ Integration Testing - 集成测试
○ System Testing - 系统测试
○ Acceptance Testing - 验收测试
○ User Acceptance Testing (UAT) - 用户验收测试
○ Alpha Testing - α测试(内部验收)
○ Beta Testing - β测试(外部用户广泛测试)
3. Non-Functional Testing
○ Performance Testing - 性能测试
○ Load Testing - 负载测试
○ Stress Testing - 压力测试
○ Security Testing - 安全性测试
○ Usability Testing - 易用性测试
○ Accessibility Testing - 可访问性测试
○ Compatibility Testing - 兼容性测试
4. Automation
○ Automated Testing - 自动化测试
○ Test Automation Framework - 测试自动化框架
○ Regression Testing - 回归测试
5. Other Terms
○ Exploratory Testing - 探索性测试
○ Ad hoc Testing - 随机测试
○ Bug Tracking - 缺陷追踪
○ Defect Management - 缺陷管理
○ Localizability Testing - 本地化能力测试
○ Internationalization Testing (I18N Testing) - 国际化测试
○ Localization Testing (L10N Testing) - 本地化测试
6. Methodologies
○ Agile Testing - 敏捷测试
○ Continuous Integration/Continuous Delivery (CI/CD) - 持续集成/持续交付
○ Test Driven Development (TDD) - 测试驱动开发
7. Quality Assurance
○ Quality Assurance (QA) - 质量保证
○ Capability Maturity Model Integration (CMMI) - 能力成熟度模型集成
#软件测试那些事#