🧪 测试与质量
职场英语 · 程序员·技术词汇 · 共 32 个核心词汇 · 11 条场景例句
词汇表
- QA n. 测试/质量保证
- test
- testing n. 测试
- test case n. 测试用例
- test plan n. 测试计划
- unit test n. 单元测试
- integration test n. 集成测试
- regression test n. 回归测试
- smoke test n. 冒烟测试
- acceptance test n. 验收测试
- UAT n. 用户验收测试
- bug /bʌɡ/ n. 虫子;臭虫
- defect /‘dɪfɛkt/ n. 缺点,缺陷,欠缺
- reproduce /,riprə'dus/ v. 复制, 再生
- repro steps n. 复现步骤
- expected result n. 预期结果
- actual result n. 实际结果
- severity /sə'vɛrəti/ n. 严重性
- priority /praɪ'ɔrəti/ n. 优先,优先权
- blocker /'blɒkə/ n. 雏形锻模,预锻模
- critical /'krɪtɪkl/ adj. 批评的,爱挑剔的
- minor /'maɪnɚ/ adj. 小的
- edge case n. 边界情况
- coverage /ˈkʌvərɪdʒ/ n. 报道;覆盖范围
- code coverage n. 代码覆盖率
- automation /ˌɔːtəˈmeɪʃn/ n. 自动化
- test automation n. 测试自动化
- mock /mɑk/ v. 嘲弄,挖苦
- stub /stʌb/ n. (铅笔、香烟等物的)残端,烟蒂,铅笔头 票根,存根 v. 使(脚趾)碰到某物 (在硬物上)碾灭(尤指香烟)
- assertion n. 断言
- test report /tɛst rɪˈpɔrt/ n. 检测报告
- sign off /saɪn ɔf/ phr. 签字批准
场景例句
- Please write the repro steps clearly.请把复现步骤写清楚。
- This bug is a blocker for the release.这个缺陷会阻塞发布。
- Regression testing found three new issues.回归测试发现了三个新问题。
- We need eighty percent code coverage.我们需要 80% 的代码覆盖率。
- QA signed off on the build this morning.测试今天早上验收通过了。
- QA: I found a critical bug in the payment flow.测试:我在支付流程发现一个严重 bug。
- Dev: What are the repro steps?开发:复现步骤是什么?
- QA: Add two items, apply a coupon, then pay. The total is wrong.测试:加两件商品,用优惠券,再支付,总金额就错了。
- Dev: Expected and actual results?开发:预期和实际结果分别是?
- QA: Expected thirty dollars, actual forty.测试:预期 30 美元,实际 40。
- Dev: Reproduced. I will fix it before the release.开发:复现了,发布前我修好。