JMeter does not limit data lengths or variable content, but of course Java and memory limits will eventually have an effect... I suggest you use the Save Responses Post-Processor to check that the content really is as you expect. You can check your RE using: http://jakarta.apache.org/oro/demo.html It turns out that there was an application bug, so at times a CR was inserted at the end of the string. I have changed the assertion from "matches" to "contains" and everything works Apologies for the noise and thanks for the support. In particular the ORO online demo is very useful. -- View this message in context: http://www.nabble.com/Matching-one-of-several-strings-in-Response-Assertion-tf2959081.html#a8393525 Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

