Hi, I would like to run same story 100 times. Regards Ajay
On 7 November 2012 05:36, Alexander Lehmann <[email protected]> wrote: > do you want to run the story one after another a 100 times or you need to > run the story in parallel? > > In the second case, you may be better off using e.g. testng which supports > running tests in threads I think. When using jbehave you will need an > executor that runs treads, but I am not sure if e.g. an example table can > be processed with different threads. > > > On 06.11.2012 12:02, अजय सिंह wrote: > >> Hi, >> >> I have a story which creates a package and copy it to specified folder. >> I want to use the same story and create 100 packages for load testing. >> >> Is it possible for run story n times ? >> >> Regards >> Ajay Singh >> > > > > ------------------------------**------------------------------**--------- > To unsubscribe from this list, please visit: > > > http://xircles.codehaus.org/**manage_email<http://xircles.codehaus.org/manage_email> > > >
