Forum Discussion

Teja_k's avatar
Teja_k
New Member
2 years ago

Get the Size of the request in Groovy Script of SOAP UI

How to get the size of the request in Groovy script of Soap UI?

  • You could use below in the script assertion and see if that is what you needed

    log.info messageExchange.requestContent.size()

5 Replies