Hi
then that is straight forward. Use a CSV Data Set Config. If your CSV only
has one column , then in the field called Variable Names specify a single
value e.g. url (should have as many names here as you have columns in CSV).
Then in your Sampler use ${url}.
The other thing is how you want to iterate over your values.
Thread Group
+WhileController = ${__javaScript("${url}"!="<EOF>")}
++HTTP Sampler (path = ${url})
++CSV Data Set Config (Variable Names = url , Recycle = false , Stop Thread
= false , Sharing Mode = depends on what you want to do - Usually All
threads or Current thread)
regards
deepak
On Mon, Aug 23, 2010 at 8:34 PM, piranha <[email protected]> wrote:
>
> Hi Deepak,
>
> thnx for ur reply.
>
> URLs should be :
>
> Req1 : /link1
> Req2 : /link2
> Req3 : /link3
>
> link1, link2, link3 should be read from csv file ...
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/How-to-add-multiple-values-from-a-file-to-the-end-of-a-URL-tp2649550p2650704.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>