Valentino Lun
2010-Jun-24  14:30 UTC
[rspec-users] 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
-- 
Posted via http://www.ruby-forum.com/.
David Chelimsky
2010-Jun-24  14:34 UTC
[rspec-users] Cucumber - organize scenario outline example
On Jun 24, 2010, at 9:30 AM, Valentino Lun wrote:> 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.Cucumber has its own list: http://groups.google.com/group/cukes Cheers, David