Hi Betina, this is currently not a supported feature. Would you want to use to provide tabular data to a step (i.e. as a parameter) or for parametrising the whole scenario?
In the first case, we could provide easily provide an extension of the ExamplesTable (and relative ParameterConverter). In the second case, what is your rationale for wanting the examples data in a file? Wouldn't you end up "hiding" the very data that you want to communicate prominently? Cheers On 10/11/2010 15: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 > > >
