来自功能的 SpecFlow 测试计划
如何从 SpecFlow 特征文件中获取“测试计划”?是否有可能获得与我们从执行的测试中获得的类似的“报告”(HTML、pdf、word 等)?
最好能获得包含以下内容的表格:
- 测试描述
- 步骤
- 预期结果
信息已经在功能文件中,只是如何将其构造为“测试计划”
How to get a "test plan" from SpecFlow feature files? Is it possible to get similar "report" (HTML, pdf, word, etc.) as we get from executed tests?
It would be great to get table with:
- test description
- steps
- expected result
Information is already inside feature files, just how to structure it as "test plan"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不完全确定“testplan”的含义,但使用 SpecFlow.exe 您可以获得两种报告:
将这两者结合起来可能会给你带来你想要的东西,但是(!)我认为你真正想要的是像SpecLog这样的东西这是一个管理敏捷项目中的故事和需求的工具。
我在这里写了关于 SpecLog 的文章:http://www.marcusoft.net/2011/02/specation-by-example-with.html,他们的主要站点在这里:http://www.speclog.net/
我希望这能回答您的问题
I'm not entirely sure what you mean with "testplan" but using SpecFlow.exe you can get two kind of reports:
Combining these two might give you what your looking for, but (!) I think what your actually looking for is something like SpecLog that is a tool to manage stories and requirements in an agile project.
I written about SpecLog here:http://www.marcusoft.net/2011/02/specification-by-example-with.html and their main site is here: http://www.speclog.net/
I hope this answers you question