I am creating a script for application tests, in order to export it and use it with JMeter.
I would need to get the system date as a variable, at the script level, not the environment, but I can not do it in any way.
Any advice?
To do this, create at the start of the badboy script a js script(At the beginning of the step, Add / JScript).
with the following content:
To be used from the badboy script $ {sysdate}.