Re: curl-loader dynamically changing FORM_STRING values with GET?
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2008-11-21 13:05:52
|
Hi Alo, On Thu, Nov 20, 2008 at 11:04 PM, alo sinnathamby <asi...@ic...>wrote: > Hi, > > Is there any way to change FORM_STRING values dynamically? For example, i > need to test 1000 requests with 4 types of customerId s. I know that there > is a way of doing that for login with POST, but with GET i dont know how to > do it. Please advice and Greatly appreciate it. > > This is my conf file > GET-request parameters are passed as adds to a GET-URL. Therefore, URL_TEMPLATE, which was recently developed by Gary and posted to the list can be of assitance. Look in that e-mail posting, it contains some explanations. For the integrated sources you may wish to checkout the most recent svn version of the source code. Take care Sincrerely, Robert |