hi
you use one of the Post Processor on the first request to extract the data
(Regex, Xpath, Beanshell), you store the extracted value into a variable and
then use ${variableName} in the next request.
regards
deepakOn Tue, Jun 16, 2009 at 10:07 AM, Stromas, Aaron (NIH/OD) [C] < [email protected]> wrote: > Greetings, > > I'm feeling my way around JMeter, so I apologise in advance if I'm asking > ignorant questions. Basically, I have recorded a test plan using an HTTP > proxy. Next, I modified it, so that each thread will invoke the test with a > different parameter. After the initial request submitted, I need to populate > the follow-up request with values form the page served as a response to the > initial request, such as items from select elements. How can that be done? I > assume there is some scripting involved. Please steer me in the right > direction. TIA. > > -a >

