Yes. I recommend reading up on running JMeter from the command line where you can run in headless mode and pass property values via the command line.
In conjunction with this, take a look at how to use property and variable substitution syntax in the fields of your test plan where you are manually setting them today. The same capability can be used to dynamically set the name of the file to which your listener writes results. Mark On Mon, Jan 21, 2013 at 2:51 PM, Adam Tong <[email protected]> wrote: > Hi, > > I have a basic thread group for testing a rest api. > > At this moment I am able to configure manually the number of threads > and loop count manually and save the summary report manually to a cvs > file. > > Is there a way to do this automatically? > > Is there a way to run the same tasks from a script that could modify > the number of threads and loop count parameters? > > Thank you > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
