Selenium-server-standalone 分布式自动化测试 搭建 机器准备 linux 主机( 本次使用 centos7,hub 服务) windows 主机(win10,node 节点) hub 服务端环境准备 java 环境安装 文档 1 文档 2 ... continue reading 软件测试 zhuoyuebiji 2021/5/19 740
Fiddler creation of the root certificate was not successfull win7 出现 creation of the root certificate was not located 错误时,需要在命令行工具(CMD)中输入: 1. cd 到 Fiddler 安装目录 cd "d:\Progr ... continue reading 软件测试 zhuoyuebiji 2020/12/21 158
Fiddler win10:Failed to register Fiddler as the system proxy 错误提示 Failed to register Fiddler as the system proxy 解决办法 右击此电脑 -> 管理 -> 服务 -> WinHTTP Web Proxy Au ... continue reading 软件测试 zhuoyuebiji 2020/12/21 1902
Fiddler FiddlerRoot.cer 导入到 win10 系统 导入 FiddlerRoot.cer(双击 cer 证书可以打开导入向导) 到 系统 受信任的根证书颁发机构(cmd -> certmgr.msc 打开查看): ... continue reading 软件测试 zhuoyuebiji 2020/12/21 614
Fiddler 证书安装后还是无法抓取移动端的 HTTPS 流量问题的解决办法 iOS 上一般情况下信任 HTTPS 证书即可抓HTTPS 的包(除非 APP 开启了防止抓包),但最近发现 iOS 13以上出现即使安装并信任了证书,当用 safari 浏览百度时仍出现是否信任该网站的弹窗。经过一番搜 ... continue reading 软件测试 zhuoyuebiji 2020/12/21 729
Jmeter 5.3 服务器资源监控插件 PerfMon 使用介绍 jmeter(windows 版)下载 列表:https://downloads.apache.org/jmeter/binaries/ 启动 jmeter 下载 .zip 文件后解压,找到解压目录下的 b ... continue reading 软件测试 zhuoyuebiji 2020/9/18 2052
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 swarm ... continue reading 软件测试 zhuoyuebiji 2020/9/17 159
Locust 性能测试工具使用资料 认识和安装 locust https://www.cnblogs.com/imyalost/p/9758189.html https://docs.locust.io/en/stable/installation ... continue reading 软件测试 zhuoyuebiji 2020/9/17 426
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 k ... continue reading 软件测试 zhuoyuebiji 2020/9/16 1050
Fiddler oSession 方法等收集(发送请求、保存到文件) 判断请求 响应的网络状态码 oSession.responseCode === 200 判断请求 uri 是否包含某些字符 oSession.uriContains("xieboke.net") ... continue reading 软件测试 zhuoyuebiji 2020/7/31 2091