I have to perform load test using JMeter on POST REST API which send JSON data in the request body as follows
{
id="",
name="abc",
age="34"
}
I want to use UUID feature in JMeter to auto generate UUID for the value of "id" which should be unique for every record created in the backend.
The value for "id" should be unique for every Thread executed in that Thread Group in JMeter.
Just use __UUID function
{
id="${__UUID}",
name="abc",
age="34"
}
If you're looking to learn jmeter correctly, this book will help you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With