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. 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) And then it works. Hopefully that works for your scenario. - 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]

