gmane is soooooo slow showing my replies. I found a way around it by making a loop controller with iterations set to the number of dynamic request parameters (so in the inner loop). I guess i was looking for a way to have this automatically determined but for now it will do.

Thanks for the pointer Craig.


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