How do I allow jmeter to generate 2 seperate decimal values and use it in 2 parameters in http requests?
相关问题
- Angular RxJS mergeMap types
- Google Apps Script: testing doPost() with cURL
- How to instantiate Http service in main.ts manuall
- C#使用http访问网络,有办法用指定网卡访问网络嘛?
- PHP Empty $_POST
相关文章
- C#使用http访问网络,有办法用指定网卡访问网络嘛?
- 关于C#中 float、double、decimal 的运算不精确的问题。
- Jmeter如何做并发测试?需求:从Excel读取数据,设置集合点的那种 跪求大佬解惑。。。
- Is a unicode user agent legal inside an HTTP heade
- MYSQL: DECIMAL with accuracy of 10 digits after th
- How to convert hex string into decimal value
- git: retry if http request failed
- Flutter - http.get fails on macos build target: Co
You can generate a random float value using either any of JSR223 Test Elements and Groovy language or __groovy() function, the relevant code would be something like:
in case of _groovy() function you need to escape the comma like:
it will return a random float number in range from 0 to 100 (adjust as needed)
Demo:
More information: Mathematical Functions and Converting Data Types in Groovy