Pravesh wrote:
Hi Team,
I am getting one weird issue.
In jmeter when I execute the test in gui mode, in treeview listener, I can
see request details and response details what has been sent for that
request.
But when I execute the same script in non gui mode and store log file on
local, after exporting log to tree view listener I, can see some failures
and wanted to see what request details has been send and what is response
returned, then It just displays "Do data to display"
Any solution for this where I can see retails for request and response,
when execute test in non gui mode and export log file into tree view
listener
If you're trying to read the .jtl results file
<https://cwiki.apache.org/confluence/display/jmeter/JtlFiles> using View
Results Tree listener and expecting to see request and response details
there - you won't be able to see them because by default JMeter doesn't
store them.
There are 2 options:
1. Amend JMeter's Results File Configuration
<https://jmeter.apache.org/usermanual/properties_reference.html#results_file_config>
and switch the format to XML and save request and response data and
headers.
2. Add a listener like Simple Data Writer
<https://jmeter.apache.org/usermanual/component_reference.html#Simple_Data_Writer>
to your test plan and configure what and where do you want to store
More information: How to Save Response Data in JMeter
<https://www.blazemeter.com/blog/response-data-in-jmeter>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org