Hi if you have saved the data value you expect, then you need a regular assertion not an XPATH assertion(the value below is not an XPATH). On a separate note unless the data below is some generated value, your test is quite likely to break everytime there are minor development changes. Your test is also too closely tied to the HTML structure of your pages which isn't a good thing either. regards deepak On Mon, Mar 1, 2010 at 8:01 PM, Sagar G <123saga@gmail.com> wrote: > > thnks for reply....actually i am doing back-end testing for a web > services....here i need to assert data something looks like this... > > "
Two-hour escorted walking tour
Trained guide to show you the > stops
Audio guide in 10 languages, provided to each participant
>Entrance fees at sites (where foreseen)
Children ages six and > under are free
" > > i have saved this value in csv file ....and trying to assert..! i am > getting > the same data in response but assertion is getting failed..! mean while i > have checked my assertion ..it is correct..coming to tidy..i enabled > tolerant XML/HTML option and Quite option..still it is giving problem... > > > > -- > View this message in context: > http://old.nabble.com/Problem-with-the-XPath-assertion-as-data-to-be-asserted-conntains-html-tags-tp27741740p27752008.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > >