会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
DaisyLinux
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
32
33
34
35
36
37
38
39
40
···
50
下一页
2019年2月25日
ant jmeter 优化报告
该文被密码保护。
阅读全文
posted @ 2019-02-25 21:39 DaisyLinux
阅读(1)
评论(0)
推荐(0)
2019年2月24日
如何将JSON文件作为请求发送到正文中
该文被密码保护。
阅读全文
posted @ 2019-02-24 22:56 DaisyLinux
阅读(0)
评论(0)
推荐(0)
2019年2月21日
JSON JSONPath
摘要: JSONPath is a query language for JSON, similar to XPath for XML. AlertSite API endpoint monitors let you use JSONPath in assertions to specify the JSO
阅读全文
posted @ 2019-02-21 14:36 DaisyLinux
阅读(486)
评论(2)
推荐(0)
【外部节点】json判断@表示正在处理的当前数组项或对象。过滤器还可用于$引用当前对象之外的属性
摘要: 数据源: { "store": { "book": [ { "category": "reference", "author": "Nigel Rees", "title": "Sayings of the Century", "price": 8.95 }, { "category": "fict
阅读全文
posted @ 2019-02-21 14:32 DaisyLinux
阅读(136)
评论(0)
推荐(0)
过滤
该文被密码保护。
阅读全文
posted @ 2019-02-21 12:57 DaisyLinux
阅读(0)
评论(0)
推荐(0)
$.store.book[?(@.title =~ /^.*Honour.*$/i)]
摘要: 返回值 表达式 source {"sys":"ROC","code":0,"messages":"Got by page successfully!","data":{"pageNum":1,"pageSize":10,"totalPages":415,"total":4143,"records":
阅读全文
posted @ 2019-02-21 12:48 DaisyLinux
阅读(245)
评论(0)
推荐(0)
$.store.book[?(@.category=='fiction')].category
摘要: 表达式1 $.store.book[?(@.category=='fiction')].category json source { "store": { "book": [ { "category": "reference", "author": "Nigel Rees", "title": "S
阅读全文
posted @ 2019-02-21 09:26 DaisyLinux
阅读(572)
评论(0)
推荐(0)
2019年2月20日
利用xsltproc转换jtl报告到html报告
摘要: 使用Jmeter测试完后并不能直接生成html报告,而是jtl报告。这里我们可以用xsltproc来解决。 xsltproc是由DanielVeillard用来C语言编写的是一个快速XSLT引擎, 它可以将通过XSL层叠样式表把XML转换为相应格式的文件, 比如:HTML,XHTML,PDF...
阅读全文
posted @ 2019-02-20 01:09 DaisyLinux
阅读(2691)
评论(0)
推荐(0)
2019年2月18日
Jmeter3.2源码编译环境搭建(转)
摘要: 1.下载jmeter3.2源码 https://github.com/apache/jmeter/tree/v3_2 https://blog.csdn.net/fly_to_higher/article/details/81011143 2.下载并安装ant构建工具 https://archive
阅读全文
posted @ 2019-02-18 12:44 DaisyLinux
阅读(493)
评论(0)
推荐(0)
JMeter中BeanShell断言一
该文被密码保护。
阅读全文
posted @ 2019-02-18 12:40 DaisyLinux
阅读(0)
评论(0)
推荐(0)
上一页
1
···
32
33
34
35
36
37
38
39
40
···
50
下一页
公告