On 15/06/06, Josh Feldman <[EMAIL PROTECTED]> wrote:
I am a newbie to jmeter have some questions on the Response Assertion.



I want to know if under the "Pattern to test", can I use a variable that
has brackets in the variable name. The variable I want to test for is
called "topic[subject]", I believe the brackets are messing up the test
pattern, but just wanted to double check with someone who knows more
about Jmeter than me.


The Response Assertion uses regular expressions.

Now [ and ] are meta characters in regular expressions, and need to be
quoted to be taken literally.

[abcd] means any of the characters a b c d.

whereas

\[abcd\] means the exact string [abcd]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to