LoadComplete includes empirical search algorithms that it uses to find dynamic parameters, for which correlation rules are not defined.
When you command LoadComplete to correlate a scenario by using the algorithms, it performs the following actions:
-
Parses requests and responses in a scenario.
-
Analyzes the response and request data and finds all parameters in requests and responses.
The algorithms only use paths to find dynamic parameters. They do not use regular expressions. -
Compares the parameters in requests and responses and finds parameters that meet the following conditions:
-
The parameter name in responses and requests is the same.
-
The parameter value in responses and requests is the same. When comparing values, LoadComplete applies various combinations of basic conversion rules to them.
-
The parameter, which a response returns, is used in at least one subsequent request.
-
-
Correlates the parameters:
-
Creates a data selector that extracts the parameter value and adds it to a response that returns the parameter. If several responses return the same parameter, it adds the selector to the most recent response.
-
Creates data replacers that insert the extract parameter value and adds them to all subsequent requests that use the parameter.
-
See Also
About Data Correlation
Correlating Dynamic Parameters Automatically via the Correlate Requests and Response Parameters Wizard