ThunderClient - is there a way to traverse the xml responses included in the json response body and apply validations #1231
Unanswered
DeltaUser121
asked this question in
Q&A
Replies: 1 comment
-
Hi @DeltaUser121 you can use custom scripting and Cheerio library to parse xml. Custom Scripting Docs Let me know if you any further questions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
ThunderClient - is there a way to traverse the xml responses included in the json response body and apply validations
eg:
Json response as below
{

"isDuplicate": null,
"message": "
"
}
If I want to traverse the message and want to get the value of node ContactId , how to do that?
Beta Was this translation helpful? Give feedback.
All reactions