• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jbehave- Story file

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I would like to ask some question on jbehave and I am new to this framework . In the present scenario, the .story file will have list of scenaios and it's data (input paramater to java step file).

Now, I would like to segregate the data from .story file and need to create a kind of mapping between .story file scenario and it's data.
When the java step file get executed, the respective scenario from .story file and it's corresponding data needs to get in java step file. Could you give some idea on this?

Thanks in advance.
Prem

reply
    Bookmark Topic Watch Topic
  • New Topic