博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Loadrunner 怎么将response的数据下载下来
阅读量:6080 次
发布时间:2019-06-20

本文共 815 字,大约阅读时间需要 2 分钟。

我们请求url时候会遇见返回的数据格式为json格式。但是怎么显示到reply页面呢?其实有一个参数需要设置成0

1 web_url("GetRequestData",   2     "URL=https://eit200-i.svcs.hp.com/requestmanagement/RequestTracking/GetRequestData?status=ApprovalPending&_search=false&nd=1370243480589&rows=10&page=1&sidx=OrderID&sord=desc",   3     "Resource=0",   4     "RecContentType=application/json",   5     "Referer=https://eit200-i.svcs.hp.com/requestmanagement/RequestTracking/RequestTracking?orderStatus=ApprovalPending",   6     "Snapshot=t160.inf",   7     LAST);

里面的resource 参数解释 0 -就是永远都会下载 1-只有你在runtime setting里面开启‘Download non-HTML resources ’才会下载

If Resource is set to 0, the URL is always downloaded during replay.

If Resource is set to 1, the URL is downloaded only if the Download non-HTML resources option is checked (see Runtime Settings > Browser Emulation tab).

转载地址:http://eyhgx.baihongyu.com/

你可能感兴趣的文章
2019年春季学期第四周作业
查看>>
linux环境配置
查看>>
ASP.NET MVC中从前台页面视图(View)传递数据到后台控制器(Controller)方式
查看>>
一个想法(续二):换个角度思考如何解决IT企业招聘难的问题!
查看>>
tomcat指定配置文件路径方法
查看>>
linux下查看各硬件型号
查看>>
epoll的lt和et模式的实验
查看>>
Flux OOM实例
查看>>
07-k8s-dns
查看>>
Android 中 ListView 分页加载数据
查看>>
oracle启动报错:ORA-00845: MEMORY_TARGET not supported on this system
查看>>
Go方法
查看>>
Dapper丶DapperExtention,以及AbpDapper之间的关系,
查看>>
搞IT的同学们,你们在哪个等级__那些年发过的帖子
查看>>
且谈语音搜索
查看>>
MySQL数据库导入导出常用命令
查看>>
低版本Samba无法挂载
查看>>
Telegraf+Influxdb+Grafana构建监控平台
查看>>
使用excel 展现数据库内容
查看>>
C#方法拓展
查看>>