Re: [jbehave-user] JBehave learning curve

2014-03-14 Thread farheen khan
Hi All, I'm just a newbie in JBehave.Started exploring from feb 2014. JBEhave documentation is very much explanatory but to find example of how it actually works ,we need to go to traders or etsy.com examples.But,I found etsy.com example huge. So many java classes in stories package like below 1.

Re: [jbehave-user] JBehave learning curve

2014-03-14 Thread Paul B.
Just a thought, I know we can contribute to the existing docs in git but finding them is not as transparent at first glance... Maybe a new project called jbehave-docs would be more useful than a wiki which can extend the existing markdowns for new and or non-technical users of jBehave-docs... It

Re: [jbehave-user] Unexpected resolving result of the parameter value

2014-03-14 Thread Mauro Talevi
Parameter values are always identified by surrounding spaces. That's why it interprets the value as "homepage_". Your solutions seems the most logical one. On 14/03/2014 15:44, Hans Schwäbli wrote: I stumpled upon an issue where I cannot use the parameters as I expected. See the example belo

Re: [jbehave-user] JBehave learning curve

2014-03-14 Thread Hans Schwäbli
Hello Josef, I think the technical part of JBehave is really intended for software developers, so it requires that knowledge. JBehave is a tool with a lot of features and has its complexity. It is well designed, of good quality and free. So there are of course some drawbacks like little documenta

[jbehave-user] Unexpected resolving result of the parameter value

2014-03-14 Thread Hans Schwäbli
I stumpled upon an issue where I cannot use the parameters as I expected. See the example below. The problem line is the one starting with "Then". Scenario: Create Screenshots Given Browser is used And Login with user Standard Then I create a screenshot with name homepage_ Examples: |---| |b