Forum Discussion
Elvorin
14 years agoContributor
AndyHughes wrote: Yes you can do this by setting up test case properties in SoapUI for the request and response and then using a property transfer to populate them. A table log (attached to the bottom of the stats component can then be used to output these test case properties so you can see the request and response of each individual call.
Yeah, that's the only crude way of debugging any test case setup issue I've found so far. But make sure you delete those property transfer steps before your 'official' load test. Otherwise the performance numbers will be skewed (as property transfer step takes few milliseconds itself). Or else, configure your graph components to just show the SOAP call step's response time.
I really wish LoadUI had some easier way of logging request/response. May be even by modifying soapui-log4j.xml file (provided some class of SoapUI has debug statement for request/response).