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

Visualise BPM models with Camunda or PlantUML #117

Closed farhan5248 closed 1 month ago

farhan5248 commented 5 months ago

These bpm along with the layer 1 and 3 adoc files make up the test plan, that is, it gives a high level summary of what is covered for testing some functionality.

The layer 1 bpm has high level steps like onboard a family. The swimlanes are per app. In that bpm you'll see tasks like setup family or turn on functionality X The layer 3 building blocks are combinations of test steps and test properties, not the data. The swimlanes are for each of those building block variations like single member or family with twins or family with overaged dependent Layer 2 files include layer1_taskname-_layer3_task_name.adoc For eg . Setup Family - Single Recipient . Setup Family - Overaged Dependent . Setup Family - Twins

When creating layer 1 adoc from layer 2 adoc, take the layer 1 task name only

farhan5248 commented 1 month ago

Won't need this anymore