In LoadComplete, you can use data replacers to insert variables into the bodies of POST requests and WebSocket client messages, and into request headers and cookies.
In This Section
Describes the purpose of data replacers and explains how they work.
Provides a step-by-step description of creating a data replacer.
How to Determine What Data Will Be Replaced
Explains how to determine what data a data replacer will replace.
Describes attributes you can specify for cookies.
Gives some tips on specifying data replacers.
Related Topics of Interest
Describes how to replace individual subexpressions of the data replacer’s regular expression.
Extracting Data From Responses
Explains how you can capture dynamic parameter values generated by the tested web application into variables.
Specifying Appropriate Request Data
Explains why it is important to use appropriate test data and describes typical cases when data modification is needed.
Explains why you may need to encode data to be inserted and how to define conversion rules.
See Also
Using Variables in Requests
Specifying Appropriate Request Data