Votes
Answers
Views
Question
0
votes
1
answer
10411
views
I'm dumping a rather complicated dictionary to json, and something about the format is causing an error, "circular reference detected." I can't post the code but the basic format isĀ {a[a1: a1,v: [ v1: v1,v2: v2 ] f: [ f1: f1, f2: f2 ]]} filled in from variables through the code and pulling from an A...
0
votes
1
answer
523
views
Tags:
In LoadRunner 12.63, can we export the RawResult to a JSON file? If so how?
0
votes
1
answer
452
views
asked 10 years ago by The Danny
updated 10 years ago by Captain Mercury
My request to my web service is done in an HTTP Activity in UFT-API script. I am loading a JSON file for the body of the request and I need to programatically set a value of a particular node on the fly (based on a previously returned value, but that part is irrelevant). How do I identify the elemen...
3
votes
1
answer
459
views
I have to test a REST API with JSON content. This API requires that the client login first and get a session id. I tried doing this with web_custom_request...but to no avail. This is the sample web_custom_request: web_custom_request("RestAPI", "URL=https://{severname}/rest/blablabla"...
0
votes
1
answer
35
views