I have a file that consists of URLs in each line. I want to use this file as the list of URLs that JUnit should HTTP-GET. For example with wget I would use it as in
wget -i url-file.txt One solution would be of cause to set up JMeter in Proxy mode, wget as above through the proxy and replay the test with JMeter. But isn't there a direct way to tell JMeter to read a file of URLs as input? I took a look at the CSV element and this thread: http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/200906.mbox/%3c22888211.1271245246122165.javamail.nobr...@olympia%3e but couldn't figure out how to use it. One of my problems is that the HTTP Request Sampler takes Host and Path separated, not as one string. I don't want to pipe my URL-file through some sed-script in order to split the URLS into hostname/path. Any ideas? This seams to be a frequent standard-problem, yet I can't find it in any Tutorial or FAQ. Thanks, Benedict --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

