Patrick G.

  • 1 question asked
  • 0 answers
  • 0 best answers (0%)
  • Is it possible to increment a variable with loop iteration ?

    Hi, I use Neoload v4.1.3 and I have got the following behavior: I add a loop in my recording and inside that loop, I use variables that I want to increment with each loop...
    Patrick G.
    Patrick G.

    Patrick G.

    Level
    0
    2 / 100
    points
    Frank L.
    Frank L.

    Frank L.

    Level
    0
    53 / 100
    points
    Before your loop, Add JS Script and define a variable like below: context.variableManager.setValue("VariableName",VariableValue); in the loop, use below js script to increase...