On 19 September 2014 16:45, Marijn Wijbenga
<[email protected]> wrote:
> Hi,
>
> I have an issue, which might well be a potential bug, where a posted value is 
> not being matched by the Test Script Recorder's Regex Matching functionality.
>
> The request I'm recording has a post value containing XML (SAML token to be 
> exact) which I'd like to replace with a variable automatically.

What does the value look like?
Does it have multiple lines?

> For testing purposes I have configured a User Defined Variable (called TEST) 
> with a value of "(?s)^.*$", I've tried "^.*$" and ".*" as well (all without 
> double quotes).
>
> Only ".*" replaces the content with this: <${TEST}>

That does not make sense.
".*" will match everything, including < and >, so the content would
become ${TEST}

> I've tried other expressions as well and I'm able to match anything within 
> the <> characters, but not those characters itself.

Again, that does not make sense.

> Does anyone else have experienced the same thing, or is this a known issue?

It is not a known issue, and may not even be an issue.

> Or should I post this in the developer's mailing list?

No, the developers all follow this list.

> Cheers

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to