关于创建测试方式的讨论
#1243
Replies: 1 comment 2 replies
-
|
我的想法是写一个test adapter,通过直接的内部代码调用进行测试 |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
如题,多次丢失数据后,我认为搞一点测试样例是很有必要的。同时,我对缓存层的需求产生质疑,考虑模拟压力测试测试无缓存下的效果如何。
考虑到项目特殊性,目前我能想到的只有模拟WebSocket进行测试的方案。
我们是否应该创建多个场景测试?若是,场景测试应当如何构建?
Beta Was this translation helpful? Give feedback.
All reactions