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...
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...
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...
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?
How might I convert this beanshell preprocessor script in jmeter to neoload javascript?
import java.time.Instant;
String epoc = Long.toString(Instant.now().toEpochMilli())...
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?
How might I convert this beanshell preprocessor script in jmeter to neoload javascript?
import java.time.Instant;
String epoc = Long.toString(Instant.now().toEpochMilli())...