How to add multiple child elements with different values in the same JMeter post request body?
I will need to add 1000 of these. Please see below HTTP Request Body data.
Thanks
[
{
"action": "create",
"uniqueId": "${uniqueId1}",
"value": {
"name": "Bulk Create ${uniqueId1}",
"notes": "Created on ${__time(DDMMYYYY,)}",
"pmaPrefix": "ABC",
"uniqueId": "${uniqueId1}"
}
},
{
"action": "create",
"uniqueId": "${uniqueId2}",
"value": {
"name": "Bulk Create ${uniqueId2}",
"notes": "Created on ${__time(DDMMYYYY,)}",
"pmaPrefix": "ABC",
"uniqueId": "${uniqueId2}"
}
},
{
"action": "create",
"uniqueId": "${uniqueId3}",
"value": {
"name": "Bulk Create ${uniqueId3}",
"notes": "Created on ${__time(DDMMYYYY,)}",
"pmaPrefix": "ABC",
"uniqueId": "${uniqueId3}"
}
}
]
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…