int count = Integer.parseInt(vars.get("GET_EVENT_ID_matchNr"));
for(int i=1;i<=count;i++)
{ //regex counts are 1 based
sampler.addArgument("event_id", vars.get("GET_EVENT_ID_" + i));
}
my http post should be like this ...
eventInTopPackage[${event_id}] = ${event_id}
and other parameters ...
On Fri, Dec 2, 2011 at 4:10 PM, Felix Frank <[email protected]> wrote:
> On 12/02/2011 04:31 PM, Shaba K wrote:
> > But Parameters to be sent with request is formed like this
> >
> > eventInTopPackage[${sub_pack_event_id_1}] = ${sub_pack_event_id_1}
>
> How is this problematic?
>
> What exactly does your BeanShellPreProcessor look like now?
>
> Cheers,
> Felix
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>