Hi
you can workaround it. The filename field should accept a variable like
${filePath}. (havent tested it - but it should work)Before you run your test , generate a CSV file which has the full path(or you could do it as part of your test to , all in memory , but the former is preferable) to all the files you want to process , then simply loop around the CSV file using the CSV data set config which reads the CSV file values into the variable filePath. regards deepak On Sat, Jan 7, 2012 at 10:02 AM, Raghuram . <[email protected]> wrote: > > Within the software, open up an soap/xml-rpc sampler screen. > Invoke help. In it the image displays the details about specifying the > directory. > But it talks about directory for WebService only, not xml-rpc, so I guess > the documentation is consistent. > > Is there a way to specify a directory for sending xml-rpc messages? > > Regards. > > --Forwarded Message Attachment-- > Date: Tue, 3 Jan 2012 09:39:55 -0800 > Subject: Re: How to process a directory for XML-RPC > From: [email protected] > To: [email protected] > > where in the documentation do you see this? > > regards > deepak > > On Tue, Jan 3, 2012 at 9:00 AM, Raghuram . <[email protected]> wrote: > > > > > I have got a directory of xml-rpc content files that I need jmeter to > take > > up and post. > > The 'Help' documentation from within the software says that it is > possible > > to specify just the directory and let jmeter pickup files randomly for > > posting; > > but in actual software I don't see a place where a directory could be > > specified within the configuration for XML-RPC sampler - I see only the > > content and File options. > > > > Any idea how I could specify directory for XML-RPC sampler's data? > > > > Version: 2.5.1 r1177103 > > > > > > > >
