Specifying Data for Conditions

Most conditions (except the Scripting condition) operate on specific blocks of data.

Conditions have sets of attributes that specify what data is to be used and what should be done if required data is not available.

These attributes are:
  • ApplyTo
  • Offset
  • Length
  • IfNull
  • UseDataAvail
The basic idea is:
  1. ApplyTo specifies a block of data (for example a request URL, a response body, the string to be scripted, and so on).
  2. Offset and Length are optionally used to target data subsets.