Hi,
I'm trying to put value in rest request body from properties using groovy script. Can you please help
Thanks in advance
{
"user": {
"name": "${Properties#name}"
"account": "HSBC"
"Skill" : "BROKER"
}
}
Solved! Go to Solution.
First execute Properties step and then the REST request(Drag Porperties to step 1 and then Request 1 to next step). The property expansion you have used is correct.
First execute Properties step and then the REST request(Drag Porperties to step 1 and then Request 1 to next step). The property expansion you have used is correct.
Subject | Author | Latest Post |
---|---|---|