If you are referring to the HTTP User Parameter Modifier Pre-Processor reading the XML file, then it will be called for every sampler that is in scope.
For example in this plan: Thread Group - HTTP User Parameter (users.xml) - HTTP Sampler 1 - HTTP Sampler 2 - HTTP Sampler 2 the next entry will be read 3 times - even if the parameters are only used by one of the samplers, whereas for this plan only one entry will be read for each loop: Thread Group - HTTP Sampler 1 - - HTTP User Parameter (users.xml) - HTTP Sampler 2 - HTTP Sampler 2 S On 20/03/07, Johanna Briseno <[EMAIL PROTECTED]> wrote:
Hi, Does somebody know how to make that JMeter extracts the data of the file XML in sequential form? When I have a test plan with several threads, there is not problem, there it extracts them in sequential form. The problem shows up when I have mixtures of test plan, that is to say, it extracts of the file data 3, then the 6, then the 9, this way successively. How can I extract of a file the data in sequential form, inside a mixture of test plan? I appreciate their help, Johanna
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

