Forum Discussion

Debasis's avatar
12 years ago

Storing Request/Response in LoadUI & capturing stats

Hi

I am evaluating tools for doing Performance testing for my project. I found Load UI very intuitive and fitting to most of my requirements.
Can anyone please let me know how to achieve the following functionality

1) In LoadUI, how can I capture Response Data for all the requests ? I attached Table Log to SoapUIRunner and then exported the data to a csv file but it did not contain the response.
Output consists of the following columns
"TriggerTimestamp","Status","TimeTaken","ID","soapui_context","Bytes","Timestamp"

2) I would be running my load tests for say 8 hrs, can I get statistics on an hourly basis like # of request, response time for that hr, similar to what we get in Summary report, but broken by user defined timelines.

I am using
Soap UI 4.6.2
Load UI 2.6.5

Any help is highly appreciated.

Thanks,
Debasis
  • Hi!
    Debasis wrote:
    1) In LoadUI, how can I capture Response Data for all the requests ? I attached Table Log to SoapUIRunner and then exported the data to a csv file but it did not contain the response.
    Output consists of the following columns
    "TriggerTimestamp","Status","TimeTaken","ID","soapui_context","Bytes","Timestamp"

    All TestCase properties in a SoapUI TestCase will be outputted by a SoapUI Runner. So you need to make sure that the response gets stored in a TestCase property. See more info here.