📜  如何选择自动化而不是手动测试 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:15.694000             🧑  作者: Mango

代码示例1
I would choose automation over manual
-If the test cases are high priority test cases
-If the functionality is critical functionality
-If the test cases are too long and too difficult to execute.
-I would automate smoke test cases and also
-we should automate regression test cases as much as possible
based on the priority