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

Reverse order of graph creation #126

Closed farhan5248 closed 5 months ago

farhan5248 commented 5 months ago

Start with last abstract scenario and do background last Start with last step for each abstract scenario. Start with the last row's last cell and end with the first row's first cell.

farhan5248 commented 5 months ago

Test cases done. Need to do test steps and data tables

farhan5248 commented 5 months ago

This is very confusing, to do everything in reverse. Instead I'll do the following tomorrow. Rollback the ordering changes Add background and everything in the previous order. When the graph wrapper is creating the background, it should store the last vertex to be used as the start vertex

farhan5248 commented 5 months ago

When the background is added, set the background end vertex and delete the edge modification code. Also delete the last edge to the end vertex.