There is one other way.. Sending the reports as interactive html page.
After getting your result as JTL. By executing the jtl into xslt style
sheet you can generate a html report of the same.
This process can be automated as well using ant.

Go to jmeter_dir/lib/extra
check the build.xml and find the report target
specify your jmx

Another way is here

Peacefully enter %APACHE_JMETER_HOME/extras, there my child, you will find
what you seek...several *.xsl files.

   - - jmeter-results-detail-report.xsl
   - - jmeter-results-detail-report_21.xsl
   - - jmeter-results-report.xsl
   - - jmeter-results-report_21.xsl

This is what we have in the dreamy state of JMeter 2.6 distribution. Of
course, these files can differ in other versions of JMeter the way the mind
can create different energies under different states of emotion.

These xsl-stylesheets allow you to convert *.jtl file, which has the XML
format that can be viewed in Excel. It is very convenient. There is an
algorithm of actions to achieve this however.
Step 1

Open the scriptresults.jtl file from wordpad or notepad and insert the
following line:

<?xml-stylesheet type="text/xsl"
href="D:\jakarta-jmeter-2.3.2\extras\jmeter-results-report_21.xsl"?>

This line should be inserted between the line <?xml version="1.0"
encoding="UTF-8"?> and <testResults version="1.2">
Step 2 Save the jtl file, open an excel worksheet and drag the jtl file
into it. You can now view the results.


On Wed, Jun 25, 2014 at 4:10 AM, Ankit Sethiya <[email protected]>
wrote:

> Thank you Niraj. That was helpful!
>
>
> On Tue, Jun 24, 2014 at 9:44 AM, Niraj <[email protected]> wrote:
>
> > I send Summary report. Basically I add Transaction controllers in my
> > script...add  appropriate request under particular Transaction controller
> > so my Summary report gives required information.
> >
> > Example: All login request goes under Transaction controller name Login.
> >
> > That's it and you are good to go.
> > On Jun 24, 2014 9:50 PM, "Ankit Sethiya" <[email protected]>
> wrote:
> >
> > > Hello,
> > >
> > > Can some one please let me know what is the best way to download the
> > > results from JMeter scripts?
> > >
> > > I basically want to send my rest results to management and have them
> view
> > > it without running JMeter. Tried to download the aggregate graph as png
> > but
> > > wasn't a good idea as I couldn't see the complete text data. Also tried
> > > .Jmx but not sure what is it used for? Couldn't open the Jmx in JMeter
> > > itself.
> > >
> > > also attaching the Jmx and PNG file both.
> > >
> > > --
> > > Software Quality Analyst
> > > Los Angeles, CA
> > > 626.202.5415
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [email protected]
> > > For additional commands, e-mail: [email protected]
> > >
> >
>
>
>
> --
> Software Quality Analyst
> Los Angeles, CA
> 626.202.5415
>



-- 

Regards
Britto Christy

Reply via email to