how to escape special characters in response assertion

2009-05-21 Thread Sree ...
Hi I was executing some scripts in JMeter, one of them contains Response assertion but my response assertion fails everytime if it contains special characters say / ' : etc.. I need to put some escape character for each of the special characters but i dont know what it should be Can someone

Re: how to escape special characters in response assertion

2009-05-21 Thread Deepak Shetty
hi use \ Basically the same one you would use in a Java regex. regards deepak On Thu, May 21, 2009 at 7:51 AM, Sree ... gattasrika...@gmail.com wrote: Hi I was executing some scripts in JMeter, one of them contains Response assertion but my response assertion fails everytime if it contains

Re: how to escape special characters in response assertion

2009-05-21 Thread Sree ...
yeah that worked.. thanks On Thu, May 21, 2009 at 9:53 PM, Deepak Shetty shet...@gmail.com wrote: hi use \ Basically the same one you would use in a Java regex. regards deepak On Thu, May 21, 2009 at 7:51 AM, Sree ... gattasrika...@gmail.com wrote: Hi I was executing some scripts in