Specifies the maximum delay tolerated in ms.
Defines the exact, minimum and maximum sizes of the server response body. HTTP header lengths are disregarded. The default length is the length of the server response content at the time of recording. Greater than
denotes greater than or equal to; Lower than
denotes smaller than or equal to.
Checks whether or not the server response contains a certain content. The server response is considered valid if all the content conditions are satisfied.
Depending on the type of HTTP response, the validation can be based:
Conditions available are:
<span class="welcome">Welcome</span>
).<span class="welcome">Welcome \w+ \w+ </span>
).Note that the content assertion may contain variables.
For more information, see Regular expressions.