Hi,
I just started learning JMeter. I got a question regarding webservice request
for which the response can be displayed in XML or JSON. I tried a simple test
case using get method from SOAPUI and REST API client (chrome extension). I see
the response in XML and JSON.
However when I do the samething through JMeter, I do not see the actual content
of the response, Response header status shows status as OK (status code 200)
however I do not see the entire content of the response. For your reference I
have the actual details that I got using Sample data writer. Can anyone provide
information on how to get the entire content of the response?
<?xml version="1.0" encoding="UTF-8"?><testResults version="1.2"><httpSample
t="335" lt="335" ts="1430026276805" s="true" lb="HTTP Request" rc="200" rm="OK"
tn="Thread Group 1-1" dt="text" by="384" ng="1" na="1"/>
<httpSample t="179" lt="179" ts="1430026434107" s="true" lb="HTTP Request"
rc="200" rm="OK" tn="Thread Group 1-1" dt="text" by="384" ng="1" na="1">
<responseData
class="java.lang.String">d751713988987e9331980363e24189ce</responseData></httpSample>
</testResults>
Thanks,Raj