Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 JMeter 中生成“随机数”变量?
有没有办法生成一个随机的 4didgit 号码?例如thread1:ID:2323 thread2:3334 thread3:5643
请参考以下图片:
使用随机JMeter 函数
${__Random(0000,9999)}
random 函数返回一个介于给定最小值和最大值之间的随机数。