jmeter beanshell断言充值金额是否正确

案例:充值600元,jmeter执行充值,判断它是否充值成功,且金额正确。

参考视频:https://www.bilibili.com/video/BV1dk4y1r7kd?from=search&seid=8444465731552509052

需要接口:1、查询余额 2、充值

使用功能:1、json提取器 2、beanshell断言

1、通过json提取器,对旧余额进行一个提取待用


提取旧余额

2、充值600元,并使用json提取新余额


充值600


提取新余额

3、通过beanshell断言 判断金额是否相同


beanshell脚本

你可能感兴趣的:(jmeter beanshell断言充值金额是否正确)