Hello,
I'm new to JMeter and I've written a simple Java request sampler object for
testing to get a feel for things. The 1st thing I've noticed is that the
response data does not show in the view results tree listener. I am setting
response data in my java request sampler. Here's a code snippet:
String response = "Iteration #" + count++;
result.setSamplerData(response);
result.setResponseData(response.getBytes());
result.setResponseMessage(response);
result.setResponseCode("OK");
return result;
However when I run the test the response window for each sample thread is
grayed out. Is this by design? Are there any work-arounds?
Clifton C. Craig
Intelligent Computer Systems
A division of Global Beverage Group
[EMAIL PROTECTED]
(717) 295-7977
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]