So here's what i've done... Extracted the packageInfoImage_175213 from Regular expression extractor.
Now the for loop is not working as am expecting .. On Tue, Nov 29, 2011 at 4:31 PM, Shaba K <[email protected]> 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 >
