Hello all,
I’m trying to find a solution of the following situation:
POST - Create account
POST - Login
POST - Start //Giving me the first question’s id into the respond
POST - Question 1 //Giving me the id of the next question in the response.
What I’d like to do is taking the respond from POST Start Body and set it as variable into my Environment. Then taking this variable’s value and putting it into the Next Question’s Body as variable…and so on.
I think this response has the wrong video with it. The video is about passing data in the request. It did not speak to parsing responses or setting a variable.
Including the Postman Training links under “Other Resources”.
I would recommend the “Galaxy APIs 101” course first as it gets you used to the application features.
Then the “Galaxy Testing and Automation” course which teaches you how to assert the responses. It includes defining and using variables from responses.