Wheat are you trying Response Assertions or XPATH assertions You need to first check what sort of newlines you use (\n or \r\n) and \n or \r\n will only work with for Response Assertions not XPATH.
On Mon, Mar 1, 2010 at 10:58 PM, Sagar G <[email protected]> wrote: > > i have tried with simple white spaced string it is working fine....and > tried > with \n for data containing line spaces but it is failing > -- > View this message in context: > http://old.nabble.com/Problem-with-the-XPath-assertion-as-data-to-be-asserted-conntains-html-tags-tp27741740p27752690.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

