I would like to add that since we now have to use post on session instead of just the post command, you need to change "data=${body}" to "json={body}" for it to work. The syntax has changed.
Hi Sir, Thanks for the video. I have one doubt here. In my case ${response.content} is a JSON response and I need to extract value from the specific 'key'. I tried to use line#25 and modified it as below(dictionary flow) - Attempt #1: ${respstrcontent}= convert to string ${response.content} ${responseidnum} get from dictionary ${respstrcontent} createdAt Attempt #2: ${respstrcontent} get from dictionary ${response.content} createdAt Looks like ${response.content} is not an dictionary. I can use the traditional way to get the data based on the index., but is it not possible to get the value based on the key? (the way ${response.headers} works) Kindly provide guidance and help.
Thanks for your great efforts, i had a question how can i post a json body that includes one of its values as int data type instead of string and how to validate it?
Thank you SO MUCH for that video! How we can take the value from the response, save it to variable and put it into the body of other requests, OR put it into the URL of other requests?? Please record a video for that!!!
Hello Sir, can you help me, how I can avoid certificate validation for the https url while using the get request. In curl we basically use --insecure or -k parameter to void the certificate validation but i dont have any idea how can use the same in robotframework-request
How to pass complex body . If we have multiple array nd sub nodes in Json body, how to set body? If we want to print the result in excel or CSv file, wat s the command we will use for multiple data from input csv
Getting error with this API ConnectionError: HTTPConnectionPool(host='restapi.demoqa.com', port=80): Max retries exceeded with url: /customer/register (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known'))
I would like to add that since we now have to use post on session instead of just the post command, you need to change "data=${body}" to "json={body}" for it to work. The syntax has changed.
Indeed , you're a great teacher . Thank you for the video, it was very helpful for beginners
Welcome
Hi Sir, Thanks for the video. I have one doubt here.
In my case ${response.content} is a JSON response and I need to extract value from the specific 'key'.
I tried to use line#25 and modified it as below(dictionary flow) -
Attempt #1: ${respstrcontent}= convert to string ${response.content}
${responseidnum} get from dictionary ${respstrcontent} createdAt
Attempt #2: ${respstrcontent} get from dictionary ${response.content} createdAt
Looks like ${response.content} is not an dictionary. I can use the traditional way to get the data based on the index., but is it not possible to get the value based on the key? (the way ${response.headers} works)
Kindly provide guidance and help.
Clear explanation. Thank you
You are welcome
Thanks for your great efforts, i had a question how can i post a json body that includes one of its values as int data type instead of string and how to validate it?
Thank you SO MUCH for that video!
How we can take the value from the response, save it to variable and put it into the body of other requests, OR put it into the URL of other requests?? Please record a video for that!!!
Thank you, this video was SO helpful!
You're so welcome!
What kind of plugin are u using for Autocomplete code and styles?
Even I would like to know this. Not working for me to
Please try Intellibot on Pycharm
I have tried but got the error "Expected even number of keys and values, got 3." means?
How to put the value into the nested object in the body of PUT/POST request?
Thank you very much for the guidance
You are very welcome
thanks raj
welcome
Hello Sir, can you help me, how I can avoid certificate validation for the https url while using the get request. In curl we basically use --insecure or -k parameter to void the certificate validation but i dont have any idea how can use the same in robotframework-request
In get request I need to fetch one param from excel ..how to be done
How to pass complex body . If we have multiple array nd sub nodes in Json body, how to set body? If we want to print the result in excel or CSv file, wat s the command we will use for multiple data from input csv
I will upload another video on complex data soon. Plz stay tune.
SDET I would also like to know how to send complex body
waht if i dont have relative url
then how to send the post request
if i want to send value in array in dictionary can i do it for example id= ['3ac79c00','3ac79c01']
Very helpful, thank you
You're welcome!
Hi sir can u upload full series
im trying this on my api and im getting a 405 error, can you help me?
First of all u great sir, Sir can u help me with passing XML content in body instead of json ..
Hello Pavan, Indeed your videos are very useful. How to send a complex data in post request using dictionary ? Thanks in advance.
Hey Meghana,
I am looking for the answer. Did you get any solution for your question?
how to ignore ssl certification while in post?
always fail, user already exist, how to create new user
this api is not working
Getting error with this API
ConnectionError: HTTPConnectionPool(host='restapi.demoqa.com', port=80): Max retries exceeded with url: /customer/register (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known'))
I got this error when my network got disconnected.