To extract values from response headers and from HTML and textual response bodies, you use data selectors.
In This Section
Describes the purpose of data selectors and specifics of their usage.
Creating and Using Data Selectors
Provides step-by-step information on creating and using data selectors.
How to Determine What Data a Selector Extracts
Describes how to find what data a data selector will extract.
Gives some examples on extracting typical values.
Further Steps
Explains how you can validate an extracted value to make sure that the server returns correct data.
Explains how you can use variables to pass the extracted data to subsequent requests.
Explains how you can replace recorded values in requests with data from external sources or with data LoadComplete generates.
Related Topics of Interest
Describes how to extract individual subexpressions of the data selector’s regular expression.
Explains why you may need to decode or encode extracted data and describes how to define conversion rules.
See Also
Regular Expressions Syntax
Editing Recorded Requests
Editing Scenarios