are you getting the <p> as an XML Node/Element or as a literal string (i.e. xml escaped). if XML Node/Element then what you have provided is not an XPATH expression and wont work. If its a literal string then you need to escape it. In view results tree, response data , in show as text what do you get <whatever> <p>blahblah</p> </whatever> or <whatever> <p>blahblah</p> </whatever>
On Mon, Mar 1, 2010 at 9:08 PM, Sagar G <[email protected]> wrote: > > i have one question here..whyit it is not a XPATH assertion > -- > View this message in context: > http://old.nabble.com/Problem-with-the-XPath-assertion-as-data-to-be-asserted-conntains-html-tags-tp27741740p27752232.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] > >

