You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Raffaele Viola <ra...@gmail.com> on 2006/01/26 15:17:49 UTC

problem in loop

Hi all!

I have the same problem, this is my test plan:

+--Thread Group
   |
  +--Http Cookie Manager
  +--Http request Default
   |
  +--Login(Http request)
  +--Customer Display(Http request)
  +--net count(Http request)
   |
  +--While controller -> ( ${__javaScript(${nbs}<${nbr},test)} ) where nbs
is a user defined variable =5400
      |
     +--If controller -> ( ${nbr} > ${nbs} )
         |
        +--networkarealist(Http request)
      |
      |
     +--If controller -> (${nbr} <= ${nbs})
         |
        +--networkarealist(Http request)
      |
      |
     +--counter1 ->  start =0  incremaent =50 maximum=6000 refer name nbs
   |
   |
  +--logout(Http request)

If I run it with a loop count of 3 (for example), only the first loop is
execute totally, the next loop doesn't execute the while cycle.

Thanks a lot!!!!!

-Raffo