随笔分类 -  jmeter使用

jmeter中json提取器提取多个参数给下游接口传参
摘要:本文实例中长租定检接口返回多个数据给签约接口使用。以下为长租定检接口返回数据 { "resultCode": 0, "resultMessage": "操作成功!", "debugMessage": null, "canBooking": true, "failReason": null, "pri 阅读全文

posted @ 2020-04-23 09:26 赟赟 阅读(5883) 评论(3) 推荐(0)

jmeter使用正则提取器返回多个参数给下游接口入参使用
摘要:如下图 更多优秀测试资源,请关注公众号 阅读全文

posted @ 2020-04-01 11:19 赟赟 阅读(817) 评论(0) 推荐(0)

使用java远程启动jmeter服务报错,报错内容:Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
摘要:在使用java远程启动linux服务器上的jmeter服务是报Neither the JAVA_HOME nor the JRE_HOME environment variable is defined 查询该报错基本都是tomcat操作。 编辑jmeter/bin/jmeter-server文件, 阅读全文

posted @ 2019-07-30 16:51 赟赟 阅读(1714) 评论(0) 推荐(1)

jmeter连接数据库报错Error preloading the connection pool
摘要:jmeter连接数据库时好时坏,连接失败报Error preloading the connection pool;百度都是改小MaxNumber of Connections的值,经试验改小改大或者关闭本地Navicat都不行。最后在官网发现正常填写0即可。 将MaxNumber of Conne 阅读全文

posted @ 2019-07-24 19:59 赟赟 阅读(4475) 评论(0) 推荐(0)

导航