farhan5248 / lean-sheep-dog-tools

Eclipse and Maven plug-ins to help manual testers support developers adopting bdd and tdd using lean principles
GNU General Public License v3.0
0 stars 0 forks source link

Convert Adoc Background to Feature Background #93

Closed farhan5248 closed 6 months ago

farhan5248 commented 6 months ago

A background is basically a set of vertices, each with one outgoing edge.

When creating the graph, the last vertex should be used as the starting vertex for every other section

Each edge only has to be tagged with the "background" path, no need to tag it with every section that follows it.

Before testing, convert scenarios into scenario outlines and only if there are multiple outlines with common steps make a background

farhan5248 commented 6 months ago

adoc to graph done