http://jira.codehaus.org/browse/JBEHAVE-387

On 10/11/2010 16:34, Betina Perez wrote:
> Hi all,
>
> I'm looking for a way to do the following with JBehave:
>
> Is it possible to manage tabular data from an external file? let's say
> from an xml or excel file for example. For now, I'm entering the
> tabular data in the same file where the scenario is. For example>
>
> Scenario: No score after one roll
>
>     Given a strike is bowled
>     When scores are tallied
>     Then there should be no score at frame 1
> Examples:
> |rolls                 |scores
> |9-                    |  9
> |9/9                   | 19
>
>
> I'd like to "read" the Examples from an xml or xls file for example.
> Is there a way to do that?
>
> Thanks!
> Betina
>
>
>   

Reply via email to