RE: [jbehave-user] Stories' Dependency

2014-09-12 Thread Zheng, Ayesha(AWF)
“GivenStories” is to do exactly that: run the dependency before each dependent story. If what you need is just to have the stories run in sequence (A - B - C), then the “GivenStories” keyword is not what you want to use. From: Zheng, Ayesha(AWF) [mailto:xuzh...@ebay.com] Sent: den 12 september

[jbehave-user] Parametrised scenario problem

2014-09-19 Thread Zheng, Ayesha(AWF)
Hi all, I have a scenario: Given a user open homepage Then should see message1 When user do something and go to another page Then should see message2 Examples: test.table And test.table with content: |message1|message2| |Welcome|Hello| And step Then should see message1 and Then should see

[jbehave-user] Issue about GivenStories Examples

2014-10-14 Thread Zheng, Ayesha(AWF)
Hi all, I have a problem about GivenStories. Assume A.story has 2 or more scenarios: Scenario: A - 1 Meta: @id1 scenario1 Given actions with Apara1 When ... Examples: |Apara1| |value1| Scenario: A-2 Meta: @id2 scenairo2 Given ... Examples: A2.table B.story want to run only scenario A-1 for