Hello all, I tried to implement a real webspider with response assertion as jmeter testscript to test all links to return usefull results (a bit more than only <>401...) because we are using a CMS to return content-'empty' pages sometimes. However the example in the docs (via the HTML-Link parser) only works for the first level of the site. the script looks like this: -Controller --cookiemanager --http request (homepage --http request (path .*) | -> HTML link parser --result assertion --Listener Is there any way to make it work for the whole site, i.e. recursive? regards C. Winkler