Is it possible to use a variable as part of a regular expression
extractor query?
This is my scenario:
A regular expression extractor extracts a value from the response of
an HTTP Request and assigns it to a variable.
Later, that variable is plugged in to another regular expression
extractor attached to the response of another HTTP request.
So, the second regular expression extractor looks something like this:
Reference name: test
Regular expression: <!-- ${oid}, (.+?), (.+?) -->
Template: $1$
Match no.: 0
Default: 999999
Thanks for your help!
Paul Kronquist