Fiddler creation of the root certificate was not successfull win7 出现 creation of the root certificate was not located 错误时,需要在命令行工具(CMD)中输入: 1. cd 到 Fiddler 安装目录 cd "d:\Prog… ... continue reading 软件测试 joyo 2020/12/21 6
Fiddler win10:Failed to register Fiddler as the system proxy 错误提示 Failed to register Fiddler as the system proxy 解决办法 右击此电脑 -> 管理 -> 服务 -> WinHTTP Web Proxy A… ... continue reading 软件测试 joyo 2020/12/21 25
Fiddler FiddlerRoot.cer 导入到 win10 系统 导入 FiddlerRoot.cer(双击 cer 证书可以打开导入向导) 到 系统 受信任的根证书颁发机构(cmd -> certmgr.msc 打开查看): ... continue reading 软件测试 joyo 2020/12/21 10
Fiddler 证书安装后还是无法抓取移动端的 HTTPS 流量问题的解决办法 iOS 上一般情况下信任 HTTPS 证书即可抓HTTPS 的包(除非 APP 开启了防止抓包),但最近发现 iOS 13以上出现即使安装并信任了证书,当用 safari 浏览百度时仍出现是否信任该网站的弹窗。经过一番… ... continue reading 软件测试 joyo 2020/12/21 13
Jmeter 5.3 服务器资源监控插件 PerfMon 使用介绍 jmeter(windows 版)下载 列表:https://downloads.apache.org/jmeter/binaries/ 启动 jmeter 下载 .zip 文件后解压,找到解压目录下的 … ... continue reading 软件测试 joyo 2020/9/18 388
Locust You are running in distributed mode but have no slave servers connected. Please connect slaves prior to swarming. 错误日志: You are running in distributed mode but have no slave servers connected. Please connect slaves prior to swar… ... continue reading 软件测试 joyo 2020/9/17 40
Locust 性能测试工具使用资料 认识和安装 locust https://www.cnblogs.com/imyalost/p/9758189.html https://docs.locust.io/en/stable/installatio… ... continue reading 软件测试 joyo 2020/9/17 80
Locust package has moved from 'locustio' to 'locust'. Please update your reference (or pin your version to 0.14.6 if you dont want to update to 1.0) 错误日志: C:\Users\xieboke>pip install locustio -U Collecting locustio Using cached locustio-0.999.tar.gz (267 … ... continue reading 软件测试 joyo 2020/9/16 158
Fiddler oSession 方法收集 判断请求的 网络状态码 oSession.responseCode === 200 判断请求是否包含 某些字符 oSession.uriContains("xieboke.net") … ... continue reading 软件测试 joyo 2020/7/31 167