The problem is this. 

I make assyncrniuos reqests to server and I obtain a list of html div
elemnts. In a call back method I render this divs in pages. 

I try to test my application with jmeter. I check the option 'Retrieve All
Embeded Resources from HTML Pages' for make request to my resources.

Nothing hapened. I change all the parsers in jmeter.properties. I think the
problem is the way i define the image using CSS - 'background:url'. or is
because mai responce is not a xhtml valid, just a list of div's.

An example of some html div response:

<div class="graph"
style="width:275px;height:166px;background:url('/ews/ewsGetImage.act?id=1160139636046-distributionByDevice&imageType=DISTRIBUTION_GRAPHIC')
no-repeat ;"  ></div>
-- 
View this message in context: 
http://www.nabble.com/retieve-all-embeded-resources-from-html-pages-tf2395397.html#a6678888
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to