2017年6月8日

jmeter使用BeanShell断言

摘要: 1. 首先存储一个接口的响应结果,如在http请求的BeanShell PostProcessor: 或者是jdbc request中BeanShell PostProcessor: 变量存储好后,再需要断言的接口后面添加BeanShell断言,使用Failrue来标识断言失败,FailureMes 阅读全文

posted @ 2017-06-08 20:05 乔叶叶 阅读(6744) 评论(0) 推荐(0) 编辑

jmeter常用的内置变量

摘要: 1. vars API:http://jmeter.apache.org/api/org/apache/jmeter/threads/JMeterVariables.html vars.get(""); vars.put("",XXX); 2. log log.info("xxx"); 3.ctx 阅读全文

posted @ 2017-06-08 19:58 乔叶叶 阅读(7684) 评论(0) 推荐(1) 编辑

导航