How Are Variables Passed Between Steps in API Automation Cases?
Symptom
How are variables passed between the previous and next steps when writing the API test automation script?
For example, to test API B, this API has an argument orderNumber whose value comes from the value of the number attribute in the response body of API A and changes dynamically. In this case, it is necessary to know how to dynamically pass the value of the number attribute in the response body of API A to the orderNumber argument of API B.
Solution
The auto API test provides the response extraction function to transfer variables between pre-steps and post-steps. For details about the functions and operations, see Setting Response Extraction.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot