rob J.

  • 0 questions asked
  • 4 answers
  • 0 best answers (0%)
  • Variable extractor not fetching values during second loop execution

    One of the variable extractor in my script, fetching the value during 1st loop execution and passing it through the script. But the same not fetching the value during repeated...
    Sumith H.
    Sumith H.

    Sumith H.

    Level
    0
    46 / 100
    points
    rob J.
    rob J.

    rob J.

    Level
    0
    44 / 100
    points
    Update. I found that if I went to advanced mode then unselected the "stop extraction at first match" the variable did get updated on each loop. Note I also kept "occurrence to...
  • Variable extractor not fetching values during second loop execution

    One of the variable extractor in my script, fetching the value during 1st loop execution and passing it through the script. But the same not fetching the value during repeated...
    Sumith H.
    Sumith H.

    Sumith H.

    Level
    0
    46 / 100
    points
    rob J.
    rob J.

    rob J.

    Level
    0
    44 / 100
    points
    I see the same issue. Performing the extraction with a request action, will NOT result in the getting the new value. Is this a know bug or is there some solution?
  • use of java.time.Instant in javascript

    How might I convert this beanshell preprocessor script in jmeter to neoload javascript? import java.time.Instant; String epoc = Long.toString(Instant.now().toEpochMilli())...
    rob J.
    rob J.

    rob J.

    Level
    0
    3 / 100
    points
    rob J.
    rob J.

    rob J.

    Level
    0
    44 / 100
    points
    Since java.time.Instant is within Java SE not some custom class (https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html) , how can I add just that?
  • use of java.time.Instant in javascript

    How might I convert this beanshell preprocessor script in jmeter to neoload javascript? import java.time.Instant; String epoc = Long.toString(Instant.now().toEpochMilli())...
    rob J.
    rob J.

    rob J.

    Level
    0
    3 / 100
    points
    rob J.
    rob J.

    rob J.

    Level
    0
    44 / 100
    points
    Still have issue, but this is perhaps just a general question of how do use standard java classes like java.time in a neoload script?