Forum Discussion
SmartBear_Suppo
15 years agoSmartBear Alumni (Retired)
Hi,
you can get request and response size in number of bytes with
messageExchange.rawRequestData.length
messageExchange.rawResponseData.length
Hope this helps
Nebojsa
eviware.com
you can get request and response size in number of bytes with
messageExchange.rawRequestData.length
messageExchange.rawResponseData.length
Hope this helps
Nebojsa
eviware.com
- gauravkhurana7 years agoOccasional Contributor
What if we want the size in Groovy not in script assertion
Size of request and not response.
Size of Response we can get through this statement
testRunner.testCase.testSteps[Step].testRequest.response.responseSize
How about size of request without using messageExhchange ?
Related Content
- 7 years ago
- 8 years ago
- 4 years ago
- 5 years ago
Recent Discussions
- 22 days ago