Forum Discussion

Teja_k's avatar
Teja_k
New Member
10 months ago
Solved

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