Re: Iterate over files

2011-10-21 Thread sebb
On 21 October 2011 14:38, Morten Kristiansen mor...@tracetracker.com wrote: Hi, I want to create a JMeter test that executes a HTTP Request POST with a file attached to it. So far so good (I know how to do that). But my files are in a directory and I don't know the filenames or how many

Re: Iterate over files

2011-10-21 Thread chaitanya bhatt
Use the standard *BeanShell* commands: cat(); *cd*(); cp(); mv(); rm(); *dir *();; You can call external commands as exec(command); Thanks Chaitanya M Bhatt http://www.performancecompetence.com On Fri, Oct 21, 2011 at 6:38 AM, Morten Kristiansen mor...@tracetracker.com wrote: Hi, I want to