Details
-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Java
-
Number of attachments :
Description
I am using "Examples:" to in put data for the JBehave scenarios.
eg: Examples:
/stories/test_1.table
I have test_1.table and test_2.table. I need to select tset_1.table or test_2.table according to a condition. How it can be possible in JBehave?
Only one Examples table is allowed per scenario, but you can use a table as a parameter in any number of steps.
Depending on what you're trying to do the parameterised scenario may not be the best option.
BTW, these sort of questions are best addressed on the users list http://jbehave.org/reference/stable/mailing-lists.html.