Reputation: 382
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:
Information is already inside feature files, just how to structure it as "test plan"
Upvotes: 0
Views: 878
Reputation: 4822
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
Upvotes: 1