hi
So the names in the report are whatever your sampler names are so in your
case you want these names to be unique
Im assuming your current test is something like
Thread Group (Loop forever)
   CSV Data Set Config
          file = abc.csv --> one column containing urls
          stop thread on EOF = true
          variable name = url
   Http Request
           name = http request
           path = ${url} --> matches the CSV variable name

All you need to change is
   Http Request
           name = ${url}  --> This causes the name to change so that each
URL has its own name
           path = ${url}


The manual is usually good enough.

regards
deepak




On Wed, Aug 4, 2010 at 4:45 PM, Martin Minka <[email protected]> wrote:

> sorry, I am newbie, is there some tutorial explaining this ?
>
> 2010/8/5 Deepak Shetty <[email protected]>
>
> > sure just change the sampler name (so the name would be
> > ${VariableNameFromCSV}  where )
> >
> > On Wed, Aug 4, 2010 at 4:13 PM, Martin Minka <[email protected]>
> > wrote:
> >
> > > Reading URLs from CSV file.
> > > Doing http request.
> > > Summary report shows only HTTP Request and TOTAL.
> > >
> > > I want to see lines for each URL. is it possible ?
> > >
> > > sincerely,
> > > Martin
> > >
> >
>

Reply via email to