I am trying to extract the response to all the requests, or at least the failed requests in my load test from LoadTest2010 database.
The reason being that I want to include the responses of the error-ed request in my performance test report.
However, I can only get the error messages and corresponding API failures by joining LoadTestMessage and WebLoadTestRequestMap table.
Can someone suggest how to get the complete response of the failed API? I am looking for the on screen response since my application has a custom logging codes that that the response message will carry.
Thanks in advance.