jmeterhttprequestperformance-testinghttpresponseblazemeter

How to check Request/Response Body in Blazemeter Test?


I was wondering if there is a way to check Request/Response body for transactions (real-time/post test) in Blazemeter. I can see there's a "Log" section, but I'd love to know if there's a way to log request/response body for pass or fail transactions for analysis purpose.

enter image description here

Regards!

I've tried exploring the Blazemeter tool with no result. Tired to google for answer but no luck.


Solution

  • Given you have jmeter in your tags I assume you're running a JMeter test.

    In this case in BlazeMeter's Logs Report there will be error.jtl file

    enter image description here

    It contains request and response details for failed requests, you can download the file and open it with JMeter's View Results Tree listener and see all the information:

    enter image description here