Can anyone explain me following syntax which is used to create randomstring
${__time(ddHHMMmmss)}${__javaScript(Math.floor((Math.random() * 10) + 1))}
Can anyone explain me following syntax which is used to create randomstring
${__time(ddHHMMmmss)}${__javaScript(Math.floor((Math.random() * 10) + 1))}
Copyright © 2021 Jogjafile Inc.
Math.floor:
As per:
So __javaScript is a JMeter function that will run :
It will give you a number between 1 and 10.
Finally __time is a JMeter function that will give the current date using Java format:
So results could be for today: