curl-loader dynamically changing FORM_STRING values with GET?
Status: Alpha
Brought to you by:
coroberti
From: alo s. <asi...@ic...> - 2008-11-20 21:05:17
|
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 ########### GENERAL SECTION ################################ BATCH_NAME=order-page CLIENTS_NUM_MAX = 100 INTERFACE=eth0 NETMASK=24 IP_ADDR_MIN=xx.x.x.xxx IP_ADDR_MAX=xx.x.x.xxx CYCLES_NUM= -1 URLS_NUM=1 ########### URL SECTION ################################## ### Login URL - only once for each client URL=http://xx.x.x.xxx:pppp/order URL_SHORT_NAME="GET-order" REQUEST_TYPE=GET FORM_USAGE_TYPE= AS_IS FORM_STRING="?customerId=123&orderId=456" TIMER_URL_COMPLETION = 0 TIMER_AFTER_URL_SLEEP = 0 Thanks, Alo Sinnathamby NOTE: This message, and any attached files, contain information that is privileged, confidential, proprietary or otherwise protected from disclosure. Any disclosure, copying or distribution of, or reliance upon, this message by anyone else is strictly prohibited. If you received this communication in error, please notify the sender immediately by reply e-mail message or by telephone to one of the numbers above and deleting it from your computer. Thank you. |