Jmeter Tutorials | How to Run Jmeter Scripts using Apache Ant

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • How to Run Jmeter Scripts using Apache Ant,Apache Ant is a build system which is helpful in running test scripts with the help of command prompt and pure java build tool and can execute different task to verify whether build is successful or not.
    In this video you will learn How to Run Jmeter Scripts using Apache Ant and generate HTML reports using ant.
    Build.xml file modifications
    ${test}.jmx - softwaretesting.jmx
    ${test}.html - softwaretesting.html
    ${test}.jtl - softwaretesting.jtl
    Copy JMX file into F:\Java_Applications\apache-jmeter-3.0\extras
    now open command prompt
    go to extras folder
    enter ant and click on enter button
    once it success will generate
    softwaretesting.jtl
    softwaretesting.html

КОМЕНТАРІ • 1

  • @brokoska
    @brokoska 6 років тому

    Hello,
    I've got some idea with JMeter-template engine (XSLT), but I do not know how to do it so I wanted ask you if you help me please.
    I want to generate an HTML report in JMeter with some java template engine (XSLT, Xalan, etc.) working with specified XSL template.
    The reason why I want to use a template engine is that I want in the final HTML report just parameters that I specified before generating HTML in XSL template (for example, I want just one graph for output in HTML report and no other graphs or parameters because in the default, the report includes all parameters).
    And if it is possible without using CMD but using some JAVA plugin as "Listener".
    Thank you very much.
    Jacob