具体如下:
1、对于参数的引用,fee_id
2、对于查询出来的数据,参数化,比如 tarsInsertFee_amount,tarsInsertFee_mode,tarsInsertFee_organ,不过在后面步骤用到这些参数的时候,用
tarsInsertFee_amount_1 tarsInsertFee_mode_1 tarsInsertFee_organ_1
fee_id 是在之前步骤中,通过正则匹配,得到的变量
对于变量在 beanshell断言中的应用