automated testing:自动化测试;指使用软件工具和脚本自动执行测试用例、对比预期结果并生成报告,以减少人工测试成本、提高回归测试效率与一致性。(也常用于持续集成/持续交付流程中。)
/ˈɔːtəˌmeɪtɪd ˈtɛstɪŋ/
Automated testing helps catch bugs early.
自动化测试有助于及早发现漏洞。
After every code change, the team runs automated testing to verify the login flow, payment process, and API responses across multiple environments.
每次代码变更后,团队都会运行自动化测试,以在多个环境中验证登录流程、支付过程以及 API 响应。
automated 来自 automate(使自动化),其基础来自 automatic(自动的),源于希腊语词根 *auto-*(“自己”)。testing 来自 test(测试、检验),与“尝试/检验真伪或质量”的含义相关。合起来 automated testing 直观表示“用自动方式来做测试”。