On 20/10/2008, laredotornado <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm using JMeter 2.3.2 on Windows XP. I'm wondering if there is a way to > automate the group of tests I'm running. Here's what I'm doing ... > > 1. Open my file test.jmx and change number of threads in my thread group to > 5
This can be automated using a variable / property. > 2. Select Run -> Start > 3. Click my 'Sumary Report" item, click 'Save Table Data" and save to a CSV > file. This step cannot currently be automated > 4. Repeat the above 3 steps for 10 and 25 threads. > 5. Open test2.jmx and go through steps 1 - 4. > 6. Open test3.jmx and go through steps 1 - 4. > > Anything you can think of to help me automate this work flow is greatly > appreciated, - Dave What I would do is: - use a variable / property to define the thread count. - run the test in non-GUI mode with output to a CSV file - use some other tool, e.g. a spreadsheet, to generate the summary information. > -- > View this message in context: > http://www.nabble.com/Is-there-a-way-to-automate-this--tp20068167p20068167.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

