Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to generate load testing reports using jmeter?
    primarykey
    data
    text
    <p>I have performed a load test using JMETER. But now not able to generate reports for the test.</p> <p>To generate report I have followed these steps:</p> <ol> <li><p>Create a new variable JAVA_HOME in the environment variable and set the path for the JDK.</p></li> <li><p>Create another variable ANT_HOME and set the path for the Apache-ant.</p></li> <li><p>Create another variable PATH and set the path for apache-ant up to BIN folder.</p></li> <li><p>Place the <code>ant-jmeter-1.0.9.jar</code> file in side ‘Extras’ folder. Which is located in the path jakarta-jmeter-2.3.2->extras</p></li> <li><p>Navigate to the ‘build.xml’ folder of the jmeter which is located in the path jakarta-jmeter-2.3.2->extras->build.xml.</p></li> <li><p>Set the <code>classpathref = “D:\loadtest\jakarta-jmeter-2.4\extras\ant-jmeter-1.0.9.jar “</code></p></li> <li><p>Set <code>jmeterhome=”D:\loadtest\jakarta-jmeter-2.4″</code></p></li> <li><p>Set <code>style=”D:\loadtest\jakarta-jmeter-2.4\jmeter-results-detail-report${style_version}.xsl”</code> and save it.</p></li> <li><p>Now copy jmx file and the build.xml file put it in a folder (Loadtest) where ever you want to generate the report.</p></li> <li><p>Open command prompt and navigate to the folder where jmx and build file is located.</p></li> <li><p>To run a test and create the output report: Type the command “<code>ant -Dtest=script”</code>(for eg. I have my test.jms file and the command is <code>ant -Dtest=test</code>)</p></li> </ol> <p>By following above steps Reports are not generated but I got following error:</p> <p><code>BUILD FAILED</code></p> <pre><code>D:\Loadtest\result\build.xml:85: Reference D:/Loadtest/jakarta-jmeter-2.4/ extras/ant-jmeter.jar not found. </code></pre> <p>Can you help me find the solution?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload