根据设计规范编写测试计划?
这不是很不寻常吗?看来我应该只根据接口设计规范来编写测试计划,但这并不能说明什么。是否有任何方法可以在这里使用,或者我根本无法基于此产生任何可靠的测试?谢谢
Is not it unusual? It seems that I should write the test plans just by the interface design spec but it is not telling much. Is there any approach that could be used here or I simply cannot produce any relieble tests based just on that? Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想说的是,不可能仅根据设计规范来编写测试计划。然而,V 模型表示对于每个项目(左侧),“测试”(右侧)侧都有一个等效项,但我认为它不被视为测试计划。
如果您只有系统的简要设计草案,您会测试什么?当然,有些东西是可以“测试”的——如果设计说它连接到 SQL,你可以测试连接是否正在建立并处于活动状态,但对我来说这似乎不值得。
I would say its not possible to write test plan based on just design specification. However, V-model says for each item (on the left) there is a equivavelent on the "test" (right) side but I think it is not considered to be a test plan.
If you have just a brief design draft of the system, what would you test? Of course, something can be "tested" - if the design says it is connected to SQL, you can test that the connection is being established and alive but to me it does not seem worthy..