1
votes

I have modified jmeter.save.saveservice.output_format=xml jmeter.save.saveservice.samplerData=true,jmeter.save.saveservice.response_data=true properties in Jmeter properties file. Still I am not able to see response data in .jtl file. Help appreciated!

1
My response is in json format. Does that have any limitations to store response data? - Raj
Please provide some code samples so that others can more easily help you with your question. - Keith Dawson
I can not share the real example. I am testing Restful webservies with Json format. After making above changes, request is getting stored in .jtl file but response data is blank. - Raj

1 Answers

0
votes

If you are using distributed mode to run your tests then it is regular.

If you want the response data you need to set in user.properties:

  • mode=Standard

If you're not in this case, then add to Workbench node a Property Display component and see if the properties you have set are taken into account.

If not check if they are not defined in user.properties file