Forum Discussion

AndyHughes's avatar
AndyHughes
Regular Contributor
14 years ago

Actual Responses from LOAD testing

Is there any way of viewing the actual responses from services under load test?
So not just completed/failed etc with response times - but the actual response each time so you know that the load test is actually working properly and the results returned actually make sense?

I know SOAPUI is for this and LOADUI just runs a SOAPUI test - but just for a comfort blanket I guess. I'd hate to think I was testing something effectively only to find that the response was rubbish.....
  • Hi,

    This depends on the Runner you are using. The WebRunner can be configured to output the request body for each result, and then you can simply connect the Results output to a TableLog component to show each response. For the soapUI Component, you would have to configure the actual soapUI test to output this, which could be done by setting TestCase Properties and configuring the soapUI Runner to output TestCase Properties in the results message.

    Regards,
    Dain
    eviware.com
  • AndyHughes's avatar
    AndyHughes
    Regular Contributor
    I have looked into this and I think I've done it correctly but it still doesn't work. I found a post called "Pass results from soapUI back to loadUI" which seemed to detail exactly what I wanted to do and I think described what you are trying to say.

    My soapUI test is set up as folllows


    In load UI the following:




    So can I now expect to get the response (which is clearly working) output to the table log????? Because it doesn't work?