How do I limit response size in a large Test Composition?
In larger tests where the size of message body
responses is prohibitive, you can use HTTP.MaxReceiveContentLength
at the Server, Target, or Message level. This setting limits the maximum number of bytes of an HTTP "message body" that will be received. Bytes past this amount will be received and counted, but then discarded. A negative value means no limit. Users can set HTTP.MaxReceiveContentLength at the following places in CloudTest: |
|
|
![]() |
|
![]() |
|
![]() |
Note: The integer –1 does not work in
CloudTest—except when used in (1) Server List. The integer -1
should not be used in (2) or (3). |