Eric N.

  • 5 questions asked
  • 7 answers
  • 0 best answers (0%)
  • Session and cache seems not managed ?

    Hello All, I am scripting a test application (web). I setup the runtime parameters "Reset user session and emulate new browser between each iteration" = Yes But the execution...
    Eric N.
    Eric N.

    Eric N.

    Level
    0
    80 / 100
    points
    Eric N.
    Eric N.

    Eric N.

    Level
    0
    80 / 100
    points
    Thanks a lot Nouredine. It's working now.
  • How to made statistics (percentage table) ?

    On input, we have a survey (web) as below: Grp_name;Nb_Members ;Agree ; Group1 ; 8 ;No ; Group2 ; 2 ;Yes ; Group3 ; 6 ;Yes ; Group4 ; 4 ;Yes ; On output, we...
    Eric N.
    Eric N.

    Eric N.

    Level
    0
    80 / 100
    points
    Eric N.
    Eric N.

    Eric N.

    Level
    0
    80 / 100
    points
    Finally, I created a script as below. I hope it will help someone one day. var text =""; var i = 1; var temp = 0; var agree = ""; var TotalGrps = 0; var TotalMembers...
  • How to made statistics (percentage table) ?

    On input, we have a survey (web) as below: Grp_name;Nb_Members ;Agree ; Group1 ; 8 ;No ; Group2 ; 2 ;Yes ; Group3 ; 6 ;Yes ; Group4 ; 4 ;Yes ; On output, we...
    Eric N.
    Eric N.

    Eric N.

    Level
    0
    80 / 100
    points
    Eric N.
    Eric N.

    Eric N.

    Level
    0
    80 / 100
    points
    So, I extracted the variables as below: Grp_name=[Group1,Group2,Group3,Group4] Nb_Members=[8,2,6,4] Agree=[No,Yes,Yes,Yes] Then we have to build the new variable like this...
  • Extracted variables in js scripts

    Hi all, I created a script to construct a new variable (text) thanks to multiple extracted variables (ID, NUM, DATE). I am able to see the new variable on debug log. But...
    Eric N.
    Eric N.

    Eric N.

    Level
    0
    80 / 100
    points
    Eric N.
    Eric N.

    Eric N.

    Level
    0
    80 / 100
    points
    Hello David, Sorry, I forget to replace the value "myvalue" by "max" in my example. My purpose was to add a "," until the last variable was added. Thanks.
  • Extracted variables in js scripts

    Hi all, I created a script to construct a new variable (text) thanks to multiple extracted variables (ID, NUM, DATE). I am able to see the new variable on debug log. But...
    Eric N.
    Eric N.

    Eric N.

    Level
    0
    80 / 100
    points
    Eric N.
    Eric N.

    Eric N.

    Level
    0
    80 / 100
    points
    Forget it. I called script too early. The solution are to insert an action to get the variables before using the script. Thanks.
  • Extracted variables in js scripts

    Hi all, I created a script to construct a new variable (text) thanks to multiple extracted variables (ID, NUM, DATE). I am able to see the new variable on debug log. But...
    Eric N.
    Eric N.

    Eric N.

    Level
    0
    80 / 100
    points
    Eric N.
    Eric N.

    Eric N.

    Level
    0
    80 / 100
    points
    Nevertheless, I am now stuck because the variable returned is null on "POST parameters". I don't understand because on URL path parameters, the value is good. Please advise.
  • Extracted variables in js scripts

    Hi all, I created a script to construct a new variable (text) thanks to multiple extracted variables (ID, NUM, DATE). I am able to see the new variable on debug log. But...
    Eric N.
    Eric N.

    Eric N.

    Level
    0
    80 / 100
    points
    Eric N.
    Eric N.

    Eric N.

    Level
    0
    80 / 100
    points
    After a night of reflection, I found no issue. My script works fine. It seems that Neoload did not compile the code. Because I changed nothing today and the variable returned...