Jmeter plugin generates HTML report with some data missing

44 views Asked by At

I have a test plan to create an output CSV file with a view result tree, I have implemented a listener plugin that uses the data from the output CSV file to generate an HTML report, I noticed some data missing from the report, how do I make sure all the data written in CSV file before running the plugin?

I tried to add a flag Http request to check if this value exists in csv file

1

There are 1 answers

0
Dmitri T On

You can control the contents of the .jtl results file by manipulating JMeter Properties which are responsible for the Results File Configuration.

It is also possible to add more columns with custom values of JMeter Variables if you declare them as Sample Variables