[Eolinker use case] automated testing about the return value

I recently received a question about whether the raw in the request body can get the return value of the previous interface. This is a problem in the Eolinker automated testing tool, which can be understood as whether the request body raw in the second step can get the return value in the first step.

First, establish two steps in the use case process, and get the return value of step 1:

Method 1: Directly associate the return value of the previous interface in the request body, the code is <response["id"].deta.list[0].resourceid>

Method 2: Redefine the value of raw in the pre-script.

Note: Quote parameter values ​​in the api request body will be quoted, which is different from the prescript.

This week’s questions are about to be sorted out, everyone is welcome to comment and communicate~ Use address: www.eolinker.com

Guess you like

Origin blog.csdn.net/qq_40857096/article/details/112311394