0
votes

I am facing an issue when I try to analyze Jmeter HTML report. I use this command to run and create HTML report

jmeter -n -t C:\JMETER_RTB_REQUEST\Framework\Test_Fragment\Test_Fragment_15_02_2018_vol2.jmx -l C:\Users\bs\Desktop\Jmeter_reports\results_geo.csv -e -o C:\Users\bs\Desktop\Jmeter_reports\HTML

The problem is that when I am opening the Html file, under error section it not mention on which test (thread group) it failed, so I can not understand what test failed. In the CSV exists thread name column, but not in the HTML error section. Is their any solution?
[enter image description here][Thread groups from test plan]

[CSV Results][CSV report thread Name exists(HTML1 is thread name)]

[HTML Reports[HTML report not mentioned thread Name]]

1

1 Answers

0
votes

Since JMeter 4.0, you can customize assertion message:

Custom Message assertion

So you would put custom message assertion including Thread Name calling __threadNum function.