为什么会有测试任务 #45
Unanswered
anzipomelo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
香山的昆明湖版本在开发过程中发现了一些Bug,但是这些Bug是在运行系统级测试时发现的
为了验证后续的代码修改是否修复/重新造成了这些Bug,我们需要在每个新版本都重新跑一遍触发Bug的场景
如果Case太多,每个都跑系统级测试(慢,消耗资源),那检查问题会消耗很多计算资源,限制迭代速度。
现在我们希望社区的参与者,能根据我们提供的触发方式、信息、流程和具体环境,搭建一个轻量的单元测试环境,针对性的只检测这一个模块是否还存在这个Bug(快,消耗资源少),而不是跑一整个系统(慢,消耗资源多)。
Beta Was this translation helpful? Give feedback.
All reactions