Can you inspect the .jtl file and check what message it generates(by saving the output to the file)? If its something unique , you can change the XSL file that jmeter ships with to provide you a custom report.
Alternately , dont check the download embed resource and instead write Regex/XPATh extractors to extract href="" and src="" and loop through them yourself... Ive never used this but it sounds similar to what you might be able to use http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTML_Link_Parser regards deepak On Wed, Jun 3, 2009 at 6:52 AM, <[email protected]> wrote: > > The HTTP Sampler has the following field: > > Embedded URLs must match: > > which can be used to limit which embedded items are processed: > > I also tried this one, but is it possible to use this field for the > inverse like: > > NOT http://some.url/some.file > > > Thanks, > Sebastian > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

