On 13/11/2008, Fitzpatrick, Adrian <[EMAIL PROTECTED]> wrote: > > Hi, > > Ive taken a look at this and I think I see what your issue is - its actually > do to with the way you are using the Include controller (incorrectly, im > afraid!!) > > See - > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Include_ > Controller > > The script you are including should not contain a thread group - it should > just be a simple controller with your samplers.
The documentation could be clearer - I'll see about adding some more information for the next release. > I fixed this by doing the following: > > - Add a simple controller to setup.jmx > - Add all http samplers under this controller > - Click on controller and choose "save selection" from the file menu > - Save this to a new jmx file > - Change your main.jmx to include this file rather than setup.jmx > - Add the user variables element to the main.jmx (you might be able to leave > this element in the include file, if that works better for you, but I didnt > test this) > Well put. > And then it works. > > Hopefully that works for your scenario. That's basically how I created my sample test plan, except that I only used a single sampler, so I did not bother with a Simple Controller - I just selected the sampler and used "Save As..." > > - Adrian > > ************************ > > This message has been delivered to the Internet by the Revenue Internet > e-mail service (OP) > > ************************* > > --------------------------------------------------------------------- > 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]

