Forum Discussion

PeterKlim's avatar
PeterKlim
Contributor
11 years ago

Breakdown Measurement of Components

Does SoapUI Pro show the repsonse time of each individual components or just the entire response time as 1 measurement?

I know it does as 1 entire send/receive, but I need to have the breakdown. Such as time to get to the router, servers, DB and so on.

If not, are there any other plug-ins are add-ins that need to be purchased in order to do this?

If SoapUI Pro does not do this, does LoadUI (non pro version)? If not, what will?

Thanks in advance!
Peter

1 Reply

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi,

    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