📜  你什么时候选择自动化测试而不是手动测试? - 无论代码示例

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

代码示例1
• If the test cases are high priority test cases. 
• We should automate as much as possible.
• If the test cases are too long and too difficult to execute. 
The regression test cases based on the priority.