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