Closed prajaktam closed 3 years ago
Unfortunately, I don't know if there is a more elegant way (no RF expert here), but this is how we access data from within the response:
${accessKey}= Set Variable ${response["body"]["accessKey"]}
Hi,
You can use Output
keyword for this.
e.g.
${token}= Output response body accessKey
Hi Team, I am exploring RESTinstance, no prior experience in API test using Robot Framework so facing problem to get response i.e. authentication key and get other response and store in a variable.
Below is my dummy code .. it is not confidential:
Can you please help correct me, as I am not understanding how to implement.
and one more thing, I want to get a response from one request and from that response few information need to pass on to another request body. How can I do that?