Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
It sounds like you want a very fine level of logging for the entire web service request and response process. Currently that is not avalible in SoapUI Pro (or LoadUI), but you could create an enhancement request for future consideration.
You can get the time it takes for each test step via using Groovy. Using a script assertion for the test steps you can log time for.
Please see this link:
http://learnsoapui.wordpress.com/2011/0 ... ime-taken/
Regards,
Marcus
SmartBear Support
It sounds like you want a very fine level of logging for the entire web service request and response process. Currently that is not avalible in SoapUI Pro (or LoadUI), but you could create an enhancement request for future consideration.
You can get the time it takes for each test step via using Groovy. Using a script assertion for the test steps you can log time for.
log.info(“Time :” + messageExchange.getTimeTaken())
Please see this link:
http://learnsoapui.wordpress.com/2011/0 ... ime-taken/
Regards,
Marcus
SmartBear Support