PeterHenell / sql-server-data-producer

Automatically exported from code.google.com/p/sql-server-data-producer
0 stars 1 forks source link

Group Execution Items and have options for the groups #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Allow me to make groups of Execution Items and set options for that group.

I want to be able to configure a group to be run X number of times using the 
configured parameters.

Original issue reported on code.google.com by a03pe...@gmail.com on 5 Jun 2012 at 5:18

GoogleCodeExporter commented 9 years ago
Not sure about the use case for this anymore.

My first thought was something like this:
Generate 1000 orders with 100 order lines each.

Each group would be: 1 order and then 100 order lines. The group would be 
repeated 1000 times.

This can be achieved if we implement repetition on Execution Items ( repeat the 
order lines 100 times), and then selecting Execution Count 1000 for the run.

Original comment by a03pe...@gmail.com on 6 Jun 2012 at 3:19