Form parameters are encoded as follows (where 'name' is the parameter name, and 'value' is the parameter value):
Name1=value1&name2=value2&name3=value3 If a parameter has no value, the parameter name is still sent (eg: name1=value1&name2=&name3=value3) Theoretically, you should be able to build such a string using a script (either javascript or beanshell), reading the values from the csv data config. However, I've not tried to do anything like this myself, so I don't know for sure. Once you get the basic script working, you may need to investigate encoding issues (e.g. escaping non-alphanumeric characters), but this is another area where I have no experience. Hth Geoff -----Original Message----- From: ajay [mailto:[EMAIL PROTECTED] Sent: 25 July 2006 10:42 To: [email protected] Subject: RE: Sending a huge no. of parameters dynamically... Hi Geoff, Thanks for the reply.. yes..I am sending through Http only...I didn't get u(concatenating in to a single string).. Can u explain more...plz.. -- View this message in context: http://www.nabble.com/Sending-a-huge-no.-of-parameters-dynamically...-tf 1996780.html#a5482386 Sent from the JMeter - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This e-mail is confidential and privileged. If you are not the intended recipient please accept our apologies; please do not disclose, copy or distribute information in this e-mail or take any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Please inform us that this message has gone astray before deleting it. Thank you for your co-operation. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

