Am 01.10.20 um 15:24 schrieb Krister Nilsson:
> Hi!
>
> I have tried many things but I come to the conclusion that Jmeter's 
> Javascript behaves a bit differently at least compared to the console in 
> Chrome. Can you please help me out?
>
> I want to do something like this
>
> ${__time(yyyy,)}-"1953"
>
> or simplified
>
> 2020-"1953"
>
> (It does perhaps look a little bit weird but there is a reason why the second 
> term should be a string.)
>
> Now I need to get an integer returned but with Jmeter I get 67.0 instead of 
> 67. I have tried parseInt() but it has no effect.
>
> Anyone who can help me?

You could try "" + ${__time(yyyym,)}-"1953"

And JMeter's JavaScript is different to the one in chrome and that
difference is one reason, why the builtin JavaScript interpreter has
been deprecated with Java 14 and removed with Java 15.

Maybe there are other methods to do the calculation. The JDK has
probably a few date conversion method, that you could use (either
through JavaScript or through Groovy).

Felix

>
> Med vänlig hälsning
> Krister Nilsson
> ____________________________________________________________
>
> Krister Nilsson / översteprest, prestandatest
>
> IT Fond konto och teknisk plattform
> Telefon direkt 010-454 21 97, mobil 072-210 21 97
> [email protected]<mailto:[email protected]>
>
> Pensionsmyndigheten,
> Telefon vxl 0771-771 771, fax 08-658 13 00, 
> www.pensionsmyndigheten.se<http://www.pensionsmyndigheten.se/>
>
>
> P Överväg miljöpåverkan innan du skriver ut detta e-brev.
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to