Hi All,

Here's how my reg ex looks

GET_EVENT_ID_1=175213
GET_EVENT_ID_1_g=1
GET_EVENT_ID_1_g0=packageInfo_175213">
GET_EVENT_ID_1_g1=175213
GET_EVENT_ID_2=175225
GET_EVENT_ID_2_g=1
GET_EVENT_ID_2_g0=packageInfo_175225">
GET_EVENT_ID_2_g1=175225
GET_EVENT_ID_3=175237
GET_EVENT_ID_3_g=1
GET_EVENT_ID_3_g0=packageInfo_175237">
GET_EVENT_ID_3_g1=175237
GET_EVENT_ID_4=175249
GET_EVENT_ID_4_g=1
GET_EVENT_ID_4_g0=packageInfo_175249">
GET_EVENT_ID_4_g1=175249
GET_EVENT_ID_matchNr=4


my for loop - INPUT var  - GET_EVENT_ID
OUTput  var = EVENT_ID

Debug sampler shows the value being fetched is correct.

I have to build all that is found in the one highlighted & send as
parameters for the next request ??

i can't add in for loop & a request ... can some guide on this please

-Shabana

On Tue, Nov 29, 2011 at 4:31 PM, Shaba K <shabazi...@gmail.com> wrote:

> Hi All,
>
> I have a problem with teh for each controller looping in.
>
> there is a webpage,which has images generated
>
> the html snippet looks like
>
> <input id="select_175213" type="checkbox" disabled="disabled" value="
> 175213" name="eventInTopPackage[175213]">
> <input type="hidden" value="175213" name="eventInTopPackage[175213]">
> <img id="packageInfoImage_175213" width="70" height="39" src="
> /static/images/default-205x115-ticket.png" title="Test sub event static
> plan" alt="Test sub event static plan
>
> now i have to get the id's that are associated  & then after retrieving
> all id's from all the images generated i have to send these parameters as
> post http data.
>
> Can some one please suggest how to go about.
>
> my Test script looks like.
>
> Test Plan.
> +Config Elements (CSV,UDV)
> +Thread Group
> ++http smapler
> ++httpsampler
> ++for each controller   - > i don't want the for each to post each id. (If
> i read the file from a CSV file.)
> +++httpsampler
>
>
> Your input helps.
>
> -Shaba
>

Reply via email to