Selenium-server-standalone 分布式自动化测试 搭建 机器准备 linux 主机( 本次使用 centos7,hub 服务) windows 主机(win10,node 节点) hub 服务端环境准备 java 环境安装 文档 1 文档 2 python3 环境 源码安装 yum continue reading 软件测试 zhuoyuebiji 2021/5/19 740
FiddlerDecryption(fiddler Inspectors 插件开发) FiddlerDecryption 功能:实时解密接口数据并格式化展示。 github: https://github.com/Gdeeer/FiddlerDecryption 代码内容: DecryptionUtil.cs:解密方法 Reques continue reading 软件测试 zhuoyuebiji 2020/7/27 275
List of Chromium Command Line Switches There are lots of command lines which can be used with the Google Chrome browser. Some change behavior of features, others are for debugging or experi continue reading 软件测试 zhuoyuebiji 2020/5/29 184
UIAutomator2 的使用 简介 uiautomator2是一个python库,用于Android的UI自动化测试,其底层基于Google uiautomator,Google提供的uiautomator库可以获取屏幕上任意一个APP的任意一个控件属性,并对其进行任意操作 支持平台及语言你在 python-u continue reading 软件测试 zhuoyuebiji 2020/4/29 9895
设计测试用例的几个方向(APP) 状态 默认状态(未渲染前、无网络时) 变化前(上次的数据) 变化中(操作中效果) 变化后(操作之后) 网络状态的变化(无到有,有到无) 数据 一致性(前后端数据一致) 最大值(客户端能支持的精度、能支持的最大显示长度,输入框对字符长度的支持) continue reading 软件测试 zhuoyuebiji 2020/1/5 532
Fiddler 配置及使用教程(飞机票) 🚀 https://www.cnblogs.com/woaixuexi9999/p/9247705.html 这篇博客,写的非常详细,配置 fiddler 必备。 注意事项: 不是所有的请求都能抓(APP 可以配置不能被抓包、或者设置连了代理就无法访问) 不是能 continue reading 软件测试 zhuoyuebiji 2019/12/19 171
微信安全域名检测(独特工具箱) 微信安全域名检测工具,是一款在线的、用于检测指定的域名是否被微信、QQ屏蔽的工具。本工具是一款辅助工具,为不懂技术的人提供一个直观的操作界面,以了解他们的域名是否在微信和QQ中被屏蔽。 检测地址:www.dute.org/wechat-domain-check?ref=xieboke.net continue reading html zhuoyuebiji 2019/12/3 267
Windows7 系统默认临时文件夹路径 C:\Users\administrator\AppData\Local\Temp 这是 WIN7 临时文件目录 或直接运行 cmd.exe 输入 echo %temp% 就会显示完整路径 注: Users 显示为 "用户" continue reading 计算机基础 zhuoyuebiji 2019/10/19 211
Fiddler Customize Rules create get or post request 创建请求 Fiddler Customize Rules create get request: https://docs.telerik.com/fiddler/Generate-Traffic/Tasks/SearchSequentialPages 例子 stat continue reading 软件测试 zhuoyuebiji 2019/10/8 459
Fiddler 在列表中显示图片尺寸 官方文档 https://docs.telerik.com/fiddler/knowledgebase/fiddlerscript/customizesessionslist 在列中添加图像尺寸信息(全局范围) 注意:必须在 Tools > Fiddler Opti continue reading 软件测试 zhuoyuebiji 2019/10/8 339