In Postman I send the POST-request with JSON-body. The field status has 9 predefined ENUM values: Opened, Reserved, Paid, Shipped, Delivered, Returned, PartlyReturned, Closed, Canceled. How can I randomize the value of this field while sending the new requests?
{
"status": "Opened"
}
IN body use:
As Danny mentioned in comment above is the right way
Ignore below :
Add this to pre-request , now varaible value changes randomly . IN body use:
you can use in build dynamic variable $randomint also for this