All,
I have found out a way to save multiple summary reports while running JMeter
in non-gui(command mode).
Here is how you do it:
1. Attach a summary report to each thread group in your test plan.
2. Give the name and path of the files you need to store the results to.
This can be done by clicking the browse button.
3. Ignore the error message saying that the file isn't present.
4. Perform steps #2 and 3 fore each thread group in your test plan.
5. Run JMeter in non-gui mode without using the ant task:
jmeter -n -t <path_to_the_testcase>
Wait till jmeter completes running the test and woila you can see all of the
summary reports in the paths you gave earlier!!!
Thanks,
Fazal
On Tue, Aug 31, 2010 at 10:52 AM, kblearner <[email protected]>wrote:
>
> >Hi Fazal,
> >Am not aware of any plugin that can divide a single JTL report based on
> different test cases(you mean thread group's, I hope).
> >
> >
> >However, there'r few plugin's available that generate JMeter results in
> different format:
> >
> > Refer my post here:
> >
> http://jmeter.512774.n5.nabble.com/Jmeter-Reporting-tt2652365.html#a2798082
> > Jmeter plugins
> >
> >
> >On the other hand, you could have a Java program parse the XML file (i.e.
> JTL) and generate some kinda report. May be use some JUnit API for report
> generation from XML.
> >
> >To generate a CSV report, use the configure option in Jmeter listener.
>
> Cheers.
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/Generating-Multiple-Summary-Reports-from-command-line-ant-task-in-JMeter-tp2798096p2798269.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]
>
>
--
Syed Fazal Ali