I am new to Gatling, I looked at many examples all says capturing the response from json . But my request is to post . one user logs in and post 20 request at one shot.
my json looks like this
{
“leader_availability_status”: “Approved”,
“total_voluntary_availability_requests”: 25,
“voluntary_availability_request”: [
{
“last_updated_timestamp”: “2019-05-07 15:54:00”,
“status_change”: “2019-05-07 15:54:00”,
“status_timestamp”: “2019-05-07 15:54:00”,
“voluntary_availability_request_id”: XXXXX,
“voluntary_request_status”: “Submitted”
}
]
}
for 1 user i want to iterate this json array 25 times. could u pls help me on this.
Regards,
Thanuja.