i hate to say it but the number of items can vary wildly so from 0 to 100+
sebb-2-2 wrote: > > That's not going to be easy. > > Is the number of items limited, or can it vary wildly? > > If it could only be (say) 3, 5 and 9, then it might be easier to treat > each case as a separate sample and code the test using the Switch > Controller. > > Otherwise, I think it can only be done by writing code to do it. > > On 12/02/2009, wicky_boy <[email protected]> wrote: >> >> I need to be able to detect how many items there are in the response >> data >> then POST the items as parameters at run time. >> >> >> >> sebb-2-2 wrote: >> > >> > On 09/12/2008, wicky_boy <[email protected]> wrote: >> >> >> >> Hi All, >> >> >> >> Jmeter newbie here. >> >> >> >> On a user level in a .jsp page I have a list of items with same >> pattern. >> >> Each item has a check box. I can extract and then POST a checked >> single >> >> item >> >> as a parameter in the next POST. >> >> >> >> As the list in the test may have varied length I would like to be >> able >> >> to >> >> dynamically extract from ALL items in the list and then POST ALL >> checked >> >> items as paramaters in the next POST. >> >> >> >> Any help gratefully received. >> > >> > I suggest you use the JMeter Proxy Recorder to record a sample test >> > plan and then adjust that as needed. >> > >> >> Wicky_boy >> >> >> >> >> >> >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.com/How-to-extract-and-send-multiple-dynamic-checkbox-parameters---tp20911576p20911576.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] >> > >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/How-to-extract-and-send-multiple-dynamic-checkbox-parameters---tp20911576p21974248.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] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/How-to-extract-and-send-multiple-dynamic-checkbox-parameters---tp20911576p22013487.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]

