启动 fiddler 时取消开启 capturing 的方法(Fiddler no capture on startup) 设置方法 Tools > Fiddler Options > Connections,取消勾选 “Act As System Proxy on Startup”(Untick "Act … ... continue reading 软件测试 joyo 2021/9/22 246
Monitor.exe 无法启动,启动时报错的解决办法(已安装最新的 jdk) 安装 jdk 安装 jdk-17_windows-x64_bin.msi,配置 Java 环境变量 启动 monitor monitor 在哪 报错日志 ..\Android\Sdk\tools\li… ... continue reading 软件测试 joyo 2021/9/18 1326
Selenium-server-standalone 分布式自动化测试 搭建 机器准备 linux 主机( 本次使用 centos7,hub 服务) windows 主机(win10,node 节点) hub 服务端环境准备 java 环境安装 文档 1 文档 2 … ... continue reading 软件测试 joyo 2021/5/19 655
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 108
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 1665
Fiddler FiddlerRoot.cer 导入到 win10 系统 导入 FiddlerRoot.cer(双击 cer 证书可以打开导入向导) 到 系统 受信任的根证书颁发机构(cmd -> certmgr.msc 打开查看): ... continue reading 软件测试 joyo 2020/12/21 567
Fiddler 证书安装后还是无法抓取移动端的 HTTPS 流量问题的解决办法 iOS 上一般情况下信任 HTTPS 证书即可抓HTTPS 的包(除非 APP 开启了防止抓包),但最近发现 iOS 13以上出现即使安装并信任了证书,当用 safari 浏览百度时仍出现是否信任该网站的弹窗。经过一番… ... continue reading 软件测试 joyo 2020/12/21 677
Jmeter 5.3 服务器资源监控插件 PerfMon 使用介绍 jmeter(windows 版)下载 列表:https://downloads.apache.org/jmeter/binaries/ 启动 jmeter 下载 .zip 文件后解压,找到解压目录下的 … ... continue reading 软件测试 joyo 2020/9/18 1843
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 128
Locust 性能测试工具使用资料 认识和安装 locust https://www.cnblogs.com/imyalost/p/9758189.html https://docs.locust.io/en/stable/installatio… ... continue reading 软件测试 joyo 2020/9/17 375