Cucumber - organize scenario outline example

Dear all

For the scenario outline example:

Example:
| start | eat | left |
| 12 | 5 | 7 |
| 20 | 5 | 15 |

If my examples got 30 columns and 1000 rows. It would be difficult to
organize in the .feature file. Can the example store in a csv file or an
active record model? What is your practice? Please advise.

Many thanks
Valentino

On Jun 24, 2010, at 9:30 AM, Valentino L. wrote:

organize in the .feature file. Can the example store in a csv file or an
active record model? What is your practice? Please advise.

Cucumber has its own list: http://groups.google.com/group/cukes

Cheers,
David