1. Mini test cases for smoke test
Mini test cases would be executed within 5 minutes to check system basic function.
Once the mini test cases failed, urgent email would be sent to team, code submitor should fix the problem immediately.
2. Major test cases for key funtion test
Major test cases would be executed within 20 minutes to check system key function.
Once the major test cases failed, warning email would be sent to team, code submitor should fix the problem within 1 hour.
3. Max test cases for regression test
Max test cases would be executed without time limited to do regression test.
If the max test cases failed, email would be sent to team, code submitor should fix the problem within 1 day.
Automatic test cases level and strategy
最新推荐文章于 2012-03-26 16:33:09 发布
本文介绍了三种不同级别的软件测试流程:快速验证系统基本功能的小型测试用例,检查关键功能的主要测试用例,以及用于回归测试的最大测试用例。每种测试都有明确的时间限制和反馈机制,确保代码提交者能及时解决问题。

776

被折叠的 条评论
为什么被折叠?



