Or you can use the CSVRead or StringFromFile functions to read the
URLs from files - e.g. replace the fixed pathname with
${_StringFromFile(listofpaths.txt)}.

The JMeter nightlies have a CSV Data Set test element, which is
probably easier to use.

But these methods have the disadvantage that URLs have to be specified
as their component parts, so the URLs may need to be divided into
separate CSV fields or files first.

[Might be a useful enhancement to be able to specify the URL in a
single field ?]

The Common Log format is pretty simple, however, so you could always
create fake ones!

S.
On 4/21/05, Peter Lin <[EMAIL PROTECTED]> wrote:
> there is little sampler call AccessLog sampler which will read access
> logs in the common log format. that what you're looking for?
> 
> peter
> 
> On 4/21/05, Fredrik <[EMAIL PROTECTED]> wrote:
> > I would like to create a jmeter test plan that retrieves a set of URLs from
> > either a file or a web page rather than having to add them manually as HTTP
> > request nodes in the test plan.
> >
> > Is this possible somehow?
> >
> > Thanks :)
> > Fredrik
> >
> > ------------------------------------------------------------
> > F� din egen @start.no-adresse gratis p� http://www.start.no/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to