让我们说我的变量就像
queryParam = [{"coupon_id": 1,"code": "test"},{"coupon_id": 1,"code": "test"}]
现在可以说我要使用一个功能文件
param= {"coupon_id": 1,"code": "test"}
并再次使用param param = {“ coupon_id”:1,“ code”:“ test”}
实际上,我正在调用具有多个参数的api。
答案 0 :(得分:0)
由于kittens.json
是一个数组,因此call
将循环。
* def creator = read('kitten-create.feature')
* def kittens = read('kittens.json')
* def result = call creator kittens