Hello all, as an addition to my previous topic that I couldn’t find an answer: How to combine several json bodies with same structure but different values in 1 request I’d like to ask my question in other words.
I have a collection of requests:
- Create account
- Login
- Start - (showing what the first question will be)
- Next question - I can call every single question with this request and depending on the response I can call the next one with the same request.
I’m using this approach at the moment, but with many “Next question” POST requests.
My task is to call them with a single request.
How to do that using CSV file? The main thing is to check if every next question is the one that is expected.
Best regards,