And another option is if these are *mostly* hidden variables (or displayed
in <input> element variables) then you can
write a couple of regex's that extract out all the data and use a BSH
preprocessor to fill in most of this data (I once had a page with about 60
<input type="hidden" > elements)

regards
deepak

On Thu, Oct 1, 2009 at 8:51 AM, Deepak Shetty <[email protected]> wrote:

> Use BSH pre processor with the HTTPSampler. In bsh you can specify
> sampler.addArgument(name,value);
>
>
>
>
> On Thu, Oct 1, 2009 at 4:22 AM, zanas <[email protected]> wrote:
>
>>
>> Is there anyway of using a file to fill the HTTP request parameters(GET or
>> POST variables)? My company has a page that gets a lot of information from
>> a
>> POST request, what I want to do is to request this page with different
>> parameters (using different files with parameters). Using CSV DATA SET is
>> not a solution because this POST REQUEST has the ridiculous amount of 290
>> variables. I am thinking in extending JMeter but I don't think I have the
>> time for it.
>> --
>> View this message in context:
>> http://www.nabble.com/HTTP-request-parameters-from-file-tp25696622p25696622.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]
>>
>>
>

Reply via email to