What do you mean by "loop" ? Should i add a loop controller ? I have now Thread group - user parameters with uri parameter - loop controller (count forever) - http request - user parameter with dynamic request parameter

but that doesn't provide the desired effect.

Being able to define scope is also new to me, can you explain this a bit more? I'll keep digging the wiki and list but nothing has come up yet

Thanks
Jorg

Craig Palmer wrote:

You could read the parameters at different points in your loop according to the scope you have defined, something like:.

  Outer loop:
    * read URI parameter
    Inner Loop:
      * read dynamic parameter
      * execute HTTP request

Craig.

Jorg Heymans wrote:

Hi,

I have two datafiles, one with the dynamic request parameter that should go in the request and one with the variable part in the request url

ie http://localhost/request-uri/from/first/file?parameter=paramfromsecondfile


Now foreach dynamic request parameter i want to loop through the dynamic request URI's and trigger the request.


Adding both as user parameter to the threadgroup doesn't work because it takes the first line from both files, then the second line from both files etc.

Now i guess i could "massage" my input files to get around this, but just wondering if i could do it easier in jmeter.


Regards Jorg Heymans


--------------------------------------------------------------------- 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]



Reply via email to