Search code examples
jmeterblazemetertaurus

How can I generate Aggregate Report. jtl and ResultsTable.csv by executing the existing JMeter script via Taurus


I know we have to run the command bzt xxxx.jmx to execute the existing JMeter script via Taurus and after few mins we will see the nice dashboard. My question is after the test execution completed how can I generate and view the AggregateReport.jtl and ResultsTable.csv. We are using these 2 for our analysis and report.

How do I achieve this? Please advise me!

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

Thanks, Rajani

enter image description here

enter image description here

enter image description here


Solution

  • After test execution Taurus generates some artifacts including normal JMeter .jtl results file.

    1. Open JMeter GUI. You can do it by appending -gui postfix to your Taurus execution command like:

      bzt yourtest.yaml -gui
      
    2. Add Aggregate Report Listener to your Test Plan
    3. Click "Browse" button and locate kpi.jtl file inside Taurus artifacts folder.

    References: