Forum Discussion

AnandPasayat's avatar
AnandPasayat
Occasional Contributor
14 years ago

In LoadUI the way to verify request,response & SUT details

Hi,

I'm running LoadUI through Soapui runner component.Now when I execute a specific SoapUI testcase in soapui runner component by clicking "Run Once" the test case has been executed successfully(i.e Completed status is getting incremented each time after the test case execution completes.).

Now here the question is in which log file in LoadUI, we can find the information like the type of soap request has been triggred/the response that we got from the target machine/which SUT(System Under Test) the request hits etc.Net-to-Net how to ensure the correct request has landed at the correct SUT & we got the expected response.

Please suggest the settings needs to be done at Table Log component & the soapui Runner component to generate the log file that contains the above specified informations (i.e soap request, response & SUT details)

1 Reply

  • I personally have not found any setting to log that. The only way to get request/response data is to modify test case to have property to capture required information, and have property transfer steps to store the data in it. Then in LoadUI's SoapRunner's setting, check the box which enables it to output test case properties and link the SoapRunner to a table log.