Help Center> CodeArts TestPlan> FAQs> How Are Variables Passed Between Steps in API Automation Cases?
Updated on 2023-04-23 GMT+08:00

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?clou

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 API test provides response extraction to solve the variable passing problem. For details about the functions and operations, see Setting Response Extraction.