I want to run a load test in non-GUI mode and save the results in a .csv file. (I have not modified the .properties files, so the standard information are saved)
I plan to load this file and visualise the results with JMeter’s Listeners.
Which Listeners are suited for this purpose? Which should I avoid at all cost, as they might cause me to misinterpret the information? (e.g. in View Results Tree the Response Data is empty as I have - obviously - not saved this. However, there has in fact been a response. If all I saw was the Listener I might think there hasn’t been one. Since I want to avoid this, the Listeners have to gain all information needed from the .csv file.)
I’d like to know about both JMeter Listeners as well as plugins.